|
 |
CoD4 Server by G-Portal - diverse Fragen + Probleme |
Jason4iQ
Weichei
Dabei seit: 27.01.2013
Beiträge: 2

|
|
| CoD4 Server by G-Portal - diverse Fragen + Probleme |
 |
Hey Leute, ich hoffe einer von euch kann mir helfen, oder auch mehrere !
Ich habe mir vor ca 3 Stunden einen Server bei G-Portal für CoD 4 angemietet, war eigentlich auch zufrieden, nun will ich aber den Server ein wenig modifizieren (Nur einen Spielmodus, Maps einstellen etc)
Bei G-Portal kann man das auf 2 verschiedene Arten machen:
1. Webinterface (Dropdownmenü zum einstellen der Werte)
2. FTP Codes (keine Ahnung, was das ist)
Achja oder man kann die ganze Config dir als code eingeben
Hier ist meine aktuelle:
Code angehängt. Klicke hier zum Ein-/Ausblenden
| code: |
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:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
|
// Call of Duty 4
// Color Codes
// Colors for text. Do not clear the comment in front of the color codes.
// Useful for your server name, motd msg's - Information and ref use only
// ^1 = Red // ^2 = Green // ^3 = Yellow // ^4 = Blue // ^5 = Cyan
// ^6 = pink/Magenta // ^7 = White // ^0 = Black
// Public Information
seta _Admin "DASZIMIR"
seta _Email "rico176@hotmail.de"
seta _Website "http:" //www.mycallofduty.com" set scr_motd "Dedüm"
// Common Server Settings
// Log Settings
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "1" // 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 com_hunkMegs "512"
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications
// 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"
// Password Settings
seta sv_privatePassword ""
// Private slots, non-public slots
// Player slots setup
seta sv_privateclients " "
// Number of private player slots, maxclients - privateclients = public slots
// Ping
seta sv_minPing "0 "
// MIN player ping on CONNECT, any lower and player isnt allowed to connect
seta sv_maxping "250 "
// MAX player ping on CONNECT, any higher and player isnt allowed to connect
// Client Download Settings. (0=off/1=on) Used for MODs and custom maps
// See included Quick Setup Guide for instructions.
set sv_allowdownload "1"
seta sv_wwwDownload "1"
//seta sv_wwwBaseURL "http://www.your_website.com/base_folder"
//seta sv_wwwBaseURL "ftp://client:client@ftpfiles.myftp.org"
//seta sv_wwwDlDisconnected "1"
// Rate
seta sv_maxRate "25000 "
// FPS
//set sv_fps "20"
// Drop inactive players
seta sv_timeout 180
seta sv_zombietime 1
seta g_inactivity 0
seta g_inactivityspectator 0
// AntiFlooding Settings
seta sv_floodProtect 1
seta sv_reconnectlimit 3
// Anti Cheat Settings
seta sv_disableClientConsole 1
set cl_autocmd "0"
seta sv_cheats 0
seta sv_pure 1
set g_banIPs ""
seta g_no_script_spam 1
// Temporary Ban duration, in seconds
seta sv_kickBanTime 3600
// In-game voice communication system
seta sv_voice 1
set sv_voiceQuality "1"
seta voice_deadChat 0
seta voice_global 0
seta voice_localEcho 0
seta winvoice_mic_mute 1
// Misc
set sv_allowAnonymous "0"
seta g_antilag 1
set g_compassShowEnemies "0"
//ui_maxclients 32
// Team-Balance und Voting
seta scr_teambalance 1
seta g_allowvote 0
// 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
// TEAM DEATHMATCH
set scr_war_scorelimit 750
set scr_war_timelimit 10
set scr_war_roundlimit 1
set scr_war_numlives 0
set scr_war_playerrespawndelay 0
set scr_war_waverespawndelay 0
// SABOTAGE
set scr_sab_scorelimit 3
set scr_sab_timelimit 20
set scr_sab_roundlimit 0
set scr_sab_roundswitch 1
set scr_sab_numlives 0
set scr_sab_bombtimer 45
set scr_sab_planttime 2.5
set scr_sab_defusetime 5
set scr_sab_hotpotato 0
set scr_sab_playerrespawndelay 0
set scr_sab_waverespawndelay 0
// SEARCH AND DESTROY CLASSIC
set scr_sd_scorelimit 4
set scr_sd_timelimit 2.5
set scr_sd_roundlimit 0
set scr_sd_roundswitch 3 // rounds between switching teams
set scr_sd_numlives 1 // elimination
set scr_sd_bombtimer 45
set scr_sd_planttime 5
set scr_sd_defusetime 5
set scr_sd_multibomb 0
set scr_sd_playerrespawndelay 0
set scr_sd_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 0
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
// gameplay
seta scr_game_allowkillcam 1
seta scr_game_onlyheadshots 0
seta scr_game_deathpointloss 0
seta scr_game_suicidepointloss 0
seta scr_team_teamkillpointloss 1
seta scr_game_spectatetype 1
seta scr_game_forceuav 0
seta scr_game_hardpoints 1
// hardpoints
seta scr_hardpoint_allowartillery 1
seta scr_hardpoint_allowuav 1
seta scr_hardpoint_allowhelicopter 1
// teams
seta scr_team_fftype 0
seta scr_team_teamkillspawndelay 20
seta scr_team_kickteamkillers 0
// player
seta scr_player_maxhealth 100
seta scr_player_suicidespawndelay 0
seta scr_player_healthregentime 5
seta scr_player_forcerespawn 1
seta scr_player_sprinttime 4
// UI
seta scr_hardcore 0
seta scr_oldschool_mw 0
// limits the number of players that can choose each class type
seta class_assault_limit 99
seta class_specops_limit 99
seta class_heavygunner_limit 99
seta class_demolitions_limit 99
seta class_sniper_limit 99
// perks
set perk_allow_specialty_parabolic 1
set perk_allow_specialty_gpsjammer 1
set perk_allow_specialty_holdbreath 1
set perk_allow_specialty_quieter 1
set perk_allow_specialty_longersprint 1
set perk_allow_specialty_detectexplosive 1
set perk_allow_specialty_explosivedamage 1
set perk_allow_specialty_pistoldeath 1
set perk_allow_specialty_grenadepulldeath 1
set perk_allow_specialty_bulletdamage 1
set perk_allow_specialty_bulletpenetration 1
set perk_allow_specialty_bulletaccuracy 1
set perk_allow_specialty_rof 1
set perk_allow_specialty_fastreload 1
set perk_allow_specialty_extraammo 1
set perk_allow_specialty_armorvest 1
set perk_allow_specialty_fraggrenade 1
set perk_allow_specialty_specialgrenade 1
set perk_allow_c4_mp 1
set perk_allow_claymore_mp 1
set perk_allow_rpg_mp 1
// assault class default loadout
seta class_assault_primary "m16"
seta class_assault_primary_attachment "gl"
seta class_assault_secondary "beretta"
seta class_assault_secondary_attachment "none"
seta class_assault_perk1 "speciality_null"
seta class_assault_perk2 "speciality_null"
seta class_assault_perk3 "speciality_null"
seta class_assault_grenade "concussion_grenade"
seta class_assault_camo "none"
seta class_assault_frags 1
seta class_assault_special 1
// specops class default loadout
seta class_specops_primary "mp5"
seta class_specops_primary_attachment "none"
seta class_specops_secondary "usp"
seta class_specops_secondary_attachment "silencer"
seta class_specops_perk1 "speciality_null"
seta class_specops_perk2 "speciality_null"
seta class_specops_perk3 "speciality_null"
seta class_specops_grenade "flash_grenade"
seta class_specops_camo "none"
seta class_specops_frags 1
seta class_specops_special 1
// heavygunner class default loadout
seta class_heavygunner_primary "saw"
seta class_heavygunner_primary_attachment "none"
seta class_heavygunner_secondary "usp"
seta class_heavygunner_secondary_attachment "none"
seta class_heavygunner_perk1 "speciality_null"
seta class_heavygunner_perk2 "speciality_null"
seta class_heavygunner_perk3 "speciality_null"
seta class_heavygunner_grenade "concussion_grenade"
seta class_heavygunner_camo "none"
seta class_heavygunner_frags 1
seta class_heavygunner_special 1
// demolitions class default loadout
seta class_demolitions_primary "winchester1200"
seta class_demolitions_primary_attachment "none"
seta class_demolitions_secondary "beretta"
seta class_demolitions_secondary_attachment "none"
seta class_demolitions_perk1 "speciality_null"
seta class_demolitions_perk2 "speciality_null"
seta class_demolitions_perk3 "speciality_null"
seta class_demolitions_grenade "smoke_grenade"
seta class_demolitions_camo "none"
seta class_demolitions_frags 1
seta class_demolitions_special 1
// sniper class default loadout
seta class_sniper_primary "m40a3"
seta class_sniper_primary_attachment "none"
seta class_sniper_secondary "beretta"
seta class_sniper_secondary_attachment "silencer"
seta class_sniper_perk1 "speciality_null"
seta class_sniper_perk2 "speciality_null"
seta class_sniper_perk3 "speciality_null"
seta class_sniper_grenade "flash_grenade"
seta class_sniper_camo "none"
seta class_sniper_frags 1
seta class_sniper_special 1
//
seta class_assault_movespeed 0.95
seta class_specops_movespeed 1
seta class_heavygunner_movespeed 0.875
seta class_demolitions_movespeed 1.00
seta class_sniper_movespeed 1.00
//
set scr_enable_nightvision 1
seta scr_enable_music 1
seta scr_enable_hiticon 1
// Enables Dropping of Specified Weapon Class
set class_assault_allowdrop 1
seta class_specops_allowdrop 1
seta class_heavygunner_allowdrop 1
seta class_demolitions_allowdrop 1
seta class_sniper_allowdrop 1
// Assault Rifles
set weap_allow_m16 1
set weap_allow_ak47 1
set weap_allow_m4 1
set weap_allow_g3 1
set weap_allow_g36c 1
set weap_allow_m14 1
set weap_allow_mp44 1
// Assault Attachments
set attach_allow_assault_none 1
set attach_allow_assault_gl 1
set attach_allow_assault_reflex 1
set attach_allow_assault_silencer 1
set attach_allow_assault_acog 1
// SMG
set weap_allow_mp5 1
set weap_allow_skorpion 1
set weap_allow_uzi 1
set weap_allow_ak74u 1
set weap_allow_p90 1
// SMG Attachments
set attach_allow_smg_none 1
set attach_allow_smg_reflex 1
set attach_allow_smg_silencer 1
set attach_allow_smg_acog 1
// Shotguns
set weap_allow_m1014 1
set weap_allow_winchester1200 1
// Shotgun Attachments
set attach_allow_shotgun_none 1
set attach_allow_shotgun_reflex 1
set attach_allow_shotgun_grip 1
// LMG
set weap_allow_saw 1
set weap_allow_rpd 1
set weap_allow_m60e4 1
// LMG Attachments
set attach_allow_lmg_none 1
set attach_allow_lmg_reflex 1
set attach_allow_lmg_grip 1
set attach_allow_lmg_acog 1
// Sniper Rifles
set weap_allow_dragunov 1
set weap_allow_m40a3 1
set weap_allow_barrett 1
set weap_allow_remington700 1
set weap_allow_m21 1
// Sniper Attachments
set attach_allow_sniper_none 1
set attach_allow_sniper_acog 1
// Pistols
set weap_allow_beretta 1
set weap_allow_colt45 1
set weap_allow_usp 1
set weap_allow_deserteagle 1
set weap_allow_deserteaglegold 1
// Pistol Attachments
set attach_allow_pistol_none 1
set attach_allow_pistol_silencer 1
// Grenades
set weap_allow_frag_grenade 1
set weap_allow_concussion_grenade 1
set weap_allow_flash_grenade 1
set weap_allow_smoke_grenade 1
// First gametype to load
// "dm" - free for all deathmatch // "dom" - domination // "koth" - headquarters // "sab" - sabotage
// "sd" - search & destroy // "war" - team deathmatch
set sv_queryIgnoreDebug 1
set sv_queryIgnoreMegs 1
set sv_queryIgnoreTime 950
set sv_queryBounceIgnoreTime 12000
seta g_gametype "sab"
exec wi_mapcycle.cfg
seta class_enable_nightvision 1
seta ui_hud_obituaries 1
seta ui_hud_showobjicons 1
seta class_assault_allow_drop 1
seta _IRC ""
seta _Location "Germany"
seta _motd "Welcome to 24/7 Sabotage LVLing 1#"
|
|
nun meine vielen Fragen:
Wie kriege ich es hin, dass wirklich NUR noch Sabotage gespielt wird und wenn das geht, wie kann ich die Maps ändern, also dass zb nur auf Strike und Crash gespielt wird?
Warum werde ich von Punkbuster wegen dieser Meldung gekickt: cvar cl_maxpackets 30?
Warum funktionit es nicht, wenn ich Sprinttime auf 500 setze, so, dass der Spieler quasi dauerthaft sprinten kann ?
Das gleiche mit der Movespeed.
Ich hoffe jemand kann mir hier helfen, wenn es nötig ist, gebe ich auch anmeldedaten frei, sodass sich das jemand mal angucken kann, denn ich hab da null ahnung, will aber gerne einen eigenen server haben, der auch einwandfrei läuft
Danke schonmal für eine Antwort !
--- Edit by Nightwing: Qoute Tag mit Code Tag ersetzt ---
2nd edit by bangingbernie: Config ist nun lesbar
Dieser Beitrag wurde 2 mal editiert, zum letzten Mal von Nightwing: 27.01.2013 22:07.
|
|
|
|
|
|
|
| RE: CoD4 Server by G-Portal - diverse Fragen + Probleme |
 |
