diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-07-15 13:23:52 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-07-15 13:23:52 +0200 |
commit | 8b4eba85c9a93dceae20d21374b12bc6317e6366 (patch) | |
tree | 85bab0f071ac97e788fba6d3697506e6a7946a2b /docs/modding-and-development | |
parent | 9ea26b56123cc43c88825c1ca3827972114ad938 (diff) | |
download | NorthstarWiki-8b4eba85c9a93dceae20d21374b12bc6317e6366.tar.gz NorthstarWiki-8b4eba85c9a93dceae20d21374b12bc6317e6366.zip |
Document command to spawn grunt/titan
Diffstat (limited to 'docs/modding-and-development')
-rw-r--r-- | docs/modding-and-development/testing.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/modding-and-development/testing.md b/docs/modding-and-development/testing.md index 94aa9be..0ed94dd 100644 --- a/docs/modding-and-development/testing.md +++ b/docs/modding-and-development/testing.md @@ -28,3 +28,12 @@ This section applies to you if you're someone who's able to merge PRs in any of When reviewing pull requests on GitHub, make sure to checkout the changes made by a PR locally and test it there. In particular, test the parts of the code that are touched by a PR. After testing, make sure to mention the steps tested in your review. + +## Tips and toolkits + +(might require `sv_cheats 1`) + +**Spawn titan/grunt:** + +- For titan: `ent_create npc_titan; ent_fire !picker setteam 2` +- For grunt: `ent_create npc_soldier; ent_fire !picker setteam 2` |