|
ModWarfare is the stock mod that comes with CoD4. It allows for more settings and tweaks that are not available in stock mode. You should already have the files either on your remote server or your home pc installation. You can upload the files to your remote server if need be.
We suggest you read the Custom Mod Setup section to familiarize yourself further, the ModWarfare mod is the same thing just already built in to the game.
The ModWarfare Server Files
- Download the CoD4 server config set from HERE. - Open either the dedicated server or the home pc server folder in the download, then the ModWarfare folder. - Choose either the multiple config set or the all-in-one config. - Edit the server.cfg file and set the hostname, rcon password, and both sv_maxclients and ui_maxclients. - Upload the config(s) in the ModWarfare folder to the Mods/ModWarfare folder of your server. Just the config(s), not the folder itself.
Create The Startup Shortcut
You will need to edit the command line in your server startup shortcut or create a new one for the ModWarfare mod.
ModWarfare is your fs_game mods/mod_folder. Notice the forward slash, and lower-case 'm' in 'mods'. In your command line, you will be adding this: +set fs_game mods/ModWarfare
- Either Login to your box or on your pc, open the cod4 folder. - Right click the iw3mp.exe file and select "Create Shortcut". Drag the new shortcut to the desktop. - Right click the new shortcut and select Properties. - Find the Target field, you will see "C:\cod4\iw3mp.exe" - Add the following to the end of the existing target, do not delete or change any of the existing target:
+set dedicated 2 +set net_ip xxx.xxx.xxx.xxx +set net_port 28960 +set sv_maxclients xx +set ui_maxclients xx +set fs_game mods/ModWarfare +set sv_punkbuster 1 +exec server.cfg +map_rotate
Note: The game does not recognize the capitol "M" for the Mods folder, you must use a lowercase "m" and a forward slash "/" in the command line. Note: Make sure there is a space between iw3mp.exe" and +set dedicated 2 Note: Change +set net_ip to your server IP. Note: Change sv_maxclients and ui_maxclients to how many player slots you want.
Your server should start up from here.
|