This is just a bug fix/usability update, Changes are as follows:
Added precise time changes. NPC schedules will be available in a future update
Fixed input delay caused by a bug with the current version of Gamemaker itself, meaning vsync will be disabled for now
I-frames when finishing off a boss so (hopefully) there will be no draws where you don't get a reward
Fixed the whole red Lotty everywhere/can't use a different spell thing (hopefully again)
Lurkers can't create duplicate H-scenes anymore
Removed walls from a spot in the forest people kept getting stuck on
Fire spell properly displays in top-right UI when picked up
Disabled Lotty icon reactions and question mark when Jingles plows River
Lurkers and Sperm can no longer pull you out of 3rd form transformations
Fixed River's pipe animations from freaking out
"Textbox hidden" UI when you hide the text box
Fixed crash from scaling the window too high
Fixed the completion percentage (bandaid fix)
Moved debug text
Added Lurker description (oops)
Fixed Trapper cum puddle being 1 pixel above ground
Fixed the SKIP button position during some dialogue
LOCALIZATION STUFF:
Fixed the blurry text caused by the custom translation
Renamed commands like "normal mode" and "spira mating flag" into more recognizable ones like SPIRA_MATING_FLAG to prevent confusion
These changes will break current translations due to the new commands, so here's a quick guide! With Notepad++ you can use CTRL+SHIFT+F and follow this screenshot to easily replace the old commands (you can probably do the same with any other decent text editor that isn't regular notepad).
With this method you can quickly update the game_text_custom.json you were working on without having to manually translate everything again
Changed commands:
moodText => MOOD_TEXT
option => OPTION
NTR text on => NTR_TEXT_ON
NTR text off => NTR_TEXT_OFF
spira mating flag => SPIRA_MATING_FLAG
normal form => NORMAL_FORM
big form => BIG_FORM
Replacing all of these should get your translation working fine!Sorry for the messy release! The Gamemaker thing was especially super annoying but I'm glad I found a workaround. Enjoy!