Ich würde den Anbieter um Support zu bitten. Leider richten manche Anbieter ihre Server unterschiedlich ein und ermöglichen den Kunden nur beschränkte Einstellmöglichkeiten.
Original von Jason4iQ
Wie kriege ich es hin, dass wirklich NUR noch Sabotage gespielt wird und wenn das geht, wie kann ich die Maps ändern, also dass zb nur auf Strike und Crash gespielt wird?
In der von dir geposteten Config habe ich leider keinen Eintrag zu maprotation und Gametype gefunden. Vermutlich gibt es auf dem Server noch eine Config, die man eventuell per ftp-Zugriff anpassen kann.
Original von Jason4iQ
Warum werde ich von Punkbuster wegen dieser Meldung gekickt: cvar cl_maxpackets 30?
Vermutlich läuft auf dem Server Punkbuster. Zu Punkbuster gibt es ebenfalls eine Config, in der man cl_maxpackets 30 erlauben kann. In deinem Fall ist der Standardwert offensichtlich unterbunden worden.
Original von Jason4iQ
Warum funktionit es nicht, wenn ich Sprinttime auf 500 setze, so, dass der Spieler quasi dauerthaft sprinten kann ?
Das gleiche mit der Movespeed.
Ich gehe mal davon aus, dass kein Mod installiert ist, der diese Einstellmöglichkeiten zulässt. Daher lässt es sich dann nicht ändern.
lg Mike
__________________ ++++ To Yoda: Jedi-Meister bekommt Auris zugeschickt. Unmöglich nichts ist ++++
|
|
|
|
|
Jason4iQ
Weichei
Dabei seit: 27.01.2013
Beiträge: 2

|
|
Das habe ich schon geändert, aber ich will, dass alle auf den server zugreifen können und nicht nur die, die dort 30 zu stehen haben :/
|
|
|
|
|
|
|
Auf seinem Server ist eine ESL-PB-Comfig drauf. Deswegen wird man als Normalsterblicher mit Standardwerten gekickt.
Hat zufällig jemand eine gute pb-config für Public-Server?
Edit: Kann man die Einstellungen von COD5 übernehmen? Oder beißt sich da was bei COD4?
[EMPFEHLUNG] Punkbuster Config-settings, die nicht fehlen sollten ...
__________________ ++++ To Yoda: Jedi-Meister bekommt Auris zugeschickt. Unmöglich nichts ist ++++
|
|
|
|
|
|
|
|
 |
Impressum ||Datenschutzerklärung
|