]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Bot waypoints: add quick menu wpeditor.txt with various commands and useful settings...
authorterencehill <piuntn@gmail.com>
Fri, 9 Aug 2019 14:43:37 +0000 (16:43 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 10 Aug 2019 16:52:16 +0000 (18:52 +0200)
wpeditor.txt [new file with mode: 0644]

diff --git a/wpeditor.txt b/wpeditor.txt
new file mode 100644 (file)
index 0000000..5ec4722
--- /dev/null
@@ -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