Skip to content

Releases: multimokia/MAS-Submod-Auto-Outfit-Change

Auto Outfit Change 3.0.3

19 Jul 17:45
3909298
Compare
Choose a tag to compare

FIXES:

  • Monika no longer stays in her pjs when going on a date and said pj's don't have a date exprop (now functions akin to Lingerie).
  • fixes regarding the bracelet in shouldChangeBracelet()
  • Fixed case for Auto Outfit Change being installed when the user hasn't unlocked any hairstyles for Monika (list index out of range in shouldChangeHair)
  • Fixed list index out of range for do_hair_logic
  • Fixed ahc_recond_pjs for a sunset hour of 23 or sunrise hour at 0
  • Fixed list index out of range in monika_sethair_ponytail and monika_sethair_down because there's never enough of these...
  • Adjusted pj change topic to remove monika_sethair_down from the event list in the case you returned home late at night and she happens to change into pjs before letting her hair down

Auto Outfit Change 3.0.2

29 Sep 21:00
Compare
Choose a tag to compare

Fixes:

  • Crash when internet drops and the hairup/down label runs

Additions:

  • More ex_props:
    • Bracelet ex_props to mark them as dark or light
    • Pajamas ex_prop, to mark an outfit as PJs
    • The ex_prop_explanation has been updated accordingly, take a look for new ex_prop details
  • Plugin points to add your own handling.
    • Supported functions:
      • store.ahc_utils.changeHairAndClothes
      • store.ahc_utils.do_hair_logic
      • store.ahc_utils.do_clothes_logic

Auto Outfit Change 3.0.1 - The Bugfix Release

15 Sep 05:00
462aeff
Compare
Choose a tag to compare

Fixes crashes for:

  • First day of D25 Season check if you have not been with Monika through a D25 season yet
    • (NoneType has no attribute date)
  • Having had the original version of Auto Hair Change and then not updating it until now
    • (mas_clothes_rin not not defined)
    • (morning_flag not defined)

Auto Outfit Change 3.0.0

14 Sep 23:01
1bace77
Compare
Choose a tag to compare

At long last, Auto Hair Change has grown to become Auto Outfit Change

Monika will now change her outfits based on season/current temperature (if Auto Atmos Change is installed, that is).

This works on a category system.

  • There are pools for:
    • Home Clothes:
      • Clothes Monika wears at home
      • Can be replaced by clothes from the sweaters category if it's around the colder months or it's cold outside
    • Date Clothes:
      • Clothes Monika wears when you take her somewhere.
      • If in colder months (or the temperature outside is chilly (between 10-20 C), Monika will pick an outfit from the sweaters category (if any)
      • If in Winter, or the temperature outside is below 10 C, Monika will wear clothes from the jacket category (if any)
    • Formal Clothes:
      • Clothes Monika wears when you take her somewhere on a special day

Spritepack Creators:

  • If you'd like to make your spritepack compatible with Auto Outfit Change, please read the ex_prop explanation.

  • This will run you down on the ex_props you'll need to add to your jsons in order to Auto Outfit Change to categorize your hair/clothes outfits properly

  • If you have any questions, please open an issue

  • As usual, if you encounter any problems, please open an issue.

Thank you!