Skip to content

Console Voice and Graphics Patch v10.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 04:49

Install/Update Instructions

We HIGHLY recommend using our installer to install the mod automatically, instead of the files on this page.


DO NOT USE THE FILES BELOW UNLESS YOU REALLY WANT TO INSTALL MANUALLY, AND HAVE READ THE MANUAL INSTALL INSTRUCTIONS

THIS PAGE ONLY CONTAINS ONE PART OF THE PATCH. YOU NEED OTHER FILES FOR THE MOD TO WORK

If you really want to install manually, follow the manual install instructions.


Changelog

  • Fix global flags not saved when game saved, leading to various bugs relating to game clear status and settings
    • See 07th-mod/higurashi-assembly#136
    • This bug primarily occurs on Steam Deck (SteamOS) or when your game/computer crashes
    • Global flags keep track of global unlock status, and also mod settings
    • Previously, global flags only saved when game shuts down normally (not force closed)
    • However, on steam deck it is easy to force game close (Or if game crashes), which means globals wouldn't be saved
    • This can result in your game being 'saved' at a point in the story, but your clear flags not matching where you are in the story
    • For now, fixed by saving global flags when game saves
  • [DLL] Various DLL fixes and features
    • Merge in various DLL fixes which already were in other chapters
    • F3 key now toggles between ADV, NVL, and Original text modes (previously it toggled "effect level" which does nothing)
    • Fix in-game description for F1 shortcut - this toggles the graphics preset, not ADV/NVL mode
    • [Mod menu] Add option to toggle choice mode (whether choices are "skip/auto good choice", "normal", or "highlight good choice"
    • All writes to files are done semi-atomically to reduce chance of corrupted saves
    • Significantly reduce save thumbnail size
  • Minor script fixes