Skip to content

Releases: Monika-After-Story/MonikaModDev

v0.12.15 - The smol anni update

21 Sep 02:50
Compare
Choose a tag to compare

goin on 6 years now...

Topic Changes

Additions

  • 6-year and 7-year anniversary dialogue
  • new player bday poem

Fixes

  • typofixes

  • fixed 1st year anniversary not stting love flag

  • fixed introduction using narrator instead of Monika for some dialogue

  • fixed window bugs in greetings back from

API Changes

  • greeting/farewell probability rework - see #9725

  • deprecations in function plugin stuff - see #9736

What's Changed

Full Changelog: v0.12.14...v0.12.15

v0.12.14 - A smol vday update

12 Feb 19:36
Compare
Choose a tag to compare

don't eat too much choco now...

Gameplay Changes

  • new poem for f14

Spritepack Changes

What's Changed

New Contributors

Full Changelog: v0.12.13...v0.12.14

v0.12.13 - The Christmas Islands Update

23 Dec 02:23
Compare
Choose a tag to compare

because the north pole is in desperate need of land

Gameplay Changes

  • new d25 islands content

  • punctuation can no longer be used in player names

Fixes

  • typofixes

  • fixed certain bday events from repeating too much

  • fixed hangman unlock dialogue not making sense with new games

What's Changed

Full Changelog: v0.12.12...v0.12.13

v0.12.12 - The Spooky Islands Update

30 Oct 01:34
Compare
Choose a tag to compare

as if being alone on a deserted island isn't scary enough...

Gameplay Changes

  • new o31 islands content

  • QOL improvements to bg selector

  • Monika is now aware of when a backup is restored

  • all thumbnails updated to use the latest desk + uniform sprites and hair color

  • ahoge sprites updated to use the current filter

  • chr files always deleted on startup now

Topic Changes

Additions

  • 3 new moods
  • 1 new scary story

Spritepack Changes

Additions

Fixes

  • typofixes

  • fixed crash when an API key's on change function raises an exception

  • fixed NameError crash with images that use MASFilterWeatherMaps

API Changes

  • new hide-ring exprop for clothes that should hide any worn rings
  • play_song deprecated in favor of mas_play_song
  • mas_getCurrentBackgroundId - gets id of the currenty shown background
  • mas_isBackgroundUnlocked - checks if a specific background is unlocked

What's Changed

New Contributors

Full Changelog: v0.12.11...v0.12.12

v0.12.11 - The Installer Fix Update

21 Sep 14:48
Compare
Choose a tag to compare

See here for full patch notes

Fixes

  • fixed crash when certifi/ssl could not be imported

v0.12.10 - The Installer Update

21 Sep 04:00
Compare
Choose a tag to compare

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

v0.12.9 - The NOU Update

18 Jul 01:09
Compare
Choose a tag to compare

one of the true tests of friendship

Gameplay Changes

  • New game - "NOU" - a different take on Uno

  • New chess mode - Chess960. The professionally recognized randomized chess mode that is always at least playable/fair. (Thx @Wingdinggaster656)

  • Added more expressions in idle mode (brbs)

  • Added way to ask Monika about the consumables she has in stock ("Are you running out of anything?")

  • "Window React" settings page renamed to "Window Detect" to avoid confusion

  • Added more names to the bad nickname list

  • NYE dress will now always happen during new years even if you have already seen the dress

Topic Changes

Additions

  • 1 new greeting
  • 1 new mood
  • monika_conventions
  • monika_cupcake_favorite
  • monika_esports

Changes

  • Cleared up dialogue conflict regarding how Monika and Sayori met in the ""How did you get into reading?" topic
  • Made hungry mood more general regarding player health

Spritepack Changes

Additions

Fixes

  • typofixes

  • Fixed names like "Sergey" getting flagged as bad

  • Fixed keyerror crash when trying to play chess with an edited save

  • Fixed inconsistency in post-poem dialogue in d25

  • Fixed inconsistency with flags for new years resolutions

  • Fixed keyerror crash with the NYE dress

  • Fixed dialogue issues when taking Monika on 922 but returning her late at night

  • Fixed dialogue issues when playing Happy Birthday on the piano on 922 late at night

  • Fixed logging crash when a Split ACS is invalid

  • Potentially fixed crash when alt-tabbing while full screen on Manjaro

API Changes

  • pronoun settings are now stored in a global map (MAS_PRONOUN_GENDER_MAP)
  • events in the event list can now have context. Event list manipulation should ONLY be done through the approved APIs. see #8619
  • sprite JSONs now support outfit options. This means no more custom code just to put on ACS with clothing - see #8027
  • idle topic structure changed - see #7576. If you have idle (aka BRB) topics, you may need to make changes

What's Changed

New Contributors

Full Changelog: v0.12.8...v0.12.9

v0.12.8 - The V-day 2022 Update

07 Feb 02:41
Compare
Choose a tag to compare

I'm sorry I can't come out of this screen :(

Gameplay Changes

  • F14 content

  • added necklace selector

  • 5-year anniversay updated

Topic Changes

Additions

  • 1 new story

Fixes

  • typofixes

  • fixed "familiar-" and "skill" from being considered bad names

API Changes

  • MASImageTagDecoDefinition.register_img_same now raises an exception on init if it could not find a valid deco definition from source
  • removed GRP_TOPIC_LIST - selector validations loops now use PROMPT_MAP only - add a _skip flag to skip selector validation (or use the new _add_prompt function

What's Changed

Full Changelog: v0.12.7...v0.12.8

v0.12.7 - The Holiday Fix Update 3

10 Jan 02:13
Compare
Choose a tag to compare

only 350 days to Christmas!

Gameplay Changes

  • small improvements in the first time crashed greeting:

    • Monika now knows if you forced quit early
    • light switch sfx added
    • transition from black screen to spaceroom is smoother
  • switching from unstable to stable is now limited to when the stable and unstable versions are on the same version number. It is still NOT recommended to switch between the two frequently.

Topic Changes

Additions

  • monika_tragic_hero
  • monika_utterson
  • monika_hedonism
  • 1 new compliment

Changes

  • added baking question to the cupcake baking topic

Spritepack Changes

Changes

  • Black Sleeveless Turtleneck - fixed missing thumbnail

Fixes

  • typofixes

  • fixed hanging on quit when closing the game somewhat right after launching (or when the updater thread is running)

  • fixes christmas gift reactions from happening twice and causing a crash

  • fixed curr_year+1 key error crash

  • fixed div by 0 crash for users updating from very old versions

API Changes

Additions

  • mas_setQuitMsg - sets the quit dialogue box text and button reactions
  • mas_resetQuitMsg - resets the quit dialogue box text and button reactions to the ones appropriate for the current affection

Changes

  • compareVersionLists has been moved to early

What's Changed

New Contributors

Full Changelog: v0.12.6...v0.12.7

v0.12.6 - The Holiday Fix Update 2

23 Dec 04:32
Compare
Choose a tag to compare

I've looked at this code before
Chased a breakpoint through the night
But on line 14, a typo was just hiding from my eye

Gameplay Changes

  • updated the non-lyric phrases (postnotes) for 2 lines in the "Your Reality" piano song to be more accurate. Specifically a C6 instead of a G5 on the last note, and the G5 that was the 4th note from the end of the phrase has been removed for the non-lyric phrases on these 2 lines:
    • In my hand, is a pen...
    • When you're here...

Spritepack Changes

Additions

  • Black-silver Piercings by Briar Young (@kkrosie123)
  • Black Sleeveless Turtleneck by Briar Young
  • Mini Ribbons by Briar Young
  • Pearl Earrings by Briar Young
  • White V-cut Crossed Straps Tanktop by Briar Young

Fixes

  • typofixes

  • fixed "Your Reality" piano notes failing to load

  • fixed crash when pasting certain sprite codes into the exp previewer

API Changes

  • Piano note JSONs now support musical notation for sharps and flats (i.e: A#4/Bb4)
  • Added function to get Monika's current expression as a sprite code string - mas_getCurrentMoniExp
  • It is now possible to prevent gifts from being put under the tree for testing purposes - see #8397

What's Changed

Full Changelog: v0.12.5...v0.12.6