Browse Source

Corrected Teeworlds config

logfile also has to be changed after correcting log paths in the script?
pull/7/head
Marvin Lehmann 8 years ago
committed by GitHub
parent
commit
028fa07801
  1. 35
      Teeworlds/server.cfg

35
Teeworlds/server.cfg

@ -1,26 +1,25 @@
sv_name "SERVERNAME" sv_name "SERVERNAME"
sv_rcon_password "ADMINPASSWORD" sv_rcon_password "ADMINPASSWORD"
password "<password>" password ""
sv_max_clients 12 sv_max_clients 12
sv_port 8303 sv_port 8303
sv_register 1 sv_register 1
sv_spamprotection 0 sv_spamprotection 0
sv_vote_map 1
sv_warmup 10 sv_warmup 10
logfile "<logfile>" logfile "<logfile>"
addvote restart 10 add_vote "RESTART IN 10s" "restart 10"
addvote exec dm.cfg add_vote "Gamemode: DM" "exec dm.cfg"
addvote exec ctf.cfg add_vote "Gamemode: CTF" "exec ctf.cfg"
addvote exec duel.cfg add_vote "Gamemode: TDM" "exec tdm.cfg"
addvote exec tdm.cfg add_vote "Gamemode: TDM (DUEL)" "exec duel.cfg"
addvote "change_map ctf1" add_vote "Map: ctf1" "change_map ctf1"
addvote "change_map ctf2" add_vote "Map: ctf2" "change_map ctf2"
addvote "change_map ctf3" add_vote "Map: ctf3" "change_map ctf3"
addvote "change_map ctf4" add_vote "Map: ctf4" "change_map ctf4"
addvote "change_map ctf5" add_vote "Map: ctf5" "change_map ctf5"
addvote "change_map dm1" add_vote "Map: dm1" "change_map dm1"
addvote "change_map dm2" add_vote "Map: dm2" "change_map dm2"
addvote "change_map dm6" add_vote "Map: dm6" "change_map dm6"
addvote "change_map dm7" add_vote "Map: dm7" "change_map dm7"
addvote "change_map dm8" add_vote "Map: dm8" "change_map dm8"
addvote "change_map dm9" add_vote "Map: dm9" "change_map dm9"

Loading…
Cancel
Save