Difference between revisions of "Commands"

From Superboss Games Wiki
Jump to navigation Jump to search
Line 351: Line 351:
 
| Enables the bush hat on your character. [[AUG]] only.
 
| Enables the bush hat on your character. [[AUG]] only.
 
|}
 
|}
 
 
== Keyboard Shortcuts ==
 
{| class="wikitable"
 
!Key
 
!Result
 
|-
 
|<pre>Q + P</pre>
 
| Show/Hide HUD
 
|-
 
|<pre>Q + O</pre>
 
| Show/Hide Objective Markers
 
|-
 
|<pre>U + H + B</pre>
 
| Take a high-resolution screenshot
 
|}
 
 
  
 
[[Category:Intruder]]
 
[[Category:Intruder]]

Revision as of 18:44, 1 September 2020

This is a list of all the console commands in Intruder. Just open the chat by pressing enter and type in the command you want to use. All commands are case insensitive.

Parameters

  • float: decimal point number
  • int : integer, a whole number
  • bool: true or false statement, can use true, false, 1, 0, yes, no
  • string: a name or word
  • null: no parameters needed


Commands

Command Parameters Example Notes
/mousesensitivity /sensitivity /ms float sensitivity
/mousesensitivity 1.5
Set the mouse sensitivity. Default is 1.0
/cms null
/cms
Displays current mouse sensitivity
/inverted bool
/inverted false
Set the mouse invert y, default is false
/fullscreen bool
/fullscreen true
Enable or disable fullscreen mode.
/fps null
/fps
Toggles FPS counter display
/framelimit int fps
/framelimit 144
Sets the framerate limit
/kill null
/kill
Kills your character
/switchteams /teams /team null
/switchTeams
Switch the team that you are on.
/quit /exit null
/quit
Quit out of the application
/ping null
/ping
Displays your ping the current server
/punish null
/punish
Punish teamkiller
/forgive null
/forgive
Forgive a teamkiller.
/mutePlayer /mute string PlayerName
/mute Xxannoyingmicspammer69xX
Locally mute a player
/whoismuted null
/whoismuted
Displays the list of players that you have muted
/unmute string PlayerName
/unmute rob
Unmute a previously muted player
/unmuteall null
/unmuteall
Unmute all previously muted players
/report string PlayerName
/report xXTeamkillSpam666Xx Teamkilling and spamming chat
Reports player for given reason
string Reason
/bug string Description
/bug Securityroom cameras stuck on fullscreen
Reports a bug to us
/servername null
/servername
Displays the current servername and region
/master null
/master
Displays the current master player (used for debugging)
/makeadmin string PlayerName
/makeadmin username
Allows the creator of a room to make themselves or another player in-game an admin, granting them access to admin commands
/specs null
/specs
Displays a list of people currently spectating
/isend null
/isend
Displays whether or not the round has ended (used for debugging).
/votekick string
/votekick xXteamkillspammerXx 
Initiates a vote to kick a given player
/st /status null
/status
Displays the status of the current server
/stp null
/stp
Sets the screen-resolution to 1280x720
/tep null
/tep
Sets the screen-resolution to 1920x1080
/nologo bool
/nologo
Shows or hides Superbossgames logo
/vsync bool
/vsync false
Enables / disables vsync
/specfov int
/specfov 40
Changes spectator FOV

Admin Commands

Admin is required in order to execute the following commands. See /makeadmin above for more information

Command Parameters Example Notes
/gravity float gravity
/gravity 10.0
Sets the global gravity for rigidbody objects in the room (ragdolled bodies, chairs, grenades)
/changemap string username@mapname
/changemap riverside | /changemap viotech3@canyon 
Changes the map to the provided map name. For official maps, use the map name. For map maker maps, use creator@mapname
/restart null
/restart
Restarts the current round
/resetmatch null
/resetmatch
Resets the match
/g string message
/g This is a message to all players 
Sends a global message to all players on the server, dead/alive
/sun bool
/sun 1
Turns on sun rotation
/suntime float
/suntime 14
Sets the ingame time to 2pm(24 hour time) WARNING: ONLY WORKS WHILE MASTER CLIENT AND ADMIN
/sunrate float
/sunrate 2
Changes the rate at which the sun update to every 2 seconds. WARNING: ONLY WORKS WHILE MASTER CLIENT AND ADMIN
/setmaster string
/setmaster Husky
Sets the master client
/sio bool
/sio 1
Turns on random weapon spawning for Riverside can only be turned off by changing maps
/rtimer int
/rtimer 60
Sets round timer in seconds(60-1200, 0 to turn off)

Cheats

Cheats must be enabled for these commands to be ran. You also must be an admin in order to enable cheats.

Command Parameters Example Notes
/sgcheats null
/sgcheats
Enables cheats for the current room. You must be admin of the room in order to run this.
/gravity float gravity
/gravity 10.0
Sets the global gravity for rigidbody objects in the room (ragdolled bodies, chairs, grenades)
/ssi null
/ssi
Respawns you as an Intruder
/ssg null
/ssg
Respawns you as a Guard.
/setenergy float energy
/setenergy 100
Sets your energy to the specified value.
/resglass null
/resglass
Resets all of the broken glass within the level.
/resdecals null
/resdecals
Resets decorative effects like bloodstains and bullet holes.
/resobjects null
/resobjects
Resets all objects such as chairs or anything with a ragdoll property
/slowmo float rate
/slowmo .5
Sets the speed of the game to a desired value.
/lifecheck string player
/lifecheck robstorm
Checks if this player is alive or dead.
/ambs null
/ambs
Not sure what this does yet, edit later.
/respawnme null
/respawnme
Respawns you on the team you were on before you died.

Hats

Command Parameters Example Notes
/goof bool
/goof 1
Enables the goof hat on your character. Team kills will no longer register.
/jack bool
/jack 1
Enables the jack hat on your character. Happy Halloween!
/rudolph bool
/rudolph 1
Enables the rudolph hat on your character. Enjoy your reindeer games.
/santa bool
/santa 1
Enables the santa hat on your character. HO! HO! HO!
/alert bool
/alert 1
Enables the alert hat on your character. AUG only.
/huh bool
/huh 1
Enables the huh hat on your character. AUG only.
/box bool
/box 1
Enables the box hat on your character. AUG only.
/bush bool
/bush 1
Enables the bush hat on your character. AUG only.