cybergamer.au wrote:
********************************************************************
Setting Up Promod on a CoD4 Server:
In the CoD4 folder on the server, create a directory called "mods" if there isn't already one
Inside that create a "promod" folder
inside that upload the promod files:
www.cybergamer.com.au/files/245You will need to extract it first, there should be a .iwd file and a .ff file.
Then add this line to your Server Config:
set promod_mode "match_mr12"
Older versions it used to be online_mr12.
you can set the mr12 part to anything if you want to make the halfs shorter or longer (ie do mr3 for Overtime)
Once all of the above is uploaded to the server, you need to change the startup command "fs_game" of your server, this is something your server hoster would usually do. So you should be able to simply tell them to set the fs_game path to "mods/promod". But if it's for a LAN Server or you manage your whole server etc:
In windows it would be something like:
"C:\GAMES\Call of Duty 4\iw3mp.exe" +set fs_game mods/promod +set net_port 29000 +set net_ip 1.2.3.4 +exec server.cfg +set dedicated 2 +map mp_bog
You should put it at the very start as it will not work if you do it after certain other commands.
You should then be able to join the server and see promod running.
If your server loads a config such as "server.cfg" on startup, put the following 3 lines inside it:
set g_gametype "sd"
set promod_mode "match_mr12"
set map mp_crash
********************************************************************