You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,12 @@ For PythonSDK to be able to interact with the game, you must add a few things to
14
14
15
15
1. Quit the game if it is running.
16
16
17
-
2. Extract all of the contents of PythonSDK.zip into your `Borderlands 2\Binaries\Win32` directory.
18
-
If you are asked to overwrite any files, accept. This mod replaces (and functions the same as) c0dy's Plugin Loader.
17
+
2. Extract all of the contents of the folder in the PythonSDK.zip into your `Borderlands 2\Binaries\Win32` directory, overwriting files if necessary.
18
+
You want there to be a file `Win32\ddraw.dll`, *not*`Win32\PythonSDK\ddraw.dll`.
19
19
20
-
3. If you have installed an older version of the SDK, delete the old files. This includes `Win32\Plugins\PythonSDK.dll`
20
+
3. If you have installed an older version of the SDK, delete any extra old files that weren't overwritten.
21
+
22
+
4. Download and install [this](https://aka.ms/vs/16/release/vc_redist.x86.exe) Mircosoft Visual C++ Redistributable. Most of the time this will already be installed.
0 commit comments