Skip to content

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 22:53
· 10 commits to main since this release

Changes in 0.5.1

Added

  • OverTheCounter's drifters stop throwing an error every tick. The mod asks for a character the game no
    longer has and fell back to an employee, which crashes without a workplace.

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

  • feat(fixes): Bigger Trees and OverTheCounter's drifters by @DooDesch in #18

Full Changelog: v0.5.0...v0.5.1