-
Notifications
You must be signed in to change notification settings - Fork 1
/
server.cfg
29 lines (23 loc) · 1.33 KB
/
server.cfg
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
// Default Chilling Spree server config
allow_download_packages "0" // Fodquake bug workaround
sv_gamedir "qw" // The client sees this as gamedir
sv_loadentfiles "1" // Map item configurations (maps/*.ent)
sv_mintic "0" // For bot frames to update correctly
sv_maxtic "0.1" // ???
sv_limittics "1" // For bot frames to update correctly
sv_nailhack "1" // ???
sv_port "" // Hack to prevent 100% CPU usage
timeout "30" // Ping timeout limit
floodprot "10" "1" "1" // Prevent chat flooding
maxspectators "4"
set g_allowbots "1" // Frikbot support
set g_demo_lowername "1" // Demo name upper case letters (nickname/team)
set g_allowedmodes "ffa tdm 2on2 darena coop duel king lms ft hh dom rover"
// Server info (is not meant to be edited here but rather in ports/portX.cfg)
set g_info_hostname "Admin is a Lazy Ass"
set g_info_city ""
set g_info_state ""
set g_info_country ""
setmaster master.quakeservers.net:27000 qwmaster.ocrana.de:27000 master.quakeworld.nu:27000 qwmaster.fodquake.net:27000
exec private.cfg // Edit this file to set an rcon password
exec cfgs/reset.conf