From: terencehill Date: Fri, 9 Aug 2019 14:43:37 +0000 (+0200) Subject: Bot waypoints: add quick menu wpeditor.txt with various commands and useful settings... X-Git-Tag: xonotic-v0.8.5~1356^2~8 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=204e3586a8404914636f9dd453dfcac9199db769;p=xonotic%2Fxonotic-data.pk3dir.git Bot waypoints: add quick menu wpeditor.txt with various commands and useful settings. Open it with 'quickmenu file "" wpeditor.txt' --- diff --git a/wpeditor.txt b/wpeditor.txt new file mode 100644 index 000000000..5ec4722e7 --- /dev/null +++ b/wpeditor.txt @@ -0,0 +1,23 @@ +// open this quick menu with: quickmenu file "" wpeditor.txt +"Spawn" "wpeditor spawn" +"Remove" "wpeditor remove" +"Save all" "wpeditor saveall" +"Spawn at crosshair" "wpeditor spawn crosshair" +"Spawn jump" "wpeditor spawn jump" +"Spawn crouch" "wpeditor spawn crouch" +"Spawn support" "wpeditor spawn support" +"Hardwire/Unhw at crosshair" "wpeditor hardwire crosshair" +"Hardwire/Unhardwire" "wpeditor hardwire" +"Lock/Unlock" "wpeditor lock" +"Relink all" "wpeditor relinkall" +"Find unreachable" "wpeditor unreachable" +"Settings" + "Bot in map" "toggle bot_number" + "Bots can't fire" "toggle bot_nofire" + "Show bot's path to goal" "toggle bot_debug_goalstack" + "Show tracewalk path" "toggle bot_debug_tracewalk" + "No time limit" "timelimit 0" + "Cheats" "toggle sv_cheats" + "God mode on/off" "god" + "Fly mode on/off" "fly" +"Settings" \ No newline at end of file