-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
server.cfg
54 lines (47 loc) · 1.14 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
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
// Hosting
set sv_hostname "^5Battleroyale"
// Logging
set g_logsync "2"
set logfile "1"
set g_log "games_mp.log"
// Security
set rcon_password "rootpassword"
set g_password ""
set ui_maxclients 32
set sv_maxclients 32
set sv_privateclients ""
set sv_privatePassword ""
set sv_queryIgnoreMegs "0"
set sv_legacyguidmode "1"
set g_allowVote 0
// Ping
set sv_minPing "0"
set sv_maxping "500"
// Anti cheat
set sv_disableClientConsole "0"
set cl_autocmd "0"
set sv_cheats "1"
set sv_pure "1"
set g_banIPs ""
set g_no_script_spam "1"
set sv_punkbuster "1"
set sv_maxrate 25000
set sv_authorizemode 0
// Master servers
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"
set sv_gamespy "1"
// Client download settings
set sv_allowdownload "1"
seta sv_wwwDownload "1"
set sv_wwwBaseURL "https://iswenzz.com/static/fastdl"
seta sv_wwwDlDisconnected "0"
// Mod
exec battleroyale.cfg
exec local.cfg