heckmanmeanscat

praccmode Commands

Feb 17th, 2021 (edited)
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. ## Commands
  2.  
  3. ### General commands
  4.  
  5. - .setup displays the practicemode menu
  6. - .prac launches practice mode and displays the .setup menu
  7. - .help: displays this page
  8. - .settings: opens the client settings menu
  9.  
  10. ### Saving grenade positions
  11. - .nades [filter]: displays a menu to select saved grenade positions. .nades with no argument shows all nades. filter can be any of: nade ids, category name, player name, or part of a grenade name
  12. - .cats : displays a menu of all saved grenades by category
  13. - .save <name>: saves your current position as a grenade spot with the given name
  14. - .goto <grenadeid>: teleports you to a player's saved grenade (or your own if no player is named)
  15. - .delete: deletes the last grenade of yours that you used .goto (or .nades) to teleport to
  16. - .find <text>: searches all grenade names for a text match
  17.  
  18. ### Modifying a saved grenade
  19. All of the following commands can only be used on your grenades. They will apply to the last saved grenade you went to, whether by .save, .nades, or .goto.
  20. - .desc <description>: adds a grenade description to your last grenade
  21. - .rename <new name>: renames your last grenade
  22. - .addcat <category> ...: adds a category to your last grenade
  23. - .removecat <category>: removes a category from your last grenade
  24. - .clearcats: removes all categories on your last grenade
  25. - .deletecat <category>: removes a category from all of your saved grenades
  26. - .copy <username> <grenadeid>: copies another user's grenade and saves it for you
  27. - .setdelay <delay>: sets a delay on your last grenade. This is only used when using .throw against a category
  28.  
  29. ### Testing grenades
  30. - .last: teleports you back to where you threw your last grenade from
  31. - .back: teleports you back a position in your grenade history (you can also do .back 5 to go to the 5th grenade you threw, for example)
  32. - .forward: teleports you forward a position in your grenade history
  33. - .flash: saves you position to test flashbangs against it. Use this command in a spot you want to try to blind, then move and throw the flashbang; you will be teleported back to the position and see how effective the flashbang is. Use .stop to cancel.
  34. - .throw [filter]: automatically throws all grenades matching the filter. With no filter, throws the last grenade you threw.
  35. - .noflash: makes it so no flashbangs will blind you (they still blind others)
  36.  
  37. ### Spawn commands
  38. - .respawn: makes you respawn at the spot you are standing (.stop to cancel)
  39. - .spawn <number>: teleports you to a spawn #, using your team's spawns (CT or T). Closest spawn is used if no argument is given
  40. - .ctspawn <number>: same as .spawn, but using CT only regardless of what team you are on
  41. - .tspawn <number>: same as .spawn, but using T only regardless of what team you are on
  42. - .namespawn <name>: saves the closest spawn to you under a name, which can then be gone to via .spawn <name>
  43. - .bestspawn: teleports you to your team's closest spawn from your current position
  44. - .worstspawn: teleports you to your team's furthest spawn from your current position
  45.  
  46. ### Bot commands
  47. - .bots: opens the bot menu for easier access to most of the below commands
  48. - .bot: adds a bot where you're standing (or crouching!); .crouchbot to force a crouching bot
  49. - .ctbot, .tbot: same as .bot, but forces the bot's team to CT or T
  50. - .botplace: adds a bot at the point you're looking at (similar to the botplace command)
  51. - .boost: spawns a bot boosting you (crouch-boosting if you're crouching); .crouchboost to force a crouching bot
  52. - .swapbot: swaps your position with the nearest bot (temporarily, the bot will respawn in the original spot still)
  53. - .movebot: moves the last bot you placed to your current position
  54. - .nobot: removes the bot you're aiming at (can also use .kickbot or .removebot)
  55. - .nobots: clears all bots (.clearbots, .removebots, .kickbots also work)
  56. - .savebots: saves all current bots to a file
  57. - .loadbots: loads bots from the file (written by the last .savebots)
  58.  
  59. ### Miscellaneous commands
  60. - .timer: starts a timer when you start moving in any direction, and stops it when you stop moving, telling you the duration of time between starting/stopping
  61. - .timer2: starts a timer immediately and stops it when you type .timer2 again, telling you the duration of time
  62. - .countdown <duration>: starts a countdown timer for the duration specified (in seconds), defaulting to the round duration (the `mproundtime` cvar).
  63. - .fastfoward (or .ff): speeds up the server clock briefly so smokes dissipate quickly
  64. - .repeat <interval> <command>: give a number of seconds and a chat command, the command will automatically repeat at the given interval. For example: .repeat 3 .throw repeats .throw every 3 seconds
  65. - .delay <duration> <command>: runs the given chat command after a given duration (in seconds)
  66. - .map: changes map (you can use a map name like .map dedust2 or just .map to get a menu)
  67. - .dryrun: disables most practicemode settings (leaving infinite money on), restarts the round, and sets freezetime (default 6) - you can also use .dry
  68. - .enable <arg>: enables a partially-named setting, or "all" settings.
  69. - .disable <arg>: disables a partially-named setting, or "all" settings.
  70. - .savepos: temporarily saves a position so you can .back to it (this adds the position to the list of grenade positions you've thrown)
  71. - .god: toggles god mode (alias for the god command in console; requires sv_cheats to be on)
  72. - .endround: ends the round (alias for the endround command in console; requires sv_cheats to be on)
  73. - .break: breaks all funcbreakable entities (most windows)
  74. - .stop: cancels a current action (this can stop many things: the .flash command, the .repeat command, and the .timer command)
  75. - .spec, .t, .ct: joins a team
  76.  
  77. ### Bot replay commands
  78. - .replays: opens replay mode menu
  79. - .replay: opens the replay mode menu, or the last replay/role menu you had open
  80. - .namereplay: names the replay you're currently working on
  81. - .namerole: names the role you're currently working on
  82. - .finish: finishes and saves current recording
  83. - .cancel: cancels current replay/recording
  84. - .play <id> [role]: plays a replay id (all the roles), or a single role from a replay
Add Comment
Please, Sign In to add comment