Difference between revisions of "Commands And Cvars"
From Fortress Forever Wiki
Jump to navigationJump to search9u9u9u-13668 (talk | contribs) |
9u9u9u-13668 (talk | contribs) |
||
(21 intermediate revisions by the same user not shown) | |||
Line 23: | Line 23: | ||
| '''hud_speedometer (0)''' | | '''hud_speedometer (0)''' | ||
| Toggle speedometer on the HUD. | | Toggle speedometer on the HUD. | ||
+ | |- | ||
+ | | '''default_fov (x)''' | ||
+ | | Sets the field of view. 120 is the max value | ||
|- | |- | ||
| '''hud_teamscores (1)''' | | '''hud_teamscores (1)''' | ||
Line 106: | Line 109: | ||
| When class spawns it has the weapon readied by default. For example: cl_spawnweapon_scout "crowbar" would have the scout spawn with his crowbar instead of shotgun. | | When class spawns it has the weapon readied by default. For example: cl_spawnweapon_scout "crowbar" would have the scout spawn with his crowbar instead of shotgun. | ||
|- | |- | ||
+ | | '''cl_jumpqueu (0)''' | ||
+ | | Turns on and off auto-jumping: 0 - on, 1 - off. | ||
|} | |} | ||
Line 111: | Line 116: | ||
===RCON Commands=== | ===RCON Commands=== | ||
− | {| | + | {|- |
+ | | '''sv_password (x)''' | ||
+ | | password input to enable rcon | ||
+ | |- | ||
+ | |'''status''' | ||
+ | |Lists players and their steam IDs | ||
+ | |- | ||
+ | |'''rcon status''' | ||
+ | |Same as 'status' but lists players' IP addresses | ||
+ | |- | ||
+ | | '''rcon kickid ("STEAM_x:x:x") (Kick message)''' | ||
+ | | Kicking a player from server | ||
+ | |- | ||
+ | | '''rcon banid (1) ("STEAM_x:x:x")''' | ||
+ | | Banning a player from server. Time is in minutes. (0) is indefinitely | ||
+ | |- | ||
+ | | '''rcon removeid ("STEAM_x:x:x")''' | ||
+ | | Removes player from the ban list | ||
+ | |- | ||
+ | | '''rcon banip (IP)''' | ||
+ | | Bans player by IP address. Do not include port | ||
+ | |- | ||
+ | | '''rcon removeip (IP)''' | ||
+ | | Removes player from the ban list | ||
+ | |- | ||
+ | | '''rcon maps *''' | ||
+ | | Lists the maps on server | ||
+ | |- | ||
+ | | '''rcon mp_timelimit (x)''' | ||
+ | | Changes the map's remaining time. It is adjusted time -- the new value will take into account time that has already transpired. | ||
+ | |- | ||
+ | | '''rcon ff_setprematch (x)''' | ||
+ | | Sets prematch time in seconds. Will put a current game into prematch without resetting the map. | ||
|- | |- | ||
− | | | + | |} |
− | + | ||
− | + | ||
{{Infobox manual/Footer}} | {{Infobox manual/Footer}} | ||
{{Rating|2}} | {{Rating|2}} |
Latest revision as of 10:47, 18 July 2015
Client console variablesHUD options
Radial Context Menu Options
Miscellaneous Graphical
Miscellaneous
RCON Commands
|