Skip to content

v1.1.2: Threads are hard

Compare
Choose a tag to compare
@FromDarkHell FromDarkHell released this 22 Dec 02:16
· 3 commits to master since this release

Installation

  1. Drag into Borderlands3\OakGame\Binaries\Win64
  2. Any DLL based plugins go into Borderlands3\OakGame\Binaries\Win64\Plugins

For more information go to the README

Note for Developers:

If you need to delay the loading of your DLL, edit Plugins\pluginLoader.ini to contain something like:

[PluginLoader]

[HelloWorldDLL.dll]
delaySeconds=1

where delaySeconds is how many seconds you want to delay loading (a better solution would generally be hooking into stuff btw 👍 )
As BL3 is compiled for x64 all of your libraries need to be x64 (or x64 compatible)

Changes

  • Fix a (possible?) multi-threading issue.