Skip to content

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 12 Aug 17:56
· 16 commits to main since this release
5c445a7

Changes in 0.4.3

Fixed

  • OverTheCounter's co-op sync is no longer switched off by a version number. It demanded exactly the
    SteamNetworkLib it was built with, and the newer one carries everything it calls.

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): stop a version number switching OverTheCounter's co-op off by @DooDesch in #14

Full Changelog: v0.4.2...v0.4.3