Borderlands 3 Dialog Skipper
-
Endorsements
-
Unique DLs2,521
-
Total DLs3,224
-
Total views76,568
-
Version1.0
About this mod
This mod adds a keybind that allows you to skip the currently playing dialogs
- Permissions and credits
https://bl-sdk.github.io/oak-mod-db/mods/dialog-skipper/
To install : https://www.youtube.com/watch?v=Xm1TLydB5Qo
This mod adds a customizable keybind to skip all the currently playing dialogs (F6 by default)
Download the UE4SS version for Borderlands 3 (zCustomGameConfigs.zip) and drop that in the same folder.
Download the mod and drop all the content into the Borderlands 3\OakGame\Binaries\Win64\Mods folder.
Go the the mod file Borderlands 3\OakGame\Binaries\Win64\Mods\DialogSkipMod\Scripts\main.lua and open it with any text editor (notepad, notepad ++ ect)
Replace that line :
RegisterKeyBind(Key.F6, function()
With the key you want instead. Like :
RegisterKeyBind(Key.A, function()
...To uninstall the mod, simply delete all the files you had to install.
This mod is also compatible with Wonderlands, following the exact same installation steps