Difference between revisions of "Console Commands"

From Superboss Games Wiki
Jump to navigation Jump to search
(Redirected page to Commands)
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
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.
+
#REDIRECT [[Commands]]
 
 
== 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 || senstivity
 
|<pre>/mousesensitivity 1.5</pre>
 
| Set the mouse sensitivity. Default is 1.0
 
|-
 
| /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
 
|-
 
|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
 
|-
 
| /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
 
|}
 
 
 
== 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)
 
|-
 
| /restart
 
|colspan="2"| null
 
| <pre>/restart</pre>
 
| Restarts the current round
 
|-
 
| /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
 
|}
 
 
 
== 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 will no longer register.
 
|-
 
| /jack
 
|colspan="2"| bool
 
|<pre>/jack 1</pre>
 
| Enables the jack hat on your character. Happy Halloween!
 
|-
 
| /rudolph
 
|colspan="2"| bool
 
|<pre>/rudolph 1</pre>
 
| Enables the rudolph hat on your character. Enjoy your reindeer games.
 
|-
 
| /santa
 
|colspan="2"| bool
 
|<pre>/santa 1</pre>
 
| Enables the santa hat on your character. HO! HO! HO[https://www.youtube.com/watch?v=wjcpLu5s0PI !]
 
|-
 
| /alert
 
|colspan="2"| bool
 
|<pre>/alert 1</pre>
 
| Enables the alert hat on your character. [[AUG]] only.
 
|-
 
| /huh
 
|colspan="2"| bool
 
|<pre>/huh 1</pre>
 
| Enables the huh hat on your character. [[AUG]] only.
 
|-
 
| /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.
 
|}
 
 
 
 
 
*Misc. Commands:
 
**Q+P No HUD
 
**Q+O No objective markers
 
**U+H+B Takes high resolution screenshot
 
 
 
[[Category:Intruder]]
 

Latest revision as of 12:03, 24 June 2019

Redirect to: