github Monika-After-Story/MonikaModDev v0.12.10
v0.12.10 - The Installer Update

latest releases: v0.12.15, v0.12.14, v0.12.13...
24 months ago

[==.......] 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

Fixes

  • typofixes

  • fixed crash when pasting lean sprite codes to EXP Previewer

  • fixed crash when a spritepack JSON contains only either outfit_hair or outfit_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 during ch30_reset
    • there were some changes to reset execution order - see #8745

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 and ssl 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

New Contributors

Full Changelog: v0.12.9...v0.12.10

Don't miss a new MonikaModDev release

NewReleases is sending notifications on new releases.