Skip to content

Commit 00ff895

Browse files
authored
Update README.md
1 parent 8dbb036 commit 00ff895

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,30 @@ def main():
5252
if health < 40: #CYAN
5353
pEntity.Glow(0, 255, 255)
5454
```
55+
56+
Build Instructions:
57+
58+
```
59+
1. Switch Build Settings of both Apex Legends SDK and ApexDriver to Release|x64
60+
61+
2. Go to ApexDriver and in Configuration Properties/Driver Signing/General, go to Sign Mode, and turn it Off.
62+
63+
3. Install DirectX9 and Python 3.9
64+
65+
DX9 SDK: https://www.microsoft.com/en-us/download/details.aspx?id=6812
66+
67+
Python 3.9: https://www.python.org/downloads/release/python-399/
68+
69+
OPTIONAL IF PATH IS NOT CORRECT ALREADY:
70+
4. Add DirectX9 and Python (3.9) Path in Configuration Properties/Linker/Input
71+
72+
DX9 SDK: https://www.microsoft.com/en-us/download/details.aspx?id=6812
73+
74+
Python 3.9: https://www.python.org/downloads/release/python-399/
75+
76+
Default Path:
77+
$(DXSDK_DIR)Lib\x64\d3d9.lib;$(DXSDK_DIR)Lib\x64\d3dx9.lib;$(DXSDK_DIR)Lib\x86\d3d9.lib;$(DXSDK_DIR)Lib\x86\d3dx9.lib;python39.lib;
78+
79+
```
80+
81+

0 commit comments

Comments
 (0)