diff options
author | H0L0theBard <97146561+H0L0theBard@users.noreply.github.com> | 2022-02-01 11:28:34 +1000 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-31 22:42:03 -0300 |
commit | 1c20352edb0366f6d2f0b1c68d78d87c7b181f5a (patch) | |
tree | 969fb63a4f705a4cd37b0cd181bee46042120013 /docs/installing-northstar/using-northstar | |
parent | b5ebb670740e028434707b48f474444366408cea (diff) | |
download | NorthstarWiki-1c20352edb0366f6d2f0b1c68d78d87c7b181f5a.tar.gz NorthstarWiki-1c20352edb0366f6d2f0b1c68d78d87c7b181f5a.zip |
Update to dev commands
Added a few extra commands to the useful dev command section as they are commonly asked about in the discord
Diffstat (limited to 'docs/installing-northstar/using-northstar')
-rw-r--r-- | docs/installing-northstar/using-northstar/commands.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/installing-northstar/using-northstar/commands.md b/docs/installing-northstar/using-northstar/commands.md index 5cb9a26..3162ad9 100644 --- a/docs/installing-northstar/using-northstar/commands.md +++ b/docs/installing-northstar/using-northstar/commands.md @@ -50,6 +50,12 @@ Command|Result `thirdperson`|Third person mode `script DevSpawnTitan()`|Spawns you a Titan `script SetGameEndTime(1200.0)`|Sets remaining match time to 1200 seconds +`ent_create npc_soldier`|Spawns a grunt at your crosshair +`ent_create npc_stalker`|Spawns a stalker at your crosshair +`ent_create npc_spectre`|Spawns a spectre at your crosshair +`ent_create npc_titan`|Spawns a titan at your crosshair (Warning as of v1.4.0, this crashes your game if you don't have your own titan) +`ent_create npc_marvin`|Spawns a Marvin at your crosshair +`ent_fire !picker setteam 2`|Sets entity at crosshair to team 2 ### Server commands |