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
Copy file name to clipboardExpand all lines: README.md
+19-13Lines changed: 19 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ Outputs game statistics from CS:GO demos as JSON. The solution has three project
14
14
15
15
- Defuse
16
16
- Hostage
17
-
- Wingman
17
+
- Wingman Defuse
18
+
- Wingman Hostage
19
+
- Danger Zone
18
20
19
21
## Running IDemO
20
22
@@ -29,23 +31,27 @@ Latest release:
29
31
### Usage
30
32
31
33
```
32
-
-config [path] Path to config file.
33
-
-folders [paths (space seperated)] Processes all demo files in each folder specified.
34
-
-demos [paths (space seperated)] Processess a list of single demo files at paths.
35
-
-recursive Switch for recursive demo search.
36
-
-steaminfo Takes steam names from steam.
37
-
-clear Clears the data folder.
38
-
-nochickens Disables checks for number of chickens killed when parsing.
39
-
-noplayerpositions Disables checks for player positions when parsing.
40
-
-samefilename Uses the demo's filename as the output filename.
41
-
-samefolderstructure Uses the demo's folder structure inside the root folder for the output json file.
42
-
-lowoutputmode Does not print out the progress bar and round completed messages to console.
34
+
-config [path] Path to config file.
35
+
-folders [paths (space seperated)] Processes all demo files in each folder specified.
36
+
-demos [paths (space seperated)] Processess a list of single demo files at paths.
37
+
-gamemodeoverride [string] Defines the gamemode for the match instead of having the parser attempt to figure it out. -> (defuse / hostage / wingmandefuse / wingmanhostage / dangerzone)
38
+
-testtype [string] Defines the test type for the match. Otherwise it attempts to grab it from the filename in SE Discord's filename formatting. Only matters for defuse and hostage. -> (competitive / casual)
39
+
-testdateoverride [string] Defines the test date of the match. Otherwise it attempts to grab it from the filename. -> (dd/mm/yyyy)
40
+
-hostagerescuezonecountoverride [int] Defines the number of hostage rescue zones in the map. Without this, the parser assumes hostage has 1 and danger zone has 2 -> (0-2)
41
+
-recursive Switch for recursive demo search.
42
+
-steaminfo Takes steam names from steam.
43
+
-clear Clears the data folder.
44
+
-nochickens Disables checks for number of chickens killed when parsing.
45
+
-noplayerpositions Disables checks for player positions when parsing.
46
+
-samefilename Uses the demo's filename as the output filename.
47
+
-samefolderstructure Uses the demo's folder structure inside the root folder for the output json file.
48
+
-lowoutputmode Does not print out the progress bar and round completed messages to console.
0 commit comments