]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Programming Tips
authorMartin Taibr <taibr.martin@gmail.com>
Wed, 17 Apr 2019 16:34:49 +0000 (16:34 +0000)
committerMartin Taibr <taibr.martin@gmail.com>
Wed, 17 Apr 2019 16:34:49 +0000 (16:34 +0000)
Programming-Tips.md

index 601447242f3d40c417d53eb1f3fe9a0fefe35a2c..1b3ac400a829d6484fdeac7121d77978cb263f24 100644 (file)
@@ -11,3 +11,5 @@ If you need 2 players for debugging, you can launch another client locally:
 ### Testing with bots
 
 You can prevent bots from firing (`bot_nofire 1`) or stop them completely (`bot_cmd * pause`). With `sv_cheats 1` (takes effect next match), you can drag them around (default V or drag object in menu).
+
+Note that `sv_cheats 1` prevents bots from spawning in the campaign (should you decide to put it in your `autoexec.cfg` and later wonder why the campaign is broken).