[==.......] 22% complete
Gameplay Changes
-
An installer is now the primary way to install MAS. It can also update MAS, but we recommend to continue using the in-game updater for updates. The process for manually installing the mod via Mod zips has changed. Use the installer if your system is able to run it.
- Links to the OS-specific installers are available in the Assets below. For info on required system specs to run the installer see this wiki page.
- Refer to this wiki for manual install instructions.
-
Several updates to NOU:
- house rules can now be quickly changed after a game
- new house rule:
- reflecting +2 or +4 with a +4 and reflecting skips using a skip of any color
-
Monika can now explain the different chess modes to you (new option within the Chess menu).
-
Reduced Monika's file size
-
Generic sprite pack gifts are now considered good gifts
Topic Changes
Additions
- 4 new topics
- 1 new greeting
- 1 new story
- 1 new window react
Spritepack Changes
Additions
- Hair Pack 01 by @kkrosie123
- Heart-cut Bikinis by @kkrosie123
Fixes
-
typofixes
-
fixed crash when pasting lean sprite codes to EXP Previewer
-
fixed crash when a spritepack JSON contains only either
outfit_hair
oroutfit_acs
properties -
fixed glitchy selectors when using
outfit_acs
property -
fixed glitchy selectors when changing clothes/hairs fails
-
fixed
monika_lastpoem
being available to everyone -
fixed dialogue render jumpiness when using
extend
-
fixed the "Mind the Gap" being unlocked too early
-
fixed issue where Monika wouldn't start a minigame she picked herself in the bored mood
-
fixed crash when trying to play NOU with certain submods
-
fixed crash when running MAS on certain non-X11 systems
API Changes
BREAKING CHANGES
- moved all reset code into python functions - if you previously used a function plugin to hook into
ch30_reset
, be aware that our reset code may run BEFORE your code now instead of after.- use the
mas_reset.ch30_reset
decorator to mark a function to be called duringch30_reset
- there were some changes to reset execution order - see #8745
- use the
Other changes
- added logging to Window Reacts and catch all x11 exceptions
- new jump with args -
jarg
- see #9413 for more info - added framework for user-managed API keys. Basically you can include features that require user-supplied API keys now - see #8399 for usage. (wiki page will be added soon)
certifi
andssl
libs now included - you need to use a special import check to use these - see #8399
Exp Previewer
- added Neko to available default clothes
- added sunset filter
- spritepack clothes are now sorted alphabetically
What's Changed
- Add New topic (Again) by @KiRyX112 in #6863
- [Chess Involve] Simply a in-game chess mode description by @Wingdinggaster656 in #9456
- Fix
extend
jarring by @Booplicate in #9232 - New Topic - Materialism by @Wingdinggaster656 in #7240
- [contributing] [story] rework of "Knock" story, on #8657 by @my-otter-self in #9499
- Adds Crunchyroll window react by @AutumnLeaves991 in #8305
- Revert "[contributing] [story] rework of "Knock" story, on #8657" by @multimokia in #9506
- [Pool Topic] - "Do you like pizza?" 🍕 by @lunulae in #9026
- New love poem greeting by @Erenussocrates in #7303
- Reinstate PR #9499 by @multimokia in #9508
- Staring contest Topic by @multimokia in #9503
- Reduce Monika size by @Booplicate in #9440
- EXP previewer fixes by @ThePotatoGuy in #9505
- [New Spritepack] Heart Cut Bikinis by @kkrosie123 in #9189
- [New Spritepack] 11 New Hairstyles by @kkrosie123 in #9202
- outfit JSON props and outfit mode fixes by @ThePotatoGuy in #9500
- Some more NOU improvements by @Booplicate in #9379
- Remove deprecated funcs by @Booplicate in #9265
- [Bugfix] - Mind the Gap set to unlock normally by @lunulae in #8687
- Potentially illogical dialogue fixes by @Wingdinggaster656 in #9491
- Add API Key settings screen + framework by @ThePotatoGuy in #8399
- WR cleanup + guardrail by @Booplicate in #9480
- Implement augmented jump by @Booplicate in #9413
- organized reset code by @ThePotatoGuy in #8745
- Aff system cleanup by @Booplicate in #9040
- Update README.md by @jmwall24 in #9539
- Typos by @Booplicate in #9363
New Contributors
- @KiRyX112 made their first contribution in #6863
- @my-otter-self made their first contribution in #9499
- @AutumnLeaves991 made their first contribution in #8305
- @Erenussocrates made their first contribution in #7303
Full Changelog: v0.12.9...v0.12.10