File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,30 @@ def main():
52
52
if health < 40 : # CYAN
53
53
pEntity.Glow(0 , 255 , 255 )
54
54
```
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
+
You can’t perform that action at this time.
0 commit comments