Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit 4fcb606

Browse files
authored
Make the Linux TPS Launch Options explicit. (#67)
1 parent e4f076d commit 4fcb606

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ PythonSDK does not yet work natively on Linux, but it seems to work well under S
2525

2626
WINEDLLOVERRIDES="ddraw=n,b" bash -c 'exec "${@/Launcher.exe/Borderlands2.exe}"' -- %command%
2727

28+
Or, for TPS:
29+
30+
WINEDLLOVERRIDES="ddraw=n,b" bash -c 'exec "${@/Launcher.exe/BorderlandsPreSequel.exe}"' -- %command%
31+
2832
Note that using `WINEDLLOVERRIDES` for `ddraw` isn't supported by the Wine developers, so if you experience problems with the game while using this method, please don't ask the WineHQ team for assistance.
2933

3034
## Usage

0 commit comments

Comments
 (0)