Skip to content

Releases: Floogen/FashionSense

Fashion Sense v3.0.0-beta.1

18 Nov 20:17
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fixed issue where accessories would incorrectly draw on top of the farmer's body

Fashion Sense v2.6.2

17 Nov 13:25
Compare
Choose a tag to compare

Changelog:

  • Added fs_add_mirror command.
  • Renamed DrawBeforePlayer to DrawAfterPlayer, to better describe its functionality. Using DrawBeforePlayer will still work, however it will pass the value to DrawAfterPlayer.
  • Fixed custom shirts drawing above other objects.

Fashion Sense v2.6.1

17 Nov 04:32
Compare
Choose a tag to compare

Changelog:

  • Fixed issue where missing modData key caused menu crashes.

Fashion Sense v2.6.0

17 Nov 01:37
Compare
Choose a tag to compare

Changelog:

  • Implemented support for shirts, allowing for animated and bigger shirts.
  • Adjusted the positions of the search and clear buttons for the Hand Mirror UI.
  • Fixed issue where left facing hairstyles would be offset by one pixel on the Y axis.
  • Fixed issue where hats would not check for duplicate names within the same pack.
  • Fixed issue when using fs_reload that would cause a null exception error when changing frame order with conditions.

Fashion Sense v2.5.0

15 Nov 20:10
Compare
Choose a tag to compare

Changelog:

  • Implemented better support for accessories, allowing up to three accessories to be worn at the same time.
  • Added a search button for Hand Mirror, allowing you to search by content pack.
  • Added a clear button for Hand Mirror, allowing you to easily revert back to the vanilla appearance.
  • Adjusted Hand Mirror UI to better handle long strings for content pack and appearance names.
  • Fixed issue where hair would be incorrectly offset for male farmers.

Fashion Sense v2.4.1

12 Nov 20:11
Compare
Choose a tag to compare

Changelog:

  • Fixed issue where the hair's override color would incorrectly take over accessories and hats.

Fashion Sense v2.4.0

10 Nov 23:57
Compare
Choose a tag to compare

Changelog:

  • Added example usage of IsElapsedTimeMultipleOf and DidPreviousFrameDisplay conditions, as well as random function usage.
  • Added IsElapsedTimeMultipleOf condition.
  • Added DidPreviousFrameDisplay condition.
  • Added functions to utilize random logic for condition values.
  • Fixed issue where frames would be skipped when the frame before it failed to pass its condition.

Fashion Sense v2.3.1

10 Nov 00:09
Compare
Choose a tag to compare

Changelog:

  • Fixed issue where appearances using IsWaitingOnRequiredAnimation would loop endlessly if no conditions were given.
  • Fixed issue where hats would not respect the IsWaitingOnRequiredAnimation animation property.

Fashion Sense v2.3.0

09 Nov 20:14
Compare
Choose a tag to compare

Changelog:

  • Accessories and hats now use their own color overlays, instead of relying on the player's hair color.
  • Updated the Hand Mirror UI to remember the last selected filter button when reopening the menu.
  • Fixed issue where ColorMasks would not work when using player's hair color (it would still work with the prismatic option).

Fashion Sense v2.2.0

09 Nov 08:52
Compare
Choose a tag to compare

Changelog:

  • Added support for hats.
  • Added various examples of custom hats to the example pack.
  • Added IsPrismatic property.
  • Added PrismaticAnimationSpeedMultiplier property.
  • Added ColorMasks property.
  • Updated Hand Mirror UI to show filter for hats.
  • Updated the default i18n file to include new lines relating to hats.
  • Fixed issue where the filter buttons would not cap their scale.