Difference between revisions of "Commands"

From Superboss Games Wiki
Jump to navigation Jump to search
(Redirected page to "Console Commands")
 
 
(21 intermediate revisions by 9 users not shown)
Line 1: Line 1:
#REDIRECT [["Console Commands"]]
+
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 and they don't stay when a change of map occurs. ie: You'll have to make yourself admin with the /makeadmin command every time there is a map change.
 +
 
 +
== 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 ==
 +
{| class="wikitable"
 +
! Command
 +
!colspan="2"| Parameters
 +
! Example
 +
! Notes
 +
|-
 +
| /mousesensitivity /sensitivity /ms
 +
| float || sensitivity
 +
|<pre>/mousesensitivity 1.5</pre>
 +
| Set the mouse sensitivity. Default is 1.0
 +
|-
 +
| /cms
 +
|colspan="2"| null
 +
|<pre>/cms</pre>
 +
| Displays current mouse sensitivity
 +
|-
 +
| /inverted
 +
|colspan="2"| bool
 +
| <pre>/inverted false</pre>
 +
| Set the mouse invert y, default is false
 +
|-
 +
| /fullscreen
 +
|colspan="2"| bool
 +
| <pre>/fullscreen true</pre>
 +
| Enable or disable fullscreen mode.
 +
|-
 +
| /fps
 +
|colspan="2"| null
 +
| <pre>/fps</pre>
 +
| Toggles FPS counter display
 +
|-
 +
| /framelimit
 +
| int || fps
 +
| <pre>/framelimit 144</pre>
 +
| Sets the framerate limit
 +
|-
 +
| /kill
 +
|colspan="2"| null
 +
| <pre>/kill</pre>
 +
| Kills your character
 +
|-
 +
| /switchteams /teams /team
 +
|colspan="2"| null
 +
| <pre>/switchTeams</pre>
 +
| Switch the team that you are on.
 +
|-
 +
| /quit /exit
 +
|colspan="2"| null
 +
| <pre>/quit</pre>
 +
| Quit out of the application
 +
|-
 +
| /ping
 +
|colspan="2"| null
 +
| <pre>/ping</pre>
 +
| Displays your ping the current server
 +
|-
 +
| /punish
 +
|colspan="2"| null
 +
| <pre>/punish</pre>
 +
| Punish teamkiller
 +
|-
 +
| /forgive
 +
|colspan="2"| null
 +
| <pre>/forgive</pre>
 +
| Forgive a teamkiller.
 +
|-
 +
| /mutePlayer /mute
 +
| string || PlayerName
 +
| <pre>/mute Xxannoyingmicspammer69xX</pre>
 +
| Locally mute a player
 +
|-
 +
| /whoismuted
 +
|colspan="2"| null
 +
| <pre>/whoismuted</pre>
 +
| Displays the list of players that you have muted
 +
|-
 +
| /unmute
 +
| string || PlayerName
 +
| <pre>/unmute rob</pre>
 +
| Unmute a previously muted player
 +
|-
 +
| /unmuteall
 +
| colspan="2"| null
 +
| <pre>/unmuteall</pre>
 +
| Unmute all previously muted players
 +
|-
 +
| /mutespecs
 +
| colspan="2"| bool
 +
| <pre>/mutespecs 1</pre>
 +
| Mutes all spectator voice chat. Useful for recording matches.
 +
|-
 +
|rowspan="2" |/report
 +
|string || PlayerName
 +
|rowspan="2" | <pre>/report xXTeamkillSpam666Xx Teamkilling and spamming chat</pre>
 +
|rowspan="2" | Reports player for given reason
 +
|-
 +
|string || Reason
 +
|-
 +
| /bug
 +
| string || Description
 +
| <pre>/bug Securityroom cameras stuck on fullscreen</pre>
 +
| Reports a bug to us
 +
|-
 +
| /servername
 +
|colspan="2"| null
 +
| <pre>/servername</pre>
 +
| Displays the current servername and region
 +
|-
 +
| /master
 +
|colspan="2"| null
 +
| <pre>/master</pre>
 +
| Displays the current master player (used for debugging)
 +
|-
 +
| /makeadmin
 +
|string || PlayerName
 +
| <pre>/makeadmin username</pre>
 +
| Allows the creator of a room to make themselves or another player in-game an admin, granting them access to admin commands
 +
|-
 +
| /spec
 +
|colspan="2"| null
 +
| <pre>/spec</pre>
 +
| Makes you a spectator
 +
|-
 +
| /sss
 +
|colspan="2"| null
 +
| <pre>/spec</pre>
 +
| Cheats must be on but you don't need to be an admin to use it. It will make you a spectator in the exact place you are standing. When you are already a spectator and you use it again it will not display a duplicate message that the player "started spectating" as /spec does
 +
|-
 +
| /specs
 +
|colspan="2"| null
 +
| <pre>/specs</pre>
 +
| Displays a list of people currently spectating
 +
|-
 +
| /isend
 +
|colspan="2"| null
 +
| <pre>/isend</pre>
 +
| Displays whether or not the round has ended (used for debugging).
 +
|-
 +
| /votekick
 +
|colspan="2"| string
 +
| <pre>/votekick xXteamkillspammerXx </pre>
 +
| Initiates a vote to kick a given player
 +
|-
 +
| /st /status
 +
|colspan="2"| null
 +
| <pre>/status</pre>
 +
| Displays the status of the current server
 +
|-
 +
| /stp
 +
|colspan="2"| null
 +
| <pre>/stp</pre>
 +
| Sets the screen-resolution to 1280x720
 +
|-
 +
| /tep
 +
|colspan="2"| null
 +
| <pre>/tep</pre>
 +
| Sets the screen-resolution to 1920x1080
 +
|-
 +
| /nologo
 +
|colspan="2"| bool
 +
| <pre>/nologo</pre>
 +
| Shows or hides Superbossgames logo
 +
|-
 +
| /vsync
 +
|colspan="2"| bool
 +
| <pre>/vsync false</pre>
 +
| Enables / disables vsync
 +
|-
 +
| /specfov
 +
|colspan="2"| int
 +
| <pre>/specfov 40</pre>
 +
| Changes spectator FOV
 +
|}
 +
 
 +
