If you just want to play as a client, the above install is all that you need, but if you want to setup a server, keep reading...
In your
Server Shortcut Start add this line to it
- Code: Select all
+set fs_game mods/Frontlines
Then will be something like this:
- Code: Select all
C:\COD4\iw3mp.exe +set fs_game mods/Frontlines +set dedicated 2 +set net_ip xxx.xxx.xxx.xxx +set net_port 28960 +set sv_maxclients 32 +set sv_punkbuster "1" +exec server.cfg +map_rotate
In the config file
frontlines.cfg you will find all the info about each var and how to use them.
Copy all your config files from your main folder to
Mods/Frontlines then you will have the "same" server but now running Frontlines instead.
To load this CFG from your config just add the line below at the end of your
server.cfg file
- Code: Select all
exec frontlines.cfg
With that will start a server with a mixed gametype rotation with
Battlefront (front), Search & Destroy (sd) and Commander (commander) gametypes running.
If you execute this file with the server already running will not work, you need shut down the server and make a restart to load another mod, then will start Frontlines.
You don't need to use the entire config file, you can just copy/paste all that you want to your
server.cfg file
The Hajas Spawn Protection will work to any gametype (his default value is 10)