v1.2: Hand of Glory
Installation Guide
Components:
- Base: 1.2
- BL3 Mod Menu: 1.1
- Console Mod Menu: 1.1
- Keybinds: 2.1
- pyunrealsdk: v1.1.1 (d18a05c7)
- UI Utils: 1.1
- unrealsdk: v1.1.0 (d121ba25)
What's Changed
-
Switched the plugin loader again, to
dsound.dll
, to fix breaking controller input when running under proton. While not required, it is recommended to delete<game>/OakGame/Binaries/Win64/d3d11.dll
andxinput1_3.dll
.Proton users will now need to use the launch arg
WINEDLLOVERRIDES="dsound=n,b" %command%
. -
Fixed that changing a keybind while a mod was active would not immediately update it.
-
Fixed you could not bind keybinds to controllers, and that all controller input was ignored while in menus.
-
Upgraded to Python 3.12.
Developer Changelog: https://github.com/bl-sdk/oak-mod-manager/blob/master/changelog.md#v12