forked from sphenocorona/teeworlds-bombX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoexec.txt
40 lines (30 loc) · 963 Bytes
/
autoexec.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Reference config for BombX.
# BombX will expect the actual config file to be saved as autoexec.cfg
sv_name "unnamed BombX server"
#sv_motd ""
#sv_port 8309
# Keep these secret.
sv_rcon_password ""
sv_rcon_mod_password ""
# Set sv_register to 1 for a public server.
sv_register 0
sv_max_clients 16
sv_spectator_slots 8
sv_inactivekick 0
sv_inactivekick_time 5
# Best not to make this too long or too short.
sv_warmup 4
#Don't mess with timelimit or scorelimit, they do nothing useful at the moment.
sv_timelimit 0
sv_scorelimit 0
# BombCaveX is a variant of a classic map, revamped to show off the new features of BombX.
sv_map "BombCaveX"
sv_maprotation ""
sv_rounds_per_map 1
sv_vote_kick 1
add_vote "--- Maps ---" "say The maps are listed below, but this is not one of them."
add_vote "BombCaveX" "sv_map BombCaveX"
add_vote "bx_icyarena" "sv_map bx_icyarena"
add_vote "bomb_s" "sv_map bomb_s"
add_vote "bx1" "sv_map bx1"
add_vote "bx2" "sv_map bx2"