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:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
|
//******************************************************************************
// Call of Duty 4: Modern domfare - Dedicated Server Config File - modded by stp
//******************************************************************************
//=================================================================================
// Server Information
//=================================================================================
sets sv_hostname "^1Ballerbude ^0by ^2Y^7a^2C"
sets _Admin "RoC"
//=================================================================================
// General Settings
//=================================================================================
// Log Settings
set g_logsync "0" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "0" // 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log
set sv_log_damage "1"
// Network options
set net_ip "80.86.84.47" // Set your servers IP address
set net_port "28960" // Set your port number
set com_hunkMegs "0"
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications
// Server Network Mode
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet
// Master servers
set sv_master1 "cod2master.activision.com"
set sv_master2 "cod2authorize.activision.com"
set sv_master3 "cod2master.infinitydomd.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"
// Password Settings
set rcon_password "****" // RCON must supply pw to use
set sv_privatePassword "******" // Private slots, non-public slots
set g_password "" //Server password
// Player slots setup
set sv_maxclients "18" // MAX server player slots, this is TOTAL player slots
set sv_privateclients "2" // Number of private player slots, maxclients - privateclients = public slots
// Ping
set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect
set sv_maxping "850" // MAX player ping on CONNECT, any higher and player isnt allowed to connect
// Client Download Settings (0=off/1=on)
set sv_allowdownload "1"
seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://****.de"
seta sv_wwwDlDisconnected "0"
// Rate
set sv_maxRate "25000"
// FPS
set sv_fps "20"
// Drop inactive players
set sv_timeout "40000"
set sv_zombietime "1"
set g_inactivity "0"
set g_inactivityspectator "1"
// AntiFlooding Settings
set sv_floodProtect "1"
set sv_reconnectlimit "9"
// Anti Cheat Settings
set 4 "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, in seconds
set sv_kickBanTime "20"
// In-game voice communication system
set sv_voice "0"
set sv_voiceQuality "1"
set voice_deadChat "1"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"
// Team-Balance and Voting
set scr_teambalance "1"
set g_allowvote "0" // FUCK OFF VOTERS
//=================================================================================
// Other Gameplay Settings
//=================================================================================
// General
set scr_game_allowkillcam 1
set scr_game_onlyheadshots 0
set scr_game_deathpointloss 0
set scr_game_suicidepointloss 0
set scr_team_teamkillpointloss 1
set scr_game_spectatetype 1 // (0-2) Disabled, Team/Players Only, Free
set scr_game_forceuav 0
set scr_game_hardpoints 1 // (0-1) i.e. artillery, uav, helicopter
// Hardpoints
set scr_hardpoint_allodomtillery 1
set scr_hardpoint_allowuav 1
set scr_hardpoint_allowhelicopter 1
// Teams
set scr_team_fftype 1 // (0-3) Disabled, Enabled, Reflect, Shared
set scr_team_teamkillspawndelay 20
set scr_team_kickteamkillers 5
// Player
set scr_player_maxhealth 100
set scr_player_suicidespawndelay 0
set scr_player_healthregentime 5
set scr_player_forcerespawn 1
set scr_player_sprinttime 4
// UI
set scr_hardcore 0
set scr_oldschool_mw 0
set ui_hud_obituaries 1
set ui_hud_showobjicons 1
//=================================================================================
// Other Settings
//=================================================================================
set sv_allowAnonymous "1"
set g_antilag "0"
set g_compassShowEnemies "0"
//ui_maxclients 32
//=================================================================================
// g_gametype Settings
//=================================================================================
/******************************************************************************
// First g_gametype to load
// "dm" - free for all deathmatch
// "dom" - domination
// "koth" - headquarters
// "sab" - sabotage
// "sd" - search & destroy
// "dom" - team deathmatch
//******************************************************************************
// Deathmatch
set scr_dm_scorelimit 150
set scr_dm_timelimit 10
set scr_dm_roundlimit 1
set scr_dm_numlives 0
set scr_dm_playerrespawndelay 0
set scr_dm_waverespawndelay 0
// Domination
set scr_dom_scorelimit 200
set scr_dom_timelimit 0
set scr_dom_roundlimit 1
set scr_dom_numlives 0
set scr_dom_playerrespawndelay 0
set scr_dom_waverespawndelay 0
// Teamdeath Match
set scr_war_scorelimit 1000
set scr_war_timelimit 15
set scr_war_roundlimit 1
set scr_war_numlives 0
set scr_war_playerrespawndelay 0
set scr_war_waverespawndelay 0
// Sabotoge
set scr_sab_scorelimit 1
set scr_sab_timelimit 20
set scr_sab_roundlimit 0
set scr_sab_roundswitch 1
set scr_sab_numlives 0
set scr_sab_bombtimer 30
set scr_sab_planttime 2.5
set scr_sab_defusetime 5
set scr_sab_hotpotato 0
set scr_sab_playerrespawndelay 7.5
set scr_sab_waverespawndelay 0
// King of the Hill
set scr_koth_scorelimit 250
set scr_koth_timelimit 15
set scr_koth_roundlimit 1
set scr_koth_roundswitch 1
set scr_koth_numlives 0
set scr_koth_playerrespawndelay 5
set scr_koth_waverespawndelay 0
set koth_autodestroytime 60
set koth_spawntime 0
set koth_kothmode 0
set koth_capturetime 20
set koth_destroytime 10
set koth_delayPlayer 0
set koth_spawnDelay 60
// Suchen & Zerstören
set scr_sd_scorelimit "12"
set scr_sd_timelimit "3"
set scr_sd_roundlimit "0"
set scr_sd_numlives "0"
set scr_sd_playerrespawndelay "0"
set scr_sd_waverespawndelay "0"
set scr_sd_roundswitch "3"
set scr_sd_bombtimer "45"
set scr_sd_planttime "5"
set scr_sd_defusetime "5"
set scr_sd_multibomb "0"
set sv_mapRotation "gametype sd map mp_backlot gametype sd map mp_citystreets gametype war map mp_convoy gametype sd map mp_crash gametype sd map mp_crossfire gametype sd map mp_overgrown gametype sd map mp_pipeline gametype war map mp_showdown gametype sd map mp_strike gametype sd map mp_vacant"
set sv_mapRotationCurrent "gametype sd map mp_backlot gametype sd map mp_citystreets gametype war map mp_convoy gametype sd map mp_crash gametype sd map mp_crossfire gametype sd map mp_overgrown gametype sd map mp_pipeline gametype war map mp_showdown gametype sd map mp_strike gametype sd map mp_vacant"
|