PDA

View Full Version : HELP COD4 promod don't start


mmartinho
03-09-2009, 05:30 PM
Hello.

I'm trying setup a call of duty 4 promod server..
Aparently I have the right configurations to start with promod but instead the server starts with hardcore mod.

Startup commnad line:


./cod4_lnxded +set dedicated 2 +set net_ip 91.121.209.46 +set net_port 30000 +set fs_game "Mods/promod4final" +exec server.cfg +set sv_maxclients 12 +map mp_crash +map_rotate +set sv_punkbuster 1

Server.cfg main/server.cfg


sets sv_hostname "[ Game-Fusion.org ] - www.hardskill-gaming.com"
sets _Admin "Marco Martinho"
sets _Email "mmartinho@game-fusion.org"
sets _Website "www.game-fusion.org"
sets _Location ""
sets _Irc ""
sets _Maps ""
set scr_motd ""
// 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"
set sv_log_damage "1"
// Network options
//set net_ip "91.121.209.46"
// set net_port "30000"
set com_hunkMegs "512"
set net_noipx "1"
// 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.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
set rcon_password "blablabla"
set sv_privatePassword ""
set g_password "pcw"
// Player slots setup
set sv_maxclients "12"
set sv_privateclients ""
// Ping
set sv_minPing "0"
set sv_maxping "350"
// Client Download Settings. (0=off/1=on)
//set sv_allowdownload "1"
//seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://www.game-fusion.org/gamefiles/promod4final/"
//seta sv_wwwBaseURL ""
seta sv_wwwDlDisconnected "1"
// Rate
set sv_maxRate "5000"
// FPS
//set sv_fps "20"
// Drop inactive players
//set sv_timeout "300"
//set sv_zombietime "1"
//set g_inactivity "0"
//set g_inactivityspectator "0"
// AntiFlooding Settings
set sv_floodProtect "1"
//set sv_reconnectlimit "5"
// Anti Cheat Settings
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, in seconds
set sv_kickBanTime "3600"
// In-game voice communication system
set sv_voice "0"
set sv_voiceQuality "1"
set voice_deadChat "0"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"
set sv_allowAnonymous "0"
set g_antilag "0"
set scr_teambalance o
set scr_team_fftype 1
set scr_hardcore o
set g_gametype "sd"


set sv_mapRotation "gametype sd map mp_backlot gametype sd map mp_bloc gametype sd map mp_bog gametype sd map mp_cargoship gametype sd map mp_citystreets gametype sd map mp_convoy gametype sd map mp_countdown gametype sd map mp_crash gametype sd map mp_crossfire gametype sd map mp_farm gametype sd map mp_overgrown gametype sd map mp_pipeline gametype sd map mp_shipment gametype sd map mp_showdown gametype sd map mp_strike gametype sd map mp_vacant"

exec pb/pbsv.cfg

set promod_mode 2v2_mr12



What is wrong ???

Please help me, i really need setup this server
Thank You

theMechanic
03-09-2009, 06:24 PM
Try these first

change the M to lowercase m in Mods/promod4final

change this
+exec server.cfg +set sv_maxclients 12 +map mp_crash +map_rotate +set sv_punkbuster 1

to this
+set sv_maxclients 12 +set sv_punkbuster 1 +exec server.cfg +map mp_crash +map_rotate


you don't even need the map if you use a mapstring in your cfg

Also

teambalance and hardcore in your cfg, those look like o's instead of zero's

you dont need this, pb will use it automatically if its there
exec pb/pbsv.cfg

move this before the map string
set promod_mode 2v2_mr12

mmartinho
03-09-2009, 07:11 PM
Now when i try connect it wait and closes the game.. i don't know what is a error =S

Command line


./cod4_lnxded +set dedicated 2 +set net_ip 91.121.209.46 +set net_port 30000 +set fs_game mods/promod4final +set sv_maxclients 12 +set sv_punkbuster 1 +exec server.cfg +map mp_crash +map_rotate


Server config


sets sv_hostname "[ Game-Fusion.org ] - www.hardskill-gaming.com"
sets _Admin "Marco Martinho"
sets _Email "mmartinho@game-fusion.org"
sets _Website "www.game-fusion.org"
sets _Location ""
sets _Irc ""
sets _Maps ""
set scr_motd ""
// 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"
set sv_log_damage "1"
// Network options
//set net_ip "91.121.209.46"
// set net_port "30000"
set com_hunkMegs "512"
set net_noipx "1"
// 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.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
set rcon_password "hardskillcod4war"
set sv_privatePassword ""
set g_password "pcw"
// Player slots setup
set sv_maxclients "12"
set sv_privateclients ""
// Ping
set sv_minPing "0"
set sv_maxping "350"
// Client Download Settings. (0=off/1=on)
//set sv_allowdownload "1"
//seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://www.game-fusion.org/gamefiles/promod4final/"
//seta sv_wwwBaseURL ""
seta sv_wwwDlDisconnected "1"
// Rate
set sv_maxRate "5000"
// FPS
//set sv_fps "20"
// Drop inactive players
//set sv_timeout "300"
//set sv_zombietime "1"
//set g_inactivity "0"
//set g_inactivityspectator "0"
// AntiFlooding Settings
set sv_floodProtect "1"
//set sv_reconnectlimit "5"
// Anti Cheat Settings
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, in seconds
set sv_kickBanTime "3600"
// In-game voice communication system
set sv_voice "0"
set sv_voiceQuality "1"
set voice_deadChat "0"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"
set sv_allowAnonymous "0"
set g_antilag "0"
set scr_teambalance "0"
set scr_team_fftype 1
set scr_hardcore "0"
set g_gametype "sd"
set promod_mode 2v2_mr12
set sv_mapRotation "gametype sd map mp_crash gametype sd map mp_bloc gametype sd map mp_bog gametype sd map mp_cargoship gametype sd map mp_citystreets gametype sd map mp_convoy gametype sd map mp_countdown gametype sd map mp_crash gametype sd map mp_crossfire gametype sd map mp_farm gametype sd map mp_overgrown gametype sd map mp_pipeline gametype sd map mp_shipment gametype sd map mp_showdown gametype sd map mp_strike gametype sd map mp_vacant"


