Advertisement
Guest User

Untitled

a guest
May 21st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. adminlogin <password> // required to perform any other admin command
  2.  
  3. adminlist // lists current admins
  4.  
  5. adminadd <STEAMID64> // adds a new admin to the adminlist
  6.  
  7. removeadmin <STEAMID64> // removes specified admin from the admin list
  8.  
  9. changelevel <map name> // Changes the map
  10.  
  11. restartlevel // restarts the current map
  12.  
  13. addbots <integer> // adds desired number of bots
  14.  
  15. removebots <integer> // kills desired number of bots
  16.  
  17. kick <user name / steamid64>
  18.  
  19. ban <user name / steamid64)
  20.  
  21. unban <user name / steamid64)
  22.  
  23. banlist – lists banned players.
  24.  
  25. exit // exits Mordhau game program
  26.  
  27. disconnect – disconnects you from the server.
  28.  
  29. demorec name – records a demo.
  30.  
  31. demostop – stops a demo.
  32.  
  33. demoplay – plays a demo.
  34.  
  35. Stat FPS – Shows the FPS counter
  36.  
  37. slomo <value> – added as an admin command in Alpha build #2). slomo .5 will get you 50% speed. slomo 2 will get you 200% speed.
  38.  
  39. PlayersOnly – Freezes all the bots, but lets you keep walking around. This one is a toggle, so enter it again to unfreeze everyone.
  40.  
  41. ChangeSize x – Another singleplayer only command for obvious reasons, this one changes the size of your character. Yes, you can set it to 100, but I wouldn’t recommend it. Also goes both ways, so ChangeSize .5 will put you at half height.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement