mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
* 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
57 lines
1.2 KiB
C++
57 lines
1.2 KiB
C++
class AN2_DZ: An2_Base_EP1
|
|
{
|
|
displayname = $STR_VEH_NAME_AN2;
|
|
displaynameshort = $STR_EP1_DN_AN2_TK;
|
|
scope = public;
|
|
side = 2;
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
hiddenSelections[] = {};
|
|
class TransportMagazines{};
|
|
class TransportWeapons{};
|
|
weapons[] = {};
|
|
magazines[] = {};
|
|
gunnerHasFlares = false;
|
|
commanderCanSee = 2+16+32;
|
|
gunnerCanSee = 2+16+32;
|
|
driverCanSee = 2+16+32;
|
|
transportMaxWeapons = 10;
|
|
transportMaxMagazines = 80;
|
|
transportmaxbackpacks = 15;
|
|
fuelCapacity = 757;
|
|
};
|
|
|
|
class AN2_2_DZ : AN2_DZ
|
|
{
|
|
hiddenSelections[] ={"Camo1","Camo2","Camo3"};
|
|
hiddenSelectionsTextures[] =
|
|
{
|
|
"ca\Air_E\An2\Data\an2_1_A_CO",
|
|
"ca\Air_E\An2\Data\an2_2_A_CO",
|
|
"ca\Air_E\An2\Data\an2_wings_A_CO"
|
|
};
|
|
};
|
|
|
|
class An2_2_TK_CIV_EP1;
|
|
class An2_2_TK_CIV_EP1_DZ : An2_2_TK_CIV_EP1
|
|
{
|
|
displayname = $STR_VEH_NAME_AN2;
|
|
displaynameshort = $STR_EP1_DN_AN2_TK;
|
|
scope = public;
|
|
side = 2;
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines{};
|
|
class TransportWeapons{};
|
|
weapons[] = {};
|
|
magazines[] = {};
|
|
gunnerHasFlares = false;
|
|
commanderCanSee = 2+16+32;
|
|
gunnerCanSee = 2+16+32;
|
|
driverCanSee = 2+16+32;
|
|
transportMaxWeapons = 10;
|
|
transportMaxMagazines = 80;
|
|
transportmaxbackpacks = 15;
|
|
fuelCapacity = 757;
|
|
};
|