-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathow.cfg
164 lines (130 loc) · 5.66 KB
/
ow.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
//******************************************************************************
// _____ _ _ __
// | _ | | | | | / _|
// | | | |_ __ ___ _ __ | | | | __ _ _ __| |_ __ _ _ __ ___
// | | | | '_ \ / _ \ '_ \| |/\| |/ _` | '__| _/ _` | '__/ _ \
// \ \_/ / |_) | __/ | | \ /\ / (_| | | | || (_| | | | __/
// \___/| .__/ \___|_| |_|\/ \/ \__,_|_| |_| \__,_|_| \___|
// | | We don't make the game you play.
// |_| We make the game you play BETTER.
//
// Website: http://openwarfaremod.com/
//******************************************************************************
// SERVER SETTINGS
// ALL VARIABLES WORK IN RANKED AND UNRANKED MODES
//******************************************************************************
//******************************************************************************
// COLOR CODES
//******************************************************************************
// ^1 = Red
// ^2 = Green
// ^3 = Yellow
// ^4 = Blue
// ^5 = Cyan
// ^6 = pink/Magenta
// ^7 = White
// ^0 = Black
//******************************************************************************
//******************************************************************************
// SERVER INFORMATION
//******************************************************************************
sets sv_hostname "^7CoD4:MW ^3OpenWarfare"
sets _Admin "YourNameHere!"
sets _Email "[email protected]"
sets _Website "http://YourWebsite.Here"
sets _Location "YourLocationHere!"
sets _Irc ""
sets _ModUpdate ""
sets _Maps "Stock/Custom Maps"
set scr_motd "Please visit us at http://openwarfaremod.com/"
//******************************************************************************
// LOG SETTINGS
//******************************************************************************
// 0 = No log, 1 = Buffered, 2 = Continuous, 3 = Append
set g_logsync "2"
// 0 = No log, 1 = Log file enabled
set logfile "1"
// Name of log file, default is games_mp.log
// set g_log "games_mp.log"
// 0 = Don't log damage, 1 = Log damage
set sv_log_damage "1"
//******************************************************************************
// NETWORK OPTIONS
//******************************************************************************
set com_hunkMegs "512"
// Allow ONLY tcp/ip protocol, player/server communications
set net_noipx "1"
// Server rate ( upstream speed in bps / ( amount of player * 8 ) )
set sv_maxRate "25000"
//******************************************************************************
// PASSWORD SETTINGS
//******************************************************************************
// RCON must supply password to use
set rcon_password "ChangeMe!"
// Private slots, non-public slots
set sv_privatePassword ""
// Server password
set g_password ""
//******************************************************************************
// SERVER PLAYER SLOTS
//******************************************************************************
// MAX server player slots, this is TOTAL player slots
set sv_maxclients "32"
// Number of private player slots, maxclients - privateclients = public slots
set sv_privateclients "0"
//******************************************************************************
// REDIRECT/DOWNLOAD SETTINGS
//******************************************************************************
set sv_allowdownload "1"
set sv_wwwDownload "1"
set sv_wwwbaseURL "http://YourRedirectServer.Here/cod4mw"
set sv_wwwdldisconnected "0"
set sv_connectTimeout "600"
//******************************************************************************
// INACTIVE PLAYERS SETUP
//******************************************************************************
set sv_timeout "600"
set sv_zombietime "1"
set g_inactivity "0"
set g_inactivityspectator "0"
//******************************************************************************
// ANTIFLOODING SETTINGS
//******************************************************************************
set sv_floodProtect "1"
set sv_reconnectlimit "3"
//******************************************************************************
// ANTICHEAT SETTINGS
//******************************************************************************
// Disable the console if you are having problems with players voting for weird map names
set sv_disableClientConsole "0"
set cl_autocmd "0"
set sv_cheats "0"
set sv_pure "1"
set g_banIPs ""
set g_no_script_spam "1"
set sv_punkbuster "1"
//******************************************************************************
// TEMPORARY BAN DURATION
//******************************************************************************
set sv_kickBanTime "0"
//******************************************************************************
// IN-GAME VOICE COMMUNICATION SETTINGS
//******************************************************************************
set sv_voice "1"
set sv_voiceQuality "5"
set sv_voiceCodec "voice_speex"
set voice_deadChat "0"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"
//******************************************************************************
// OPENWARFARE CONFIGURATION FILES
//******************************************************************************
exec configs/openwarfare.cfg
//******************************************************************************
// MATCH RULESET LOAD
//******************************************************************************
// Rulesets can be loaded throught the AACP, manually by setting the variable
// cod_mode or by uncommenting the following line in which case the ruleset will
// be automatically loaded when the server starts.
// set cod_mode "pub_hardcore_all"