The main part of this modification is the addition of vehicles to Call of Duty 2. It adds Jeeps, Tanks, Planes and also Antiaircraft guns. The jeeps are 2 man, 1 driver and 1 Gunner, The gunner can look/shoot in any direction and can also use his grenades. The tanks are 1 man who drives and also controls the turret main gun and a hull machine gun, the hull machine gun can only shoot forward. The Planes are all 1 man, and are selected from the weapons menu and spawn in the air. Very simple controls for flying and the ablity to eject and parachute if shot down. The AA guns have 3 different firing modes to help when trying to destroy different objectives (planes, tanks or troops). The planes spawn at a 2 points, 1 axis, 1 allly, the mod sets these points to 35000 uints away from the flag and, if the map is not big enough, then the planes just spwan on the edge of the skybox. The AA guns spawn using players as a reference and picks a random location near that spawn. The jeeps and tanks spawn the same way.
Instrutions:
-The mod will only work fully if run from a fs_game folder. (The planes will NOT work from the main folder!!!)
-Place the server side part of the mod and client side part in your fs_game folder and then add all of the mod's dvars to the config, u must add all the dvars listed in the read me or the mod wont work, even if u set them all to default, they need to be on the config for the mod to function.
-The mod will only work in ctf gametype.
-The mod will work on any map for cod2, having said the mod works on every map, it is not quite true, as most normal maps dont have suitable spwans.
I make server but there is no jeep and planes only tanks.
I make fs_game folder in Call of Duty 2 folder
and in that map is client.iwd, z_svr_vehicles.iwd and dedicated.cfg
I add dvars to dedicated and it look like this:
dvar_aaMaxDamage "15" Max damage the AA can take, default 15
dvar_aaRateOfFire "0.15" Rate of fire, default 0.15
dvar_aa "2" Number of AA per team, default 2
dvar_jeepsEnabled "1" (1 = on / 0 = off)
dvar_maxJeeps "5" Number of jeeps per team
dvar_jeeptimer "15" Seconds before the jeep destroys it self after a players leave the jeep, default 15
dvar_jeepBackUpTimer "120" Seconds before the jeep destroys it self, default 120
dvar_jeepMaxSpeed "50" Jeeps max speed forwards
dvar_jeepMinSpeed "-40" Jeeps max speed backwards
dvar_planeMinSpeed "100" Default 100
dvar_planeMaxSpeed "300" Default 300
dvar_gunMaxHeat "30" Time before plane cannon overheats, default 30
dvar_planesEnabled "1" (1 = on /0 = off)
dvar_maxPlanesAxis "5" Number of axis planes
dvar_maxPlanesAllies "5" Number of allied planes
dvar_tanksEnabled 1 (1 = on /0 = off)
You need to put set in front of the dvars. And you can use this dvar too. It sets the amount of tanks in your map. If you don't use it, and have tanks enabled. Then you will automatically get 5 tanks per team.
set dvar_tank "4" // Number of tanks per team
My dvars:
[CODE]// Dvars
set dvar_aaMaxDamage "20" // Max damage the AA can take, default 15
set dvar_aaRateOfFire "0.3" // Rate of fire, default 0.15
set dvar_aa "2" // Number of AA per team, default 2
set dvar_jeepsEnabled "1" // (1 = on / 0 = off)
set dvar_maxJeeps "2" // Number of jeeps per team
set dvar_jeeptimer "15" // Seconds before the jeep destroys it self after a players leave the jeep, default 15
set dvar_jeepBackUpTimer "120" // Seconds before the jeep destroys it self, default 120
set dvar_jeepMaxSpeed "50" // Jeeps max speed forwards
set dvar_jeepMinSpeed "-40" // Jeeps max speed backwards
set dvar_planeMinSpeed "100" // Default 100
set dvar_planeMaxSpeed "300" // Default 300
set dvar_gunMaxHeat "50" // Time before plane cannon overheats, default 30
set dvar_planesEnabled "1" // (1 = on /0 = off)
set dvar_maxPlanesAxis "3" // Number of axis planes
set dvar_maxPlanesAllies "3" // Number of allied planes
set dvar_tanksEnabled "1" // (1 = on /0 = off)
set dvar_tank "4" // Number of tanks per team[/CODE]
go to call of duty 2 directory and make new folder
and name it Mods
then in folder mods make new folder name it vehicle
now extract vehicle mod what you downloaded
in vehicle folder
then find your server cfg
it must bi in cod 2 main folder
and add new command :
set fs_game mods/vehicle
i think i helped you
wait wait one more
you must set the game to be ctf