diff options
| author | Johannes Herman <johannes.herman@gmail.com> | 2026-03-17 09:30:43 +0100 |
|---|---|---|
| committer | Johannes Herman <johannes.herman@gmail.com> | 2026-03-17 09:30:43 +0100 |
| commit | 95a841ac088a78c7c55c9213a1f4664d3c60e328 (patch) | |
| tree | bf4e4ef0601d29f05aca3e599738f85ef3436370 /README.md | |
| parent | a5bb4f7f7ab7f624fcf22e6211b159f0c7577835 (diff) | |
Added extract chat option
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -55,14 +55,15 @@ Argument: <demo> Sets input demo Options: - -r, --rename <id> <name> Renames player with id to name - -s, --skin <id> <name> Set skin of player with id to skin - -m, --map <map> Changes the map of demo to map - -e, --extract-map <file> Saves the map of demo to file - -o, --output <file> Saves the output demo to file - -i, --info Prints info of demo - -I, --extended-info Prints extended info of demo - -h, --help Prints this help info + -r, --rename <id/name> <name> Renames player with id/name to name + -s, --skin <id/name> <skin> Set skin of player with id/name to skin + -m, --map <map> Changes the map of demo to map + -e, --extract-map <file> Saves the map of demo to file + -o, --output <file> Saves the output demo to file + -i, --info Prints info of demo + -I, --extended-info Prints extended info of demo + -c, --chat Prints the demo chat log + -h, --help Prints this help info ``` ## credits |
