Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/client/client_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ Loads a previously saved position. Possible slots __0__-__2__. If no slot is giv
---

## loadcheckpoints
`loadcheckpoints [run name]`
`loadcheckpoints [run name] [rank]`
Loads timerun checkpoints for comparison for given timerun. If `[rank]` isn't specified, defaults to rank 1 time.
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.

---

Expand Down Expand Up @@ -158,6 +159,7 @@ Prints information about portal gun.
---

## rankings
`rankings [season]`
`rankings --season [season] --page [page] --page-size [page size]`
Prints timerun rankings. If no parameters are given, prints top **20** overall rankings.

Expand Down
9 changes: 9 additions & 0 deletions docs/client/etjump_cvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@ When set to higher than __0__, CGaz 2 will be drawn as if the player had the set

---

## etj_CGaz2NoVelocityDir
Name | values | default
------------------------|:-------------:|-------------
etj_CGaz2NoVelocityDir | 0 or 1 | 0

Toggles drawing of velocity direction line on CGaz 2.

---

## etj_CGazFov
Name | values | default
------------------------|:-------------:|-------------
Expand Down
2 changes: 1 addition & 1 deletion docs/mapping/mapping_entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Prints `message` as a centerprint. If no spawnflags are specified, prints to all

Key | Values | Default | Description
-----------------|:-----------------:|---------------|------------
spawnflags | 8 | 0 | __8__ Prints to CPM (popup messages) instead of centerprint.
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.

---

Expand Down
12 changes: 9 additions & 3 deletions docs/server/admin_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ __Flag:__ a
`!add-season --name [name] [required] --start-date [YYYY-MM-DD] [required] --end-date-exclusive [YYYY-MM-DD]`
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).

_Note: season names are case insensitive._

__Flag:__ T

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

_Note: this will delete all timerun records associated with the season._
_Note: this will delete all timerun records associated with the season. Season names are case insensitive._

__Flag:__ T

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

## edit-season
`!edit-season --name [name] [required] --start-date [YYYY-MM-DD] --end-date [YYYY-MM-DD]`
Edits an existing timerun season. You can only edit either `--start-date` or `--end-date` with a single command.
Edits an existing timerun season.

_Note: season names are case insensitive._

__Flag:__ T

Expand Down Expand Up @@ -206,8 +210,9 @@ __Flag:__ A
---

## loadcheckpoints, load-checkpoints
`!loadcheckpoints [run name]`
`!loadcheckpoints [run name] [rank]`
Loads timerun checkpoints for comparison for given timerun. If `[rank]` isn't specified, defaults to rank 1 time.
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.

__Flag:__ a

Expand Down Expand Up @@ -278,6 +283,7 @@ __Flag:__ P
---

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

Expand Down