-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbase.cfg
More file actions
79 lines (63 loc) · 1.8 KB
/
base.cfg
File metadata and controls
79 lines (63 loc) · 1.8 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#===============================
#GENERAL VANILLA AND DDNET CONFIG
#===============================
#
# Official base config
#
exec cfg/shop.cfg
sv_input_fifo "lib/var/server.fifo"
sv_map_vote 0
sv_max_clients_per_ip "4"
sv_show_all_default "1"
sv_announcement_filename "cfg/info.txt"
sv_announcement_random "1"
sv_announcement_interval "180"
sv_emoticon_ms_delay "20" # fromerly known as sv_emoticon_delay
sv_pauseable "0"
sv_vote_veto_time "0" #dont allow to veto block tournas
sv_register ipv4
add_vote "Block Tournament" start_block_tournament
#=======================
# DDraceNetwork++ CONFIG
#=======================
sv_hostname 88.198.96.203
sv_accounts 1
# time, level, block, current_spree
sv_display_score level
sv_database_path "../git/TeeworldsData/accounts.db"
sv_autoconnect_bots "1" #connect basic serverside dummys depending on map name
# anti automation bots and flooding spamming
sv_require_chat_flag_to_register 1
sv_require_chat_flag_to_chat 1
sv_auto_anti_reconnect_flood 1 # delay and hide reconnect messages if flood detected
#global chat
sv_allow_global_chat "1"
sv_global_chat_servers "2"
sv_global_chat_file "../git/DDNetPP-data/global_chat.txt"
sv_vote_kick 0
sv_vote_spectate 0
#allows
sv_allow_balance "1"
sv_allow_bomb "0"
sv_allow_trade "1"
sv_allow_insta "1"
sv_allow_survival "1"
sv_allow_block_tourna "1"
sv_save_wrong_rcon "1"
sv_save_wrong_login "1"
sv_show_bots_in_scoreboard "0"
#states (map hardcodet configs)
sv_roomstate "0"
sv_fake_super "0"
sv_spawnblock_prot "0"
sv_dummy_block_points "2" #2=Kills/Deaths 3=only count in block area or further(ChillBlock5)
#moderator permissions
#access_level ninjajetpack 0
access_level echo 1
access_level broadcast 1
access_level say 1
access_level unmute 1
access_level unmuteip 1
access_level mod_status 1
access_level logout 1
sv_sup_acc_reset "0"