Difference between revisions of "Console Commands"
Jump to navigation
Jump to search
Vectrex720 (talk | contribs) m (→Commands) |
|||
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. | + | 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 == | == Parameters == | ||
Line 156: | Line 155: | ||
|} | |} | ||
− | + | == Hats == | |
− | + | {| class="wikitable" | |
− | + | ! Command | |
− | + | !colspan="2"| Parameters | |
− | + | ! Example | |
− | + | ! Notes | |
− | + | |- | |
− | + | | /alert | |
+ | |colspan="2"| bool | ||
+ | |<pre>/alert 1</pre> | ||
+ | | Enables the alert hat on your character. [[AUG]] only. | ||
+ | |- | ||
+ | | /box | ||
+ | |colspan="2"| bool | ||
+ | |<pre>/box 1</pre> | ||
+ | | Enables the box hat on your character. [[AUG]] only. | ||
+ | |- | ||
+ | | /goof | ||
+ | |colspan="2"| bool | ||
+ | |<pre>/goof 1</pre> | ||
+ | | Enables the goof hat on your character. Team kills will no longer register. | ||
+ | |- | ||
+ | | /huh | ||
+ | |colspan="2"| bool | ||
+ | |<pre>/huh 1</pre> | ||
+ | | Enables the huh hat on your character. [[AUG]] only. | ||
+ | |- | ||
+ | | /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 !] | ||
+ | |} | ||
+ | |||
*Misc. Commands: | *Misc. Commands: | ||
**Q+P No HUD | **Q+P No HUD | ||
**Q+O No objective markers | **Q+O No objective markers | ||
+ | **U+H+B Takes high resolution screenshot | ||
[[Category:Intruder]] | [[Category:Intruder]] |
Revision as of 15:42, 16 June 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. 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 | senstivity | /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 | 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) | |
/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 |
Hats
Command | Parameters | Example | Notes | |
---|---|---|---|---|
/alert | bool | /alert 1 |
Enables the alert hat on your character. AUG only. | |
/box | bool | /box 1 |
Enables the box hat on your character. AUG only. | |
/goof | bool | /goof 1 |
Enables the goof hat on your character. Team kills will no longer register. | |
/huh | bool | /huh 1 |
Enables the huh hat on your character. AUG only. | |
/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! |
- Misc. Commands:
- Q+P No HUD
- Q+O No objective markers
- U+H+B Takes high resolution screenshot