Skip to content

Commit aa7e4cb

Browse files
authored
3.0.1 Update (#27)
1 parent cc06002 commit aa7e4cb

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

docs/client/client_commands.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ Loads a previously saved position. Possible slots __0__-__2__. If no slot is giv
110110
---
111111

112112
## loadcheckpoints
113+
`loadcheckpoints [run name]`
113114
`loadcheckpoints [run name] [rank]`
114-
Loads timerun checkpoints for comparison for given timerun. If `[rank]` isn't specified, defaults to rank 1 time.
115+
Loads timerun checkpoints for comparison for given timerun. If `[rank]` isn't specified, defaults to rank 1 time. Loaded checkpoints can be cleared by specifying `-1` as rank. `[run name]` supports partial matching.
115116

116117
---
117118

@@ -158,6 +159,7 @@ Prints information about portal gun.
158159
---
159160

160161
## rankings
162+
`rankings [season]`
161163
`rankings --season [season] --page [page] --page-size [page size]`
162164
Prints timerun rankings. If no parameters are given, prints top **20** overall rankings.
163165

docs/client/etjump_cvars.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,15 @@ When set to higher than __0__, CGaz 2 will be drawn as if the player had the set
143143

144144
---
145145

146+
## etj_CGaz2NoVelocityDir
147+
Name | values | default
148+
------------------------|:-------------:|-------------
149+
etj_CGaz2NoVelocityDir | 0 or 1 | 0
150+
151+
Toggles drawing of velocity direction line on CGaz 2.
152+
153+
---
154+
146155
## etj_CGazFov
147156
Name | values | default
148157
------------------------|:-------------:|-------------

docs/mapping/mapping_entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Prints `message` as a centerprint. If no spawnflags are specified, prints to all
100100

101101
Key | Values | Default | Description
102102
-----------------|:-----------------:|---------------|------------
103-
spawnflags | 8 | 0 | __8__ Prints to CPM (popup messages) instead of centerprint.
103+
spawnflags | 8, 16 | 0 | __8__ Prints to CPM (popup messages) instead of centerprint. __16__ replaces any occurrence of `[n]` in the print with the activators name.
104104

105105
---
106106

docs/server/admin_system.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ __Flag:__ a
1515
`!add-season --name [name] [required] --start-date [YYYY-MM-DD] [required] --end-date-exclusive [YYYY-MM-DD]`
1616
Adds a new timerun season. If `--end-date-exclusive` isn't set, the season will be active until end date is added with [`!edit-season`](admin_system.md/#edit-season).
1717

18+
_Note: season names are case insensitive._
19+
1820
__Flag:__ T
1921

2022
---
@@ -55,7 +57,7 @@ __Flag:__ C
5557
`!delete-season --name [exact name]`
5658
Deletes a timerun season. Name must be an exact match.
5759

58-
_Note: this will delete all timerun records associated with the season._
60+
_Note: this will delete all timerun records associated with the season. Season names are case insensitive._
5961

6062
__Flag:__ T
6163

@@ -71,7 +73,9 @@ __Flag:__ A
7173

7274
## edit-season
7375
`!edit-season --name [name] [required] --start-date [YYYY-MM-DD] --end-date [YYYY-MM-DD]`
74-
Edits an existing timerun season. You can only edit either `--start-date` or `--end-date` with a single command.
76+
Edits an existing timerun season.
77+
78+
_Note: season names are case insensitive._
7579

7680
__Flag:__ T
7781

@@ -206,8 +210,9 @@ __Flag:__ A
206210
---
207211

208212
## loadcheckpoints, load-checkpoints
213+
`!loadcheckpoints [run name]`
209214
`!loadcheckpoints [run name] [rank]`
210-
Loads timerun checkpoints for comparison for given timerun. If `[rank]` isn't specified, defaults to rank 1 time.
215+
Loads timerun checkpoints for comparison for given timerun. If `[rank]` isn't specified, defaults to rank 1 time. Loaded checkpoints can be cleared by specifying `-1` as rank. `[run name]` supports partial matching.
211216

212217
__Flag:__ a
213218

@@ -278,6 +283,7 @@ __Flag:__ P
278283
---
279284

280285
## rankings
286+
`!rankings [season]`
281287
`!rankings --season [season] --page [page] --page-size [page size]`
282288
Prints timerun rankings. If no parameters are given, prints top **20** overall rankings.
283289

0 commit comments

Comments
 (0)