Last active
May 18, 2017 13:41
-
-
Save SilverRainZ/05aa7de88f2abcd824c8eb3c5a15d147 to your computer and use it in GitHub Desktop.
Arch Linux CN Teeworlds Server Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sv_name Arch Linux CN Teeworlds Server | |
sv_motd "出问题请到 #archlinux-cn-game @ freenode pia VOID001." | |
# 最大游戏人数 | |
sv_max_clients 16 | |
sv_port 8303 | |
# 控制台密码 | |
# sv_rcon_password your_rcon_password | |
# sv_rcon_max_tries 5 | |
# 在索引服务器上注册 | |
sv_register 1 | |
sv_spamprotection 0 | |
# 热身时间 | |
sv_warmup 0 | |
# 投票踢除玩家 | |
sv_vote_kick 1 | |
# 每局时长 | |
sv_timelimit 0 | |
# 开启忍者刀 | |
sv_powerups 0 | |
# 投票选项 | |
add_vote "Restart game immediately" "restart" | |
add_vote "Change game mode to CTF" "exec ctf.cfg" | |
add_vote "Change game mode to TDM" "exec tdm.cfg" | |
add_vote "Change game mode to DM" "exec dm.cfg" | |
add_vote "Change map to ctf1" "change_map ctf1" | |
add_vote "Change map to ctf2" "change_map ctf2" | |
add_vote "Change map to ctf3" "change_map ctf3" | |
add_vote "Change map to ctf4" "change_map ctf4" | |
add_vote "Change map to ctf5" "change_map ctf5" | |
add_vote "Change map to ctf6" "change_map ctf6" | |
add_vote "Change map to ctf7" "change_map ctf7" | |
add_vote "Change map to dm1" "change_map dm1" | |
add_vote "Change map to dm2" "change_map dm2" | |
add_vote "Change map to dm3" "change_map dm3" | |
add_vote "Change map to dm4" "change_map dm4" | |
add_vote "Change map to dm5" "change_map dm5" | |
add_vote "Change map to dm6" "change_map dm6" | |
add_vote "Change map to dm7" "change_map dm7" | |
add_vote "Change map to dm8" "change_map dm8" | |
add_vote "Change map to dm9" "change_map dm9" | |
add_vote "Change map to dm10" "change_map dm10" | |
# add_vote "Change map to dm5_fix" "change_map dm5_fix" | |
# add_vote "Change map to dm10_fix" "change_map dm10_fix" | |
# add_vote "Change map to dm_playground" "change_map dm_playground" | |
# Default TDM mode | |
exec tdm.cfg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sv_gametype ctf | |
sv_scorelimit 1000 | |
sv_map ctf5 | |
sv_maprotation ctf1 ctf2 ctf3 ctf4 ctf5 ctf6 ctf7 | |
reload |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sv_gametype dm | |
sv_scorelimit 20 | |
sv_map dm2 | |
sv_maprotation dm1 dm2 dm3 dm4 dm5 dm6 dm7 dm8 dm9 dm10 | |
reload |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sv_gametype tdm | |
sv_scorelimit 30 | |
sv_map dm2 | |
sv_maprotation dm1 dm2 dm3 dm4 dm5 dm6 dm7 dm8 dm9 dm10 | |
reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment