From 0ccf9289b53a6a954dc26c86e37e768f83253577 Mon Sep 17 00:00:00 2001 From: Barichello Date: Sun, 16 Jan 2022 19:24:22 -0300 Subject: Update dev commands section --- docs/installing-northstar/using-northstar/commands.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/installing-northstar/using-northstar/commands.md b/docs/installing-northstar/using-northstar/commands.md index 0b16f9f..b631bce 100644 --- a/docs/installing-northstar/using-northstar/commands.md +++ b/docs/installing-northstar/using-northstar/commands.md @@ -171,9 +171,11 @@ In the future this keybind should hopefully be adjustable via `Controls > Settin | `sv_weapon_despawn_time` | | 90 | | `sv_writeSendTableStreamFile` | | | -### Useful dev scripts - -| Command | Result | -| ---------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | -| `script CreateTitanForPlayerAndHotdrop( GetPlayerArray()[0], GetTitanReplacementPoint( GetPlayerArray()[0], false ) )` | Sets your titan as available to call for Titanfall | -| `script ForcePilotToBecomeTitan( GetPlayerArray()[0] )` | Transforms you into a titan | +### 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 -- cgit v1.2.3