]> git.rm.cloudns.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Programming Tips
authorterencehill <piuntn@gmail.com>
Tue, 7 Jan 2025 10:55:59 +0000 (10:55 +0000)
committerterencehill <piuntn@gmail.com>
Tue, 7 Jan 2025 10:55:59 +0000 (10:55 +0000)
Programming-Tips.md

index 5028cbee4633139935f7006cc85619d6e0cd2437..f60e0d3fe8b7d599879b4329425d726973b78291 100644 (file)
@@ -33,7 +33,7 @@ If you need 2 players for debugging, you can launch another client locally:
 \r
 ### Testing with bots\r
 \r
-You can prevent bots from firing with `bot_nofire 1` or stop them completely with `bot_cmd * pause` (unstop them with `bot_cmd * continue`). With `sv_cheats 1` (takes effect next match), you can drag them around (default key V or 'drag object' in menu).\r
+You can prevent bots from firing with `bot_nofire 1` or stop them completely with `bot_cmd * pause` (unstop them with `bot_cmd * continue`). With `sv_cheats 1` (takes effect next match), you can drag them around (default key V, if not bound you can bind 'drag object (sandbox)' in menu, Settings/Input window).\r
 \r
 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).\r
 \r