Skip to content

Version 3.0.0.0

Choose a tag to compare

@ghorsington ghorsington released this 23 May 19:17
· 187 commits to master since this release

Breaking change

Doorstop won't pass any parameters into the string[] args parameter if there is one! Instead, Doorstop will pass current process path via DOORSTOP_PROCESS_PATH environment variable!
More information on the wiki.

Changelog

  • Changed default entrypoint to version.dll again as issues with Wine/Proton have been fixed in their latest versions
    • If you still need winhttp.dll proxy, you'll have to build Doorstop manually
  • --doorstop-invoke and the process name are not passed by "command line arguments" anymore to increase compatibility with older Unity games
  • Added DOORSTOP_PROCESS_PATH environment variable that contains full valid path to currently running process