Skip to content

Commit eed4453

Browse files
authored
Merge pull request #16 from Aciz/240-update
2.4.0 Update
2 parents 48fb2ad + 36ac378 commit eed4453

File tree

8 files changed

+456
-85
lines changed

8 files changed

+456
-85
lines changed

docs/client/client_commands.md

Lines changed: 70 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# List of ETJump client commands
22
Below is a list of all available ETJump related console commands for players.
33

4+
## ad_save
5+
`ad_save [optional name]`
6+
Saves the current temp demo recorded by autodemo with the given name. The manually saved autodemo naming format is `playername_map_name[DD-MM-YY-HHMMSS]`. If no name is given, defaults to `demo`.
7+
8+
_Note: This only saves the latest temp demo recorded with `etj_autoDemo`. If you are manually recording a demo and use this command, it will take the latest `temp/temp_N.dm_84` and save that. The manually recorded demo will be saved normally into whatever folder you're recording into, with the name it was recorded with._
9+
10+
---
11+
12+
## await
13+
`await [frames] [command1] | [command2] | [command3]...`
14+
Queues commands to be executed after `[frames]`. Unlike `wait`, this works asynchronously without interrupting other user actions.
15+
16+
_Note: `await` cannot be used during timeruns, and queued commands are cleared when a timerun starts._
17+
18+
---
19+
420
## backup
521
`backup [slot]`
622
Loads a backup slot. Possible slots __1__-__3__. If no slot is given, loads slot __1__.
@@ -13,12 +29,32 @@ Teleports target player to you.
1329

1430
---
1531

32+
## chs
33+
`chs`
34+
Prints the list of available CHS infos to console.
35+
36+
---
37+
1638
## class
17-
`class [class][weapon]`
39+
`class [class] [weapon]`
1840
Changes to class with weapon. Possible classes are __s__, __e__, __m__, __f__, __c__. Possible weapons are __1__-__7__.
1941

2042
---
2143

44+
## clearsaves
45+
`clearsaves`
46+
Clears users saved positions in all slots.
47+
48+
_Note: Removes saved slots on both teams._
49+
50+
---
51+
52+
## extraTrace
53+
`extraTrace`
54+
Prints the list of bitmask values for `etj_extraTrace`.
55+
56+
---
57+
2258
## god
2359
`god`
2460
Toggles god mode.
@@ -31,6 +67,12 @@ Teleports you to target player.
3167

3268
---
3369

70+
## ignore and unignore
71+
`ignore/unignore [player/ID]`
72+
Ignores/unignores chat and private messages sent by specified client.
73+
74+
---
75+
3476
## incrementVar
3577
`incrementVar [cvar] [start] [end] [step]`
3678
Cycles given cvar between values of `start` and `end` with increments of `step`. Same as `cycle`, but supports float values.
@@ -61,15 +103,21 @@ Loads a previously saved position. Possible slots __0__-__2__. If no slot is giv
61103

62104
---
63105

64-
## manual
106+
## man and manual
65107
`manual [command]`
66108
Prints a manual for command.
67109

68110
---
69111

70112
## min and minimize
71113
`min`, `minimize`
72-
Minimizes the ET client. Only works on windows.
114+
Minimizes the ET client. Only works on Windows.
115+
116+
---
117+
118+
## mod_information
119+
`mod_information`
120+
Prints the ETJump version the server is running.
73121

74122
---
75123

@@ -111,4 +159,22 @@ Saves current position. Possible slots __0__-__2__. If no slot is given, slot is
111159

112160
## setoffset
113161
`setoffset [X Y Z]`
114-
Offsets your position by the amount of units on each vector. Usage requires access to `noclip`. Maximum offset value per vector is __4096__.
162+
Offsets your position by the amount of units on each vector. Usage requires access to `noclip`. Maximum offset value per vector is __4096__.
163+
164+
---
165+
166+
## tracker_print
167+
`tracker_print [index1|all] [index2] [index3]...`
168+
Prints your current tracker values on given indices. Special case `all` prints tracker values on every index. If no index is specified, defaults to index __1__.
169+
170+
_Note: Usage of this command requires the server to have `g_debugTrackers 1`. Timerun records are not saved when tracker debugging is enabled._
171+
172+
---
173+
174+
## tracker_set
175+
`tracker_set [index|all] [value]`
176+
Sets your tracker on given index to specified value. Special case `all` sets specified value in all indices. If no index is specified, defaults to index __1__.
177+
178+
_Note: Usage of this command requires the server to have `g_debugTrackers 1`. Timerun records are not saved when tracker debugging is enabled._
179+
180+
---

0 commit comments

Comments
 (0)