Skip to content

Version 3.1.0.0

Choose a tag to compare

@ghorsington ghorsington released this 08 Nov 11:03
· 187 commits to master since this release

Changelog

  • Fixed rare cases where hooking would fail and crash the game
  • Added experimental support for bootstrapping mono on IL2CPP
    • Requires you to download or build mono runtime yourself
    • Currently no guide, check out doorstop_config.ini for new config options
  • Added new ignoreDisableSwitch option to ignore DOORSTOP_DISABLE env var
    • Usable in some cases where a game sets the variable to prevent Doorstop from bootstrapping
  • Minor code cleanup