-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathserver.cfg
46 lines (40 loc) · 957 Bytes
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// Logs
set logfile "1"
set g_logsync "1"
set g_log "games_mp.log"
// Network
set dedicated 2
set sv_minPing "0"
set sv_maxPing "500"
set sv_maxRate 100000
// Slots
set ui_maxclients 32
set sv_maxclients 32
// Security
set g_allowVote 0
set sv_legacyguidmode "1"
set sv_disableClientConsole "0"
set sv_cheats "0"
set sv_pure "1"
set g_no_script_spam "1"
set sv_punkbuster "1"
set sv_authorizemode 0
set sv_nosteamnames 1
// Master
set sv_master1 "cod2master.activision.com"
set sv_master2 "cod2authorize.activision.com"
set sv_master3 "cod2master.infinityward.com"
set sv_master3 "cod2update.activision.com"
set sv_master4 "master.gamespy.com:28960"
set sv_master5 "master0.gamespy.com"
set sv_master6 "master1.gamespy.com"
set sv_master7 "clanservers.net"
// Download
set sv_allowDownload "1"
set sv_wwwDownload "1"
set sv_wwwBaseURL "https://iswenzz.com/static/fastdl"
set sv_wwwDlDisconnected "0"
// Configs
exec mod.cfg
exec sr.cfg
exec local.cfg