aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-01-16 19:24:22 -0300
committerBarichello <artur@barichello.me>2022-01-16 19:24:22 -0300
commit0ccf9289b53a6a954dc26c86e37e768f83253577 (patch)
treeea6c60d00a0288cedcbca2100cb2106cd9026655
parent16b80745d69a92db52325648a01e613c258a9b9b (diff)
downloadNorthstarWiki-0ccf9289b53a6a954dc26c86e37e768f83253577.tar.gz
NorthstarWiki-0ccf9289b53a6a954dc26c86e37e768f83253577.zip
Update dev commands section
-rw-r--r--docs/installing-northstar/using-northstar/commands.md14
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