diff --git a/docs/client/client_commands.md b/docs/client/client_commands.md index a64518a..0f30d85 100644 --- a/docs/client/client_commands.md +++ b/docs/client/client_commands.md @@ -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. --- @@ -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. diff --git a/docs/client/etjump_cvars.md b/docs/client/etjump_cvars.md index dc9462d..62e0b32 100644 --- a/docs/client/etjump_cvars.md +++ b/docs/client/etjump_cvars.md @@ -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 ------------------------|:-------------:|------------- diff --git a/docs/mapping/mapping_entities.md b/docs/mapping/mapping_entities.md index 6405ba7..523816f 100644 --- a/docs/mapping/mapping_entities.md +++ b/docs/mapping/mapping_entities.md @@ -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. --- diff --git a/docs/server/admin_system.md b/docs/server/admin_system.md index e50e0e8..b3eabcd 100644 --- a/docs/server/admin_system.md +++ b/docs/server/admin_system.md @@ -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 --- @@ -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 @@ -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 @@ -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 @@ -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.