v0.9.23
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
Full Changelog: v0.9.22...v0.9.23