Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 15:45
· 2 commits to main since this release
84ad1e3

Changes in 0.7.0

Fixed

  • OverTheCounter keeps its manager panel AND the game keeps its clipboard. 0.4.6 deleted the NPC selector
    screen, which killed both; it now answers that it is not open, which is true.

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(bridges): a screen the game deleted answers that it is not open by @DooDesch in #26

Full Changelog: v0.6.2...v0.7.0