Skip to content

v0.9.23

Choose a tag to compare

@github-actions github-actions released this 21 Aug 14:18
· 8 commits to main since this release

Changes in 0.9.23

Fixed

  • A patch a mod cannot bind no longer blocks every later patch of that same method. Harmony keeps the
    failed entry, and 0.9.19 left it there.
  • Tweakables can raise how often a customer orders again, and GraphicsMOD's lighting option switches the
    sun instead of doing nothing.

Installing by hand: Polyfill.Boot.dll goes into Plugins/, Polyfill.dll into Mods/. The plugin
does the work and has to be a plugin - it runs before any mod is read - so a copy of it in Mods/ is
ignored by MelonLoader. The mod only adds the console commands and can be left out.

Polyfill patches the game, not your mods. Your own files are never changed, and polyfillrestore in
the console takes the patch back out on the next launch.

What's Changed

  • fix: take a failed patch back out, so it cannot poison the next one by @DooDesch in #62

Full Changelog: v0.9.22...v0.9.23