Console


PunkBuster Server: pb_sv_SsNext = 246679 (0 to 999999)
PunkBuster Server: pb_sv_LogNext = 9 (1 to 999999)
PunkBuster Server: PB Log File /home/gamefiles/.callofduty4/pb/svlogs/00000009.log Opened for COD4 (l)
PunkBuster Server: 0 Power Players loaded from /home/gamefiles/.callofduty4/pb/pbpower.dat
PunkBuster Server: 0 PB Rcon Filters loaded from /home/gamefiles/.callofduty4/pb/pbrcon.dat
PunkBuster Server: 0 Map lines loaded from /home/gamefiles/.callofduty4/pb/pbsvmaps.cfg
PunkBuster Server: Attempting to resolve master1.evenbalance.com
PunkBuster Server: Resolved to [66.36.231.175]
PunkBuster Server: PunkBuster Server (v1.740 | A1407 C2.180) Enabled
Huffman Took 0 Milliseconds
Resolving cod4master.activhsion.com
Couldn't resolve address: cod4master.activhsion.com
Hitch warning: 7588 msec frame time
PunkBuster Server: Game Version [CoD4 MP 1.7 build 13620 Thu Oct 04 00:43:04 2007 linux-i386]
Resolving cod4master.activhsion.com
Couldn't resolve address
Client 0 connecting with 50 challenge ping from 87.196.55.20:-15100
Going from CS_FREE to CS_CONNECTED for (num 0 guid "blablablabla")
Received packet 0 of stats data
Received packet 1 of stats data
Received packet 2 of stats data
Received packet 3 of stats data
Received packet 4 of stats data
Received packet 5 of stats data
Received packet 6 of stats data
0:hardS'MALTA EXE_TIMEDOUT


What is wrong ? I don't undestand

Thank You

sgTsTuFz
03-09-2009, 11:18 PM
you still have a specific map in your command line - take that part out

./cod4_lnxded +set dedicated 2 +set net_ip 91.121.209.46 +set net_port 30000 +set fs_game mods/promod4final +set sv_maxclients 12 +set sv_punkbuster 1 +exec server.cfg +map mp_crash +map_rotate

change it to this

./cod4_lnxded +set dedicated 2 +set net_ip 91.121.209.46 +set net_port 30000 +set fs_game mods/promod4final +set sv_maxclients 12 +set sv_punkbuster 1 +exec server.cfg +map_rotate



and your download settings are commented out so theyre not being read, plus you baseurl doesn't need the modfolder listed. The game will find the modfolder. Make sure you have the promod files - the iwd and ff files on the redirect and on the gameserver - same files.

// Client Download Settings. (0=off/1=on)
//set sv_allowdownload "1"
//seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://www.game-fusion.org/gamefiles/promod4final/"
//seta sv_wwwBaseURL ""
seta sv_wwwDlDisconnected "1"

change it to this

// Client Download Settings. (0=off/1=on)
set sv_allowdownload "1"
seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://game-fusion.org/gamefiles"
//seta sv_wwwBaseURL ""
seta sv_wwwDlDisconnected "1"


and change your rcon and private passwords, because you've just shared them in your posts.

jzaboo
03-10-2009, 08:45 AM
I also noticed this what appeared in his console:

Couldn't resolve address: cod4master.activhsion.com
Hitch warning: 7588 msec frame time
PunkBuster Server: Game Version [CoD4 MP 1.7 build 13620 Thu Oct 04 00:43:04 2007 linux-i386]
Resolving cod4master.activhsion.com
Couldn't resolve address

Check your DNS-settings please and/or firewalls etc.

sgTsTuFz
03-10-2009, 08:48 AM
yah whats funny, that "activhsion" only shows up in his posted console log, but not in his configs.

I swear, some of these posts seem to come from people set up to test people that answer :X

jzaboo
03-10-2009, 08:51 AM
Yeah strange... I don't think that he copied all loglines from his console by typing them instead of using copy/paste...:undecided

theMechanic
03-10-2009, 09:02 AM
you might wanna try one of our guides for installing servers, the section on home pc servers could help you

http://www.fpsadmin.com/forum/showthread.php?t=15451