From: Martin Taibr Date: Wed, 17 Apr 2019 16:34:49 +0000 (+0000) Subject: Update Programming Tips X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic.wiki.git;a=commitdiff_plain;h=b65ff683752f4eeaf49e9093b83b1a0e851b07c4 Update Programming Tips --- diff --git a/Programming-Tips.md b/Programming-Tips.md index 6014472..1b3ac40 100644 --- a/Programming-Tips.md +++ b/Programming-Tips.md @@ -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).