gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.2 KiB
50 lines
1.2 KiB
// ****************************************************************************
|
|
// *
|
|
// TeeWorlds - server.cfg *
|
|
// Version 281015 *
|
|
// *
|
|
// ****************************************************************************
|
|
|
|
// Hostname for server.
|
|
sv_name hostname
|
|
s
|
|
// RCON - remote console password.
|
|
sv_rcon_password rconpassword
|
|
|
|
// Server password - for private servers.
|
|
password
|
|
|
|
// Maximum players
|
|
sv_max_clients 12
|
|
|
|
// Server Port
|
|
sv_port 8303
|
|
|
|
// Register with masterservers
|
|
sv_register 1
|
|
|
|
// Enable spam filter
|
|
sv_spamprotection 0
|
|
|
|
// Vote map
|
|
sv_vote_map 1
|
|
|
|
// Warmup time between rounds
|
|
sv_warmup 10
|
|
|
|
addvote restart 10
|
|
addvote exec dm.cfg
|
|
addvote exec ctf.cfg
|
|
addvote exec duel.cfg
|
|
addvote exec tdm.cfg
|
|
addvote "change_map ctf1"
|
|
addvote "change_map ctf2"
|
|
addvote "change_map ctf3"
|
|
addvote "change_map ctf4"
|
|
addvote "change_map ctf5"
|
|
addvote "change_map dm1"
|
|
addvote "change_map dm2"
|
|
addvote "change_map dm6"
|
|
addvote "change_map dm7"
|
|
addvote "change_map dm8"
|
|
addvote "change_map dm9"
|