Adding many new vehicles to configs (#1746)

* Adding display name for UH60M_MEV_EP1_DZ

* Adding 6 new Mi17 variants to config

Armed:
Mi17_TK_EP1
Mi17_UN_CDF_EP1
Mi17_CDF

Unarmed:
Mi17_medevac_CDF
Mi17_medevac_Ins
Mi17_medevac_RU

* Adding new line for Cessna.hpp

* Adding Cessna to the configs

That removes the radar function from the cessans.

* Adding 1 new An2 version to the config

* Adding 2 more HMMWVs to the config

Ive lowered the maxspeed from the HMMVW_DZ because all HMMWVs have a maxspeed of 100.

New classes:

HMMWV_Armored
HMMWV_M2

* Adding BRDM2 to configs

* Adding line for BRDM2_DZ.hpp

* Update after comments

* Update again

* Update BRDM2_DZ.hpp

* Update HMMWV.hpp

* Update HMMWV.hpp

80 is the same as the other high tier armored HMMWV above. 40 is the same as the low tier ones.

* Update HMMWV.hpp

* Update HMMWV.hpp

* Update BRDM2_DZ.hpp

* Update HMMWV.hpp

* Update CHANGE LOG 1.0.6.txt

* Update UH60.hpp

* Update Cessna_DZ.hpp

* Update Cessna_DZ.hpp

* Update NeutralAirplanes.hpp

* Update MI17.hpp

* Update AN2_DZ.hpp
This commit is contained in:
A Man
2016-08-21 15:19:34 +02:00
committed by ebaydayz
parent 43275aa8e6
commit 49c6e0c318
9 changed files with 483 additions and 11 deletions

View File

@@ -473,6 +473,7 @@ class CfgVehicles {
#include "Car\Pickup_PK_INS.hpp"
#include "Car\Offroad_DSHKM_INS.hpp"
#include "Car\UralCivil_DZ.hpp"
#include "Car\BRDM2_DZ.hpp"
//Helicopter's
#include "Helicopter\MI17.hpp"
#include "Helicopter\UH1H.hpp"
@@ -493,6 +494,7 @@ class CfgVehicles {
#include "Plane\AN2_DZ.hpp"
#include "Plane\MV22.hpp"
#include "Plane\C130.hpp"
#include "Plane\Cessna_DZ.hpp"
//Bikes
#include "Bikes\ATV_US_EP1.hpp"
#include "Bikes\ATV_CZ_EP1.hpp"
@@ -666,4 +668,4 @@ class CfgVehicles {
/*
class CfgNonAIVehicles { //IN CfgNonAIVehicles.hpp
#include "StreetLamps.hpp"
};*/
};*/