PDA

View Full Version : Promod 431 and linux problem


i_like_penguins
09-01-2010, 11:23 PM
I am having an issue getting promod to work. The message when the map loads says Mod: promod431, but none of the promod stuff is there. Perks and grenade launchers still exist. I am not quite sure what I am doing wrong.

here are the configs and how I am launching this thing:


[root@server Data]# cat start.bat
./cod4_lnxded +set dedicated 0 +set net_ip 192.168.3.1 +set net_port 28960 +set ui_maxclients 24 +set sv_maxclients 24 +set fs_game mods/promod431 +set sv_punkbuster 0 +exec server.cfg +map_rotate
[root@server Data]# cat main/server.cfg
//************************************************** ****************************
// Call of Duty 4
//************************************************** ****************************
//************************************************** ****************************
// Public Information
//************************************************** ****************************
sets sv_hostname "COD4server"
sets _Admin "Admin"
sets _Email "*************"
sets _Website "**********"
sets _Location "awol Server"
sets _Irc ""
sets _Mod ""
sets _ModVer ""
sets _ModUpdate ""
sets _Maps "COD4 Stock"
set scr_motd "Welcome to the COD4 server"

//************************************************** ****************************
// Load Promod
//************************************************** ****************************
set sv_promod "1"
//Unmark Desired Starting Mode//
//set promod_mode online_mr10
//set promod_mode online_mr12
set promod_mode comp_public

//set promod_mode "match_mr12"

//************************************************** ****************************
// 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 net_ip "192.168.3.1" // Set your servers IP address
set net_port "28960" // Set your port number
set com_hunkMegs "512"
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications

// Server Network Mode
set dedicated "1" // 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 "*******" // RCON must supply pw to use
set sv_privatePassword "" // Private slots, non-public slots

// The following can be used to lock out the server so that only those
// players that have been provide the password can connect. Good for
// matches, practices, etc.
set g_password ""

// Player slots setup
set sv_maxclients "32" // MAX server player slots, this is TOTAL player slots
set sv_privateclients "" // 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 "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://192.168.3.1/cod4"
seta sv_wwwDlDisconnected "1"

// Rate
set sv_maxRate "25000"


// 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 "3"

// Anti Cheat Settings
pb_sv_enable
wait 5
set sv_punkbuster "0"
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"

// Temporary Ban duration, in seconds
set sv_kickBanTime "3600"

// In-game voice communication system
set sv_voice "1"
set sv_voiceQuality "4"
set voice_deadChat "0"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"

//************************************************** ****************************
// Misc
//************************************************** ****************************
set sv_allowAnonymous "0"
set g_antilag "0"
set g_compassShowEnemies "0"
set scr_hardcore "1"
set g_allowvote "0"
set scr_allow_vote "0"
set scr_teambalance "1"
set ui_hud_hardcore "1" //What is this?
set scr_game_allowkillcam "0"
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] 0=none, 1= team only, 2=spectate all
set scr_team_fftype "1" // 0=off 1=on 2=reflect damage 3=shared


//================================================== ===============================
// Gametype Settings
//================================================== ===============================

// First gametype to load
// "dm" - free for all deathmatch
// "dom" - domination
// "koth" - headquarters
// "sab" - sabotage
// "sd" - search & destroy
// "war" - 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 -1
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 -1
set scr_dom_waverespawndelay 0


// Teamdeath Match
set scr_war_scorelimit 750
set scr_war_timelimit 10
set scr_war_roundlimit 1
set scr_war_numlives 0
set scr_war_playerrespawndelay -1
set scr_war_waverespawndelay 0

// Sabotoge
set scr_sab_scorelimit 3
set scr_sab_timelimit 10
set scr_sab_roundlimit 3
set scr_sab_roundswitch 1
set scr_sab_numlives 0
set scr_sab_bombtimer 30
set scr_sab_planttime 3
set scr_sab_defusetime 3
set scr_sab_hotpotato 0
set scr_sab_playerrespawndelay -1
set scr_sab_waverespawndelay -1

// 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 -1
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

// Search and Destroy
set scr_sd_scorelimit 6
set scr_sd_timelimit 3
set scr_sd_roundlimit 0
set scr_sd_roundswitch 3 // rounds between switching teams
set scr_sd_numlives 1 // elimination
set scr_sd_bombtimer 60
set scr_sd_planttime 7
set scr_sd_defusetime 7
set scr_sd_multibomb 0
set scr_sd_playerrespawndelay -1
set scr_sd_waverespawndelay 0

// Team-Balance and Voting
set scr_teambalance "1"
set g_allowvote "0"

