Skip to content

v0.11.9

Choose a tag to compare

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

Changes in 0.11.9

Fixed

  • Tweakables' raised deal cap works again. The higher number was worked out and then written nowhere,
    so you kept seeing the old limit with nothing to say why.

Changed

  • When something a mod needs cannot be put back, but Polyfill restores what it was for another way,
    the report says which fix covers it instead of only listing it as missing.

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.

Full Changelog: v0.11.8...v0.11.9