We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc68bf commit 13fbc3cCopy full SHA for 13fbc3c
README.md
@@ -96,4 +96,15 @@ Output:
96
97
# Debug.py
98
99
-A script to debug game executable. Extracts from log crash data and uses build data to tell more information.
+A script to debug game executable. Extracts from log crash data and uses build data to tell more information.
100
+
101
+`python Debug.py [Path to patches folder] [Command line arguments to run the game]`
102
103
+Example:
104
105
+```
106
+python ./Debug.py F:\GIT\FA-Binary-Patches ^
107
+ C:\ProgramData\FAForever\bin\FAFDebugger.exe ^
108
+ C:\ProgramData\FAForever\bin\ForgedAlliance_exxt.exe /init init-dev.lua /nobugreport /log C:\ProgramData\FAForever\bin\logs\game.log ^
109
+ /EnableDiskWatch /showlog
110
0 commit comments