Difference between revisions of "Console Commands"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
== Commands == | == Commands == | ||
− | + | {| class="wikitable" | |
− | + | ! Command | |
− | + | ! Parameters | |
− | + | ! Example | |
− | + | ! Notes | |
− | + | |- | |
− | + | | /mousesensitivity /sensitivity /ms | |
− | + | | float | |
− | + | |<pre>/mousesensitivity 1.5</pre> | |
− | + | | Set the mouse sensitivity. Default is 1.0 | |
− | + | |- | |
− | + | | /inverted | |
− | + | | bool | |
− | + | | <pre>/inverted false</pre> | |
− | + | | Set the mouse invert y, default is false | |
− | + | |- | |
− | + | | /fullscreen | |
− | + | | bool | |
− | + | | <pre>/fullscreen true</pre> | |
− | + | | Enable or disable fullscreen mode. | |
− | + | |- | |
− | + | | /fps | |
− | + | | null | |
− | + | | <pre>/fps</pre> | |
− | + | | Toggles FPS counter display | |
− | + | |- | |
− | + | | /framelimit | |
− | + | | int | |
− | + | | <pre>/framelimit 144</pre> | |
− | + | | Sets the framerate limit | |
− | + | |- | |
− | + | | /kill | |
− | + | | null | |
− | + | | <pre>/kill</pre> | |
− | + | | Kills your character | |
− | + | |- | |
− | + | | /switchteams /teams /team | |
− | + | | null | |
− | + | | <pre>/switchTeams</pre> | |
− | + | | Switch the team that you are on. | |
− | + | |- | |
− | + | | /quit /exit | |
− | + | | null | |
− | + | | <pre>/quit</pre> | |
− | + | | Quit out of the application | |
− | + | |- | |
− | + | | /ping | |
− | + | | null | |
− | + | | <pre>/ping</pre> | |
− | + | | Displays your ping the current server | |
− | + | |- | |
− | + | | /punish | |
− | + | | null | |
− | + | | <pre>/punish</pre> | |
− | + | | Punish teamkiller | |
− | + | |- | |
− | + | | /forgive | |
− | + | | null | |
− | + | | <pre>/forgive</pre> | |
− | + | | Forgive a teamkiller. | |
− | + | |- | |
− | + | | /mutePlayer /mute | |
− | + | | string | |
− | + | | <pre>/mute Xxannoyingmicspammer69xX</pre> | |
− | + | | Locally mute a player | |
− | + | |- | |
− | + | | /whoismuted | |
− | + | | null | |
− | + | | <pre>/whoismuted</pre> | |
− | + | | Displays the list of players that you have muted | |
− | + | |- | |
− | + | | /unmute | |
− | + | | string | |
− | + | | <pre>/unmute rob</pre> | |
− | + | | Unmute a previously muted player | |
− | + | |- | |
− | + | | /unmuteall | |
− | + | | null | |
− | + | | <pre>/unmuteall</pre> | |
− | + | | Unmute all previously muted players | |
− | + | |- | |
− | + | | /report | |
− | + | | 2 strings. 1:Name of player 2:Reason for report | |
− | + | | <pre>/report xXTeamkillSpam666Xx Teamkilling and spamming chat</pre> | |
− | + | | Reports player for given reason | |
− | + | |- | |
+ | | /bug | ||
+ | | string | ||
+ | | <pre>/bug Securityroom cameras stuck on fullscreen</pre> | ||
+ | | Reports a bug to us | ||
+ | |- | ||
+ | | /servername | ||
+ | | null | ||
+ | | <pre>/servername</pre> | ||
+ | | Displays the current servername and region | ||
+ | |- | ||
+ | | /master | ||
+ | | null | ||
+ | | <pre>/master</pre> | ||
+ | | Displays the current master player (used for debugging) | ||
+ | |- | ||
+ | | /specs | ||
+ | | null | ||
+ | | <pre>/specs</pre> | ||
+ | | Displays a list of people currently spectating | ||
+ | |- | ||
+ | | /isend | ||
+ | | null | ||
+ | | <pre>/isend</pre> | ||
+ | | Displays whether or not the round has ended (used for debugging). | ||
+ | |- | ||
+ | | /votekick | ||
+ | | string | ||
+ | | <pre>/votekick xXteamkillspammerXx </pre> | ||
+ | | Initiates a vote to kick a given player | ||
+ | |- | ||
+ | | /st /status | ||
+ | | null | ||
+ | | <pre>/status</pre> | ||
+ | | Displays the status of the current server | ||
+ | |- | ||
+ | | /stp | ||
+ | | null | ||
+ | | <pre>/stp</pre> | ||
+ | | Sets the screen-resolution to 1280x720 | ||
+ | |- | ||
+ | | /tep | ||
+ | | null | ||
+ | | <pre>/tep</pre> | ||
+ | | Sets the screen-resolution to 1920x1080 | ||
+ | |- | ||
+ | | /nologo | ||
+ | | bool | ||
+ | | <pre>/nologo true</pre> | ||
+ | | Shows or hides Superbossgames logo | ||
+ | |- | ||
+ | | /vsync | ||
+ | | bool | ||
+ | | <pre>/vsync false</pre> | ||
+ | | Enables / disables vsync | ||
+ | |} | ||
*[[Hats]] | *[[Hats]] | ||
**alert | **alert | ||
− | |||
**box | **box | ||
− | |||
**goof | **goof | ||
− | |||
**huh | **huh | ||
− | |||
**jack | **jack | ||
− | |||
**rudolph | **rudolph | ||
− | |||
**santa | **santa | ||
− | |||
− | |||
*Misc. Commands: | *Misc. Commands: |
Revision as of 20:19, 1 May 2017
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. Letter casing does not matter.
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 | /mousesensitivity 1.5 |
Set the mouse sensitivity. Default is 1.0 |
/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 | /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 | /mute Xxannoyingmicspammer69xX |
Locally mute a player |
/whoismuted | null | /whoismuted |
Displays the list of players that you have muted |
/unmute | string | /unmute rob |
Unmute a previously muted player |
/unmuteall | null | /unmuteall |
Unmute all previously muted players |
/report | 2 strings. 1:Name of player 2:Reason for report | /report xXTeamkillSpam666Xx Teamkilling and spamming chat |
Reports player for given reason |
/bug | string | /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) |
/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 true |
Shows or hides Superbossgames logo |
/vsync | bool | /vsync false |
Enables / disables vsync |
- Hats
- alert
- box
- goof
- huh
- jack
- rudolph
- santa
- Misc. Commands:
- Q+P No HUD
- Q+O No objective markers