== Admin Commands ==
 +
Admin is required in order to execute the following commands. See /makeadmin above for more information
 +
{| class="wikitable"
 +
! Command
 +
!colspan="2"| Parameters
 +
! Example
 +
! Notes
 +
|-
 +
| /gravity
 +
| float || gravity
 +
| <pre>/gravity 10.0</pre>
 +
| Sets the global gravity for rigidbody objects in the room (ragdolled bodies, chairs, grenades)
 +
|-
 +
| /changemap
 +
| string || mapname
 +
| <pre>/changemap riverside </pre>
 +
| Changes the map to the provided map name. If the desired map name has spaces in its name then just type the name without spaces, ie to select the map named "My map name" you should use "/changemap MyMapName" without the quotation marks.
 +
|-
 +
| /restart
 +
|colspan="2"| null
 +
| <pre>/restart</pre>
 +
| Restarts the current round
 +
|-
 +
| /resetmatch
 +
|colspan="2"| null
 +
| <pre>/resetmatch</pre>
 +
| Resets the match
 +
|-
 +
| /endmatch
 +
|colspan="2"| null
 +
| <pre>/endmatch</pre>
 +
| Immediately ends the match (starts map vote in match mode)
 +
|-
 +
| /g
 +
| string || message
 +
| <pre>/g This is a message to all players </pre>
 +
| Sends a global message to all players on the server, dead/alive
 +
|-
 +
| /sun
 +
| colspan="2"|bool
 +
| <pre>/sun 1</pre>
 +
| Turns on sun rotation
 +
|-
 +
| /suntime
 +
| colspan="2"|float
 +
| <pre>/suntime 14</pre>
 +
| Sets the ingame time to 2pm(24 hour time) WARNING: ONLY WORKS WHILE MASTER CLIENT AND ADMIN
 +
|-
 +
| /sunrate
 +
| colspan="2"|float
 +
| <pre>/sunrate 2</pre>
 +
| Changes the rate at which the sun update to every 2 seconds. WARNING: ONLY WORKS WHILE MASTER CLIENT AND ADMIN
 +
|-
 +
| /setmaster
 +
| colspan="2"|string
 +
| <pre>/setmaster Husky</pre>
 +
| Sets the master client
 +
|-
 +
| /sio
 +
| colspan="2"|bool
 +
| <pre>/sio 1</pre>
 +
| Turns on random weapon spawning for [[Riverside]] can only be turned off by changing maps
 +
|-
 +
| /rtimer
 +
| colspan="2"|int
 +
| <pre>/rtimer 60</pre>
 +
| Sets round timer in seconds(60-1200, 0 to turn off)
 +
|-
 +
| /setReflectiveDamageMode
 +
| colspan="2"|int
 +
| <pre>/setreflectivedamagemode 0</pre>
 +
| Sets the type of reflective damage where 0 is off, 1 is early round and 2 is all round
 +
|-
 +
| /daytimeindex
 +
| colspan="2"|int
 +
| <pre>/daytimeindex 0</pre>
 +
| Sets the current pre-made lighting on a map. Currently only supported from 0 to 2 in Cliffside and 0 to 3 in Oceanside.
 +
|}
 +
 
 +
== Cheats ==
 +
