Skip to content

v1.1.1: Fix a few more errors (properly this time)

Compare
Choose a tag to compare
@FromDarkHell FromDarkHell released this 20 Dec 05:25
· 4 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 some issues with the copying of the DX11 dll
  • Some code cleanup