set sv_mapRotation "gametype sd map mp_bloc gametype sd map mp_backlot gametype sd map mp_crash gametype sd map mp_convoy gametype sd map mp_vacant gametype sd map mp_bog gametype sd map mp_pipeline gametype sd map mp_farm gametype sd map mp_crossfire gametype sd map mp_overgrown gametype sd map mp_citystreets gametype sd map mp_showdown gametype sd map mp_strike gametype sd map mp_cargoship gametype sd map mp_countdown"
[root@server Data]# ls -la Mods/
total 16
drwxr-xr-x 4 nate nate 4096 Aug 23 20:25 .
drwxr-xr-x 6 nate nate 4096 Sep 1 22:13 ..
drwxr-xr-x 2 nate nate 4096 Aug 23 18:32 ModWarfare
drwxr-xr-x 2 nate nate 4096 Sep 1 22:05 promod431

terryt063
09-29-2010, 02:42 AM
I have exactly the same issue. I put the files in the right place, set fs_game and it doesn't run at all. It flashes off, comes back as "mod: promod" on the loading screen but doesn't do anthing promod'ish.

One thing I did try was to wipe them out of my PC's mods folder so I knew it was transferring if needed. It created a folder called promod but didn't put anything in...

Launch command
screen -A -m -d -S promod-cod4 ./cod4_lnxded +set fs_game Mods/promod +set dedicated 2 +set sv_punkbuster 0 +exec serverpro.cfg +map_rotate

Serverpro.cfg
// Public Info
set sv_hostname "^3GORLAN ^122 ^7CoD4"
set scr_motd "^3Welcome to the ^3G-VET COD4 server"
sets g_needpass ""
sets _Admin ""
sets _Email ""
sets _IRC ""
sets _Website "http://www.game-veteran.co.uk"
sets _Location "London, UK"

// Core Server Settings
set rcon_password "********"
set sv_privatePassword ""
set sv_privateClients ""
set g_password ""
set g_log "server.log"
set g_logSync "0"
set sv_pure "1"
set sv_cheats "0"
set sv_allowedClan1 ""
set sv_allowedClan2 ""
set sv_disableClientConsole "0"
set sv_reconnectlimit "3"
set sv_maxclients "30"
set sv_allowAnonymous "0"
set sv_allowdownload "1"
set sv_wwwDownload "0"
set sv_wwwDlDisconnected "0"
set sv_wwwBaseURL ""
set sv_maxRate "20000"
set sv_reconnectlimit "3"
set sv_minPing "0"
set sv_maxPing "150"
set g_banIPs ""
set sv_floodProtect "1"
set sv_voice "0"
set sv_voiceQuality "1"
set scr_drawfriend "1"
set scr_friendlyfire "1"
set scr_killcam "0"
set scr_spectatefree "0"
set scr_spectateenemy "0"
set scr_teambalance "1"
set scr_forcerespawn "1"
set g_allowvote "0"

// gameplay
set scr_oldschool "0"
set scr_game_perks "1"
set scr_hardcore "1"
set scr_oldschool_mw "0"
set scr_game_allowkillcam "0"
set scr_team_fftype "1"
set scr_game_spectatetype "1"

// UI
set ui_hud_obituaries "1"
set ui_hud_showobjicons "1"

// FFA
set scr_dm_scorelimit "200"
set scr_dm_timelimit "20"

// Domination
set scr_dom_scorelimit "250"
set scr_dom_timelimit "20"
set scr_dom_playerrespawndelay "5"


// TDM
set scr_war_scorelimit "750"
set scr_war_timelimit "20"
set scr_war_playerrespawndelay "5"

// Sabotage
set scr_sab_scorelimit "2"
set scr_sab_timelimit "20"
set scr_sab_roundswitch "1"
set scr_sab_bombtimer "30"
set scr_sab_planttime "2.5"
set scr_sab_defusetime "5"
set scr_sab_hotpotato "0"

// S&D
set scr_sd_scorelimit "7"
set scr_sd_timelimit "20"
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"

// HQ
set scr_koth_scorelimit "250"
set scr_koth_timelimit "20"
set koth_autodestroytime "60"
set koth_kothmode "0"
set koth_spawntime "5"

// limits the number of players that can choose each class type
set class_assault_limit "99"
set class_specops_limit "99"
set class_heavygunner_limit "99"
set class_demolitions_limit "99"
set class_sniper_limit "99"

// enables dropping of specified weapon class
set class_assault_allowdrop "1"
set class_specops_allowdrop "1"
set class_heavygunner_allowdrop "1"
set class_demolitions_allowdrop "1"
set class_sniper_allowdrop "1"


set scr_enable_nightvision "1"
set scr_enable_music "1"
set scr_enable_hiticon "1"

//promod settings
set promod_mode "comp_public"

// DO NOT CHANGE ANYTHING BELOW THIS LINE.
// Map Rotation
set sv_maprotationcurrent ""
set sv_maprotation "gametype koth map mp_broadcast gametype dom map mp_bloc gametype sd map mp_backlot gametype koth map mp_vacant gametype dom map mp_convoy gametype sd map mp_crash gametype dom map mp_pipeline gametype koth map mp_citystreets gametype sd map mp_overgrown gametype dom map mp_carentan gametype koth map mp_farm gametype sd map mp_crossfire gametype dom map mp_strike""

Can anyone help????

Cheers

Tel