X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=commands.cfg;h=ac7316f07514bf9e14f35ced0cf88d1d6d3354ae;hb=ab92ed899fd547106f01cccfc221b374651882d5;hp=9cbad2a63544d3bb077fc31c2359811f1cc056bc;hpb=10d5434becc8bb7bdbced64619272bdc31c8056d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/commands.cfg b/commands.cfg index 9cbad2a63..ac7316f07 100644 --- a/commands.cfg +++ b/commands.cfg @@ -56,6 +56,7 @@ alias who "qc_cmd_svcmd who ${* ?}" // Displa // generic commands (across all programs) alias addtolist "qc_cmd_svmenu addtolist ${* ?}" // Add a string to a cvar alias dumpcommands "qc_cmd_svmenu dumpcommands ${* ?}" // Dump all commands on the program to *_cmd_dump.txt +alias dumpmonsters "qc_cmd_svmenu dumpmonsters ${* ?}" // Dump all monsters into monsters_dump.txt alias dumpnotifs "qc_cmd_svcl dumpnotifs ${* ?}" // Dump all notifications into notifications_dump.txt alias maplist "qc_cmd_svmenu maplist ${* ?}" // Automatic control of maplist alias nextframe "qc_cmd_svmenu nextframe ${* ?}" // Execute the given command next frame of this VM @@ -103,7 +104,6 @@ alias menu_showhudexit "menu_cmd directmenu HUDExit" alias menu_showhudoptions "menu_cmd directpanelhudmenu ${* ?}" alias menu_showsandboxtools "menu_cmd directmenu SandboxTools" alias menu_showquitdialog "menu_cmd directmenu Quit" -alias menu_showtdtools "menu_cmd directmenu TowerDefense" alias menu_showmonstertools "menu_cmd directmenu MonsterTools" // command executed before loading a map by the menu @@ -157,9 +157,9 @@ alias reportcvar "qc_cmd_cmd reportcvar ${* ?}" // Old sy alias selectteam "qc_cmd_cmd selectteam ${* ?}" // Attempt to choose a team to join into alias selfstuff "qc_cmd_cmd selfstuff ${* ?}" // Stuffcmd a command to your own client alias sentcvar "qc_cmd_cmd sentcvar ${* ?}" // New system for sending a client cvar to the server -alias editmob "qc_cmd_cmd mobedit ${* ?}" // Edit a monster's properties -alias killmob "qc_cmd_cmd mobkill ${* ?}" // Kill a monster -alias spawnmob "qc_cmd_cmd mobspawn ${* ?}" // Spawn a monster infront of the player +alias editmob "qc_cmd_cmd mobedit ${* ?}" // Edit a monster's properties +alias killmob "qc_cmd_cmd mobkill ${* ?}" // Kill a monster +alias spawnmob "qc_cmd_cmd mobspawn ${* ?}" // Spawn a monster infront of the player alias spectate "qc_cmd_cmd spectate ${* ?}" // Become an observer alias suggestmap "qc_cmd_cmd suggestmap ${* ?}" // Suggest a map to the mapvote at match end //alias tell "qc_cmd_cmd tell ${* ?}" // Send a message directly to a player @@ -178,10 +178,6 @@ alias spec "spectate" // mutator aliases alias sandbox "cmd g_sandbox ${* ?}" -alias spawnturret "cmd turretspawn ${* ?}" -alias upgradeturret "cmd buffturret ${* ?}" -alias rmturret "cmd turretremove ${* ?}" -alias repairturret "cmd repairturret ${* ?}" // ============================================================ @@ -193,7 +189,7 @@ alias allspec "qc_cmd_sv allspec ${* ?}" // Force alias anticheat "qc_cmd_sv anticheat ${* ?}" // Create an anticheat report for a client alias bbox "qc_cmd_sv bbox ${* ?}" // Print detailed information about world size alias bot_cmd "qc_cmd_sv bot_cmd ${* ?}" // Control and send commands to bots -alias butcher "qc_cmd_sv butcher ${* ?}" // Remove all monsters on the map +alias butcher "qc_cmd_sv butcher ${* ?}" // Remove all monsters on the map alias cointoss "qc_cmd_sv cointoss ${* ?}" // Flip a virtual coin and give random result alias database "qc_cmd_sv database ${* ?}" // Extra controls of the serverprogs database alias defer_clear "qc_cmd_sv defer_clear ${* ?}" // Clear all queued defer commands for a specific client