Cheats must be enabled for these commands to be ran. You also must be an admin in order to enable cheats. See the first entry on the table on how to enable cheats.
 +
{| class="wikitable"
 +
! Command
 +
!colspan="2"| Parameters
 +
! Example
 +
! Notes
 +
|-
 +
| /sgcheats 1
 +
|colspan="2"| bool
 +
| <pre>/sgcheats 1</pre>
 +
| Enables cheats for the current room. You must be admin of the room in order to run this.
 +
|-
 +
| /gravity
 +
| float || gravity
 +
| <pre>/gravity 10.0</pre>
 +
| Sets the global gravity for rigidbody objects in the room (ragdolled bodies, chairs, grenades)
 +
|-
 +
| /ssi
 +
|colspan="2"| null
 +
| <pre>/ssi</pre>
 +
| Respawns you as an Intruder
 +
|-
 +
| /ssg
 +
|colspan="2"| null
 +
| <pre>/ssg</pre>
 +
| Respawns you as a Guard.
 +
|-
 +
| /setenergy
 +
| float || energy
 +
| <pre>/setenergy 100</pre>
 +
| Sets your energy to the specified value.
 +
|-
 +
| /resglass
 +
|colspan="2"| null
 +
| <pre>/resglass</pre>
 +
| Resets all of the broken glass within the level.
 +
|-
 +
| /resdecals
 +
|colspan="2"| null
 +
| <pre>/resdecals</pre>
 +
| Resets decorative effects like bloodstains and bullet holes.
 +
|-
 +
| /resobjects
 +
|colspan="2"| null
 +
| <pre>/resobjects</pre>
 +
| Resets all objects such as chairs or anything with a ragdoll property
 +
|-
 +
| /slowmo
 +
| float || rate
 +
| <pre>/slowmo .5</pre>
 +
| Sets the speed of the game to a desired value. Note: If a float value separated with a point is invalid, then it's necessary to replace the point with a comma so /slowmo 0.5 becomes /slowmo 0,5.
 +
|-
 +
| /lifecheck
 +
| string || player
 +
| <pre>/lifecheck robstorm</pre>
 +
| Checks if this player is alive or dead.
 +
|-
 +
| /lifecheck
 +
|colspan="2"| bool
 +
| <pre>/lifecheck 0</pre>
 +
| Setting this to zero prevents the round from ending when all players on a team are dead. Does not work in LMS. No notification when toggled.
 +
|-
 +
| /ambs
 +
|colspan="2"| null
 +
| <pre>/ambs</pre>
 +
| Not sure what this does yet, edit later.
 +
|-
 +
| /respawnme
 +
|colspan="2"| null
 +
| <pre>/respawnme</pre>
 +
| Respawns you on the team you were on before you died.
 +
|-
 +
|}
 +
 
 +
== Hats ==
 +
{| class="wikitable"
 +
! Command
 +
!colspan="2"| Parameters
 +
! Example
 +
! Notes
 +
|-
 +
| /goof
 +
|colspan="2"| bool
 +
|<pre>/goof 1</pre>
 +
| Enables the goof hat on your character. Team kills against you will no longer be punished.
 +
|-
 +
| /box
 +
|colspan="2"| bool
 +
|<pre>/box 1</pre>
 +
| Enables the box hat on your character. [[AUG]] only.
 +
|-
 +
| /bush
 +
|colspan="2"| bool
 +
|<pre>/bush 1</pre>
 +
| Enables the bush hat on your character. [[AUG]] only.
 +
|}
 +
 
 +
For any other hat the player owns, the command to equip it is in its item description, viewable through either the in-game inventory or through the Steam website/client inventory. Jack, Rudolph, Santa, Alert, and Huh were changed into unlockable hats with the addition of the item system.
 +
[[Category:Intruder]]

Latest revision as of 21:52, 26 June 2024

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 and they don't stay when a change of map occurs. ie: You'll have to make yourself admin with the /makeadmin command every time there is a map change.

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
/mutespecs bool
/mutespecs 1
Mutes all spectator voice chat. Useful for recording matches.
/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
/spec null
/spec
Makes you a spectator
/sss null
/spec
Cheats must be on but you don't need to be an admin to use it. It will make you a spectator in the exact place you are standing. When you are already a spectator and you use it again it will not display a duplicate message that the player "started spectating" as /spec does
/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 mapname
/changemap riverside 
Changes the map to the provided map name. If the desired map name has spaces in its name then just type the name without spaces, ie to select the map named "My map name" you should use "/changemap MyMapName" without the quotation marks.
/restart null
/restart
Restarts the current round
/resetmatch null
/resetmatch
Resets the match
/endmatch null
/endmatch
Immediately ends the match (starts map vote in match mode)
/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)
/setReflectiveDamageMode int
/setreflectivedamagemode 0
Sets the type of reflective damage where 0 is off, 1 is early round and 2 is all round
/daytimeindex int
/daytimeindex 0
Sets the current pre-made lighting on a map. Currently only supported from 0 to 2 in Cliffside and 0 to 3 in Oceanside.

Cheats

Cheats must be enabled for these commands to be ran. You also must be an admin in order to enable cheats. See the first entry on the table on how to enable cheats.

Command Parameters Example Notes
/sgcheats 1 bool
/sgcheats 1
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. Note: If a float value separated with a point is invalid, then it's necessary to replace the point with a comma so /slowmo 0.5 becomes /slowmo 0,5.
/lifecheck string player
/lifecheck robstorm
Checks if this player is alive or dead.
/lifecheck bool
/lifecheck 0
Setting this to zero prevents the round from ending when all players on a team are dead. Does not work in LMS. No notification when toggled.
/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 against you will no longer be punished.
/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.

For any other hat the player owns, the command to equip it is in its item description, viewable through either the in-game inventory or through the Steam website/client inventory. Jack, Rudolph, Santa, Alert, and Huh were changed into unlockable hats with the addition of the item system.