diff options
Diffstat (limited to 'docs/installing-northstar/using-northstar/commands.md')
-rw-r--r-- | docs/installing-northstar/using-northstar/commands.md | 14 |
1 files 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 |