Difference between revisions of "Community Servers"

From user's Wiki!
Jump to: navigation, search
m (Protected "Community Servers": Dev page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])
(Admin Commands)
Line 8: Line 8:
  
 
== Admin Commands ==
 
== Admin Commands ==
 +
 +
Server Admin Commands - a mix of official and dev/debug commands. Not all commands are listed and those that are may or may not exist in future versions.
 +
 +
All start with "Server."
 +
 +
Change server config values
 +
"Config.<CONFIG_NAME> <VALUE>"
 +
 +
Restart the server
 +
"Restart"
 +
 +
Shutdown the server
 +
"Shutdown"
 +
 +
Force end the round
 +
"EndRound"
 +
 +
Pause the game - use again to unpause
 +
"Pause"
 +
 +
Force win the round
 +
"WinRound"
 +
 +
Force lose the round
 +
"LoseRound"
 +
 +
Load the next map/mode in the rotation
 +
"LoadNextGame"
 +
 +
Change to a map + mode
 +
"ChangeMap <MAP> <MODE>"
 +
 +
Announce a message to everyone in the server
 +
"Announce <MESSAGE>"
 +
 +
Make yourself invulnerable
 +
"Invulnerable <1 or 0>"
 +
 +
Give a specified weapon to yourself
 +
"GiveWeapon <WEAPON NAME>
 +
 +
Give a grenade to yourself
 +
"GiveGrenade <NUM>"
 +
 +
Give a smoke grenade to yourself
 +
"GiveSmokeGrenade <NUM>"
 +
 +
Give ammo to yourself
 +
"GiveAmmo <NUM>"
 +
 +
Disconnect everyone from the server
 +
"DisconnectAll"
 +
 +
Add a bot to the server (careful now!)
 +
"AddBot <NUM>"
 +
 +
Kill all bots
 +
"KillBots"
 +
 +
Kick player by name
 +
"KickPlayerByName <NAME>"
 +
 +
Kick a player by their steam id
 +
"KickPlayerBySteamID <ID>"
 +
 +
List all party members
 +
"ListPartyMembers"
 +
 +
Change yourself to team
 +
"ChangeToTeam <1 or 0>"
 +
 +
Change the game state to
 +
"State <STATE_NAME>"
 +
Possible states:
 +
WaitingToStart
 +
CountdownToStart
 +
SetupRound
 +
PostRound
 +
PostMatch

Revision as of 03:47, 31 January 2018

Downloading

Either grab from steam or download from

Installing

Install steps

Admin Commands

Server Admin Commands - a mix of official and dev/debug commands. Not all commands are listed and those that are may or may not exist in future versions.

All start with "Server."

Change server config values "Config.<CONFIG_NAME> <VALUE>"

Restart the server "Restart"

Shutdown the server "Shutdown"

Force end the round "EndRound"

Pause the game - use again to unpause "Pause"

Force win the round "WinRound"

Force lose the round "LoseRound"

Load the next map/mode in the rotation "LoadNextGame"

Change to a map + mode "ChangeMap <MAP> <MODE>"

Announce a message to everyone in the server "Announce <MESSAGE>"

Make yourself invulnerable "Invulnerable <1 or 0>"

Give a specified weapon to yourself "GiveWeapon <WEAPON NAME>

Give a grenade to yourself "GiveGrenade <NUM>"

Give a smoke grenade to yourself "GiveSmokeGrenade <NUM>"

Give ammo to yourself "GiveAmmo <NUM>"

Disconnect everyone from the server "DisconnectAll"

Add a bot to the server (careful now!) "AddBot <NUM>"

Kill all bots "KillBots"

Kick player by name "KickPlayerByName <NAME>"

Kick a player by their steam id "KickPlayerBySteamID <ID>"

List all party members "ListPartyMembers"

Change yourself to team "ChangeToTeam <1 or 0>"

Change the game state to "State <STATE_NAME>" Possible states: WaitingToStart CountdownToStart SetupRound PostRound PostMatch