diff options
author | Barichello <artur@barichello.me> | 2022-01-20 11:06:28 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-20 11:06:28 -0300 |
commit | 196ffc5bed75de5d6c730c5e5b1cac509a954360 (patch) | |
tree | cc9508d4b7bc7b53c9f39cf62142e4ae7f4fe386 /docs/installing-northstar/using-northstar | |
parent | 8feb01804a8319251a6b9e83f4bceddbcc1c3f53 (diff) | |
download | NorthstarWiki-196ffc5bed75de5d6c730c5e5b1cac509a954360.tar.gz NorthstarWiki-196ffc5bed75de5d6c730c5e5b1cac509a954360.zip |
Update dev commands
Diffstat (limited to 'docs/installing-northstar/using-northstar')
-rw-r--r-- | docs/installing-northstar/using-northstar/commands.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/installing-northstar/using-northstar/commands.md b/docs/installing-northstar/using-northstar/commands.md index b631bce..5cb9a26 100644 --- a/docs/installing-northstar/using-northstar/commands.md +++ b/docs/installing-northstar/using-northstar/commands.md @@ -42,6 +42,15 @@ In the future this keybind should hopefully be adjustable via `Controls > Settin | `give mp_weapon_peacekraber` | Gives you peacekraber | | | `r_latencyflex` | Enables [LatencyFleX](../../using-northstar/playing-on-linux/#latencyflex) (Linux-only, enabled by default) | `0` / `1` | +### Useful dev commands +Requires `sv_cheats 1` + +Command|Result +-|- +`thirdperson`|Third person mode +`script DevSpawnTitan()`|Spawns you a Titan +`script SetGameEndTime(1200.0)`|Sets remaining match time to 1200 seconds + ### Server commands | Variable | Description | Default | @@ -170,12 +179,3 @@ In the future this keybind should hopefully be adjustable via `Controls > Settin | `sv_warnAboutCmdNumJumps` | | 20 | | `sv_weapon_despawn_time` | | 90 | | `sv_writeSendTableStreamFile` | | | - -### Useful dev commands -Requires `sv_cheats 1` - -Command|Result --|- -`thirdperson`|Third person mode -`script ReplacementTitan( GetPlayerArray()[0] )`|Stand by for Titanfall -`script SetServerVar( "gameEndTime", Time() + 1200.0 )`|Sets remaining match time to 1200 seconds |