mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Adding BTR-40 DSHKM versions
This commit is contained in:
@@ -53,6 +53,10 @@ class Category_7 {
|
||||
class LandRover_Special_CZ_EP1_DZ {type = "trade_any_vehicle";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class UAZ_MG_TK_EP1_DZE {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
|
||||
class UAZ_MG_TK_EP1_DZ {type = "trade_any_vehicle";buy[] = {-6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
|
||||
class BTR40_MG_TK_GUE_EP1_DZE {type = "trade_any_vehicle";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class BTR40_MG_TK_GUE_EP1_DZ {type = "trade_any_vehicle";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class BTR40_MG_TK_INS_EP1_DZE {type = "trade_any_vehicle";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class BTR40_MG_TK_INS_EP1_DZ {type = "trade_any_vehicle";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class GAZ_Vodnik_DZE {type = "trade_any_vehicle";buy[] = {2,"ItemBriefcase100oz"};sell[] = {1,"ItemBriefcase100oz"};};
|
||||
class GAZ_Vodnik_DZ {type = "trade_any_vehicle";buy[] = {-2,"ItemBriefcase100oz"};sell[] = {1,"ItemBriefcase100oz"};};
|
||||
class BRDM2_HQ_TK_GUE_EP1_DZE {type = "trade_any_vehicle";buy[] = {2,"ItemBriefcase100oz"};sell[] = {1,"ItemBriefcase100oz"};};
|
||||
|
||||
@@ -53,6 +53,10 @@ class Category_2 {
|
||||
class LandRover_Special_CZ_EP1_DZ {type = "trade_any_vehicle";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class UAZ_MG_TK_EP1_DZE {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
|
||||
class UAZ_MG_TK_EP1_DZ {type = "trade_any_vehicle";buy[] = {-6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
|
||||
class BTR40_MG_TK_GUE_EP1_DZE {type = "trade_any_vehicle";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class BTR40_MG_TK_GUE_EP1_DZ {type = "trade_any_vehicle";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class BTR40_MG_TK_INS_EP1_DZE {type = "trade_any_vehicle";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class BTR40_MG_TK_INS_EP1_DZ {type = "trade_any_vehicle";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
|
||||
class GAZ_Vodnik_DZE {type = "trade_any_vehicle";buy[] = {2,"ItemBriefcase100oz"};sell[] = {1,"ItemBriefcase100oz"};};
|
||||
class GAZ_Vodnik_DZ {type = "trade_any_vehicle";buy[] = {-2,"ItemBriefcase100oz"};sell[] = {1,"ItemBriefcase100oz"};};
|
||||
class BRDM2_HQ_TK_GUE_EP1_DZE {type = "trade_any_vehicle";buy[] = {2,"ItemBriefcase100oz"};sell[] = {1,"ItemBriefcase100oz"};};
|
||||
|
||||
39
SQF/dayz_code/Configs/CfgVehicles/Car/BTR40.hpp
Normal file
39
SQF/dayz_code/Configs/CfgVehicles/Car/BTR40.hpp
Normal file
@@ -0,0 +1,39 @@
|
||||
class BTR40_MG_base_EP1;
|
||||
class BTR40_MG_TK_GUE_EP1_DZ : BTR40_MG_base_EP1 {
|
||||
scope = public;
|
||||
displayname = $STR_VEH_NAME_BTR40_DSHKM_GREEN;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
class Turrets;
|
||||
class MainTurret;
|
||||
hiddenSelectionsTextures[] = {"ca\wheeled_e\btr40\data\btr40ext_co.paa"};
|
||||
};
|
||||
|
||||
class BTR40_MG_TK_GUE_EP1_DZE : BTR40_MG_TK_GUE_EP1_DZ {
|
||||
class Turrets: Turrets
|
||||
{
|
||||
class MainTurret: MainTurret
|
||||
{
|
||||
magazines[] = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class BTR40_MG_TK_INS_EP1_DZ : BTR40_MG_TK_GUE_EP1_DZ {
|
||||
scope = public;
|
||||
displayname = $STR_VEH_NAME_BTR40_DSHKM_WOOD;
|
||||
hiddenSelectionsTextures[] = {"ca\wheeled_e\btr40\data\btr40extcamo_co.paa"};
|
||||
};
|
||||
|
||||
class BTR40_MG_TK_INS_EP1_DZE : BTR40_MG_TK_INS_EP1_DZ {
|
||||
class Turrets: Turrets
|
||||
{
|
||||
class MainTurret: MainTurret
|
||||
{
|
||||
magazines[] = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -411,6 +411,7 @@ class CfgVehicles
|
||||
//Cars
|
||||
#include "Car\HMMWV.hpp"
|
||||
#include "Car\ArmoredSUV.hpp"
|
||||
#include "Car\BTR40.hpp"
|
||||
#include "Car\BTR90.hpp"
|
||||
#include "Car\datsun.hpp"
|
||||
#include "Car\Gaz_Vodnik.hpp"
|
||||
|
||||
@@ -8405,6 +8405,14 @@
|
||||
<Polish>Stary hatchback </Polish>
|
||||
<Hungarian>Kupé</Hungarian>
|
||||
</Key>
|
||||
<Key ID="STR_VEH_NAME_BTR40_DSHKM_GREEN">
|
||||
<English>BTR-40 DSHKM (Green)</English>
|
||||
<German>BTR-40 DSHKM (Grün)</German>
|
||||
</Key>
|
||||
<Key ID="STR_VEH_NAME_BTR40_DSHKM_WOOD">
|
||||
<English>BTR-40 DSHKM (Woodland)</English>
|
||||
<German>BTR-40 DSHKM (Waldtarn)</German>
|
||||
</Key>
|
||||
<Key ID="STR_VEH_NAME_BTR90">
|
||||
<English>BTR-90</English>
|
||||
</Key>
|
||||
@@ -8496,8 +8504,8 @@
|
||||
<Russian>Ми-17 (UN)</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_VEH_NAME_MI17_CIVIL">
|
||||
<English>Mi-17 (Civilan)</English>
|
||||
<Russian>Ми-17 (Civilan)</Russian>
|
||||
<English>Mi-17 (Civilian)</English>
|
||||
<Russian>Ми-17 (Civilian)</Russian>
|
||||
<German>Mi-17 (Zivil)</German>
|
||||
</Key>
|
||||
<Key ID="STR_VEH_NAME_MI17_MEDEVAC_CDF">
|
||||
|
||||
Reference in New Issue
Block a user