mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Split LAND vehicles
This commit is contained in:
@@ -1,28 +1,28 @@
|
|||||||
class Kamaz_Base;
|
class Kamaz_Base;
|
||||||
class KamazOpen_DZE : Kamaz_Base
|
class KamazOpen_DZE : Kamaz_Base {
|
||||||
{
|
|
||||||
// maxSpeed = 80;
|
|
||||||
// terrainCoef = 2;
|
|
||||||
|
|
||||||
// truck
|
|
||||||
//transportMaxMagazines = 200;
|
|
||||||
//transportMaxWeapons = 50;
|
|
||||||
//transportMaxBackpacks = 8;
|
|
||||||
|
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = "Utility Truck (Open)";
|
displayName = "Utility Truck (Open)";
|
||||||
model = "\ca\wheeled2\Kamaz\Kamaz_Open";
|
model = "\ca\wheeled2\Kamaz\Kamaz_Open";
|
||||||
picture = "\Ca\wheeled2\data\ui\Picture_kamaz_open_CA.paa";
|
picture = "\Ca\wheeled2\data\ui\Picture_kamaz_open_CA.paa";
|
||||||
Icon = "\Ca\wheeled2\data\ui\Icon_kamaz_open_CA.paa";
|
Icon = "\Ca\wheeled2\data\ui\Icon_kamaz_open_CA.paa";
|
||||||
castCargoShadow = 1;
|
castCargoShadow = 1;
|
||||||
|
|
||||||
crew = "";
|
crew = "";
|
||||||
typicalCargo[] = {};
|
typicalCargo[] = {};
|
||||||
class TransportMagazines{};
|
class TransportMagazines{};
|
||||||
class TransportWeapons{};
|
class TransportWeapons{};
|
||||||
|
class Library {
|
||||||
class Library
|
|
||||||
{
|
|
||||||
libTextDesc = "The Kamaz is a Russian-made 6x6 cargo truck developed in 1973 and still manufactured today. These trucks are very reliable, with powerful V8 engines.<br/>This one serves for transportation with an open body.";
|
libTextDesc = "The Kamaz is a Russian-made 6x6 cargo truck developed in 1973 and still manufactured today. These trucks are very reliable, with powerful V8 engines.<br/>This one serves for transportation with an open body.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
class KamazRefuel;
|
||||||
|
class KamazRefuel_DZ: KamazRefuel {
|
||||||
|
scope = 2;
|
||||||
|
side = 2;
|
||||||
|
crew = "";
|
||||||
|
typicalCargo[] = {};
|
||||||
|
hiddenSelections[] = {};
|
||||||
|
class TransportMagazines{};
|
||||||
|
class TransportWeapons{};
|
||||||
|
transportFuel = 0;
|
||||||
|
fuelCapacity = 10000;
|
||||||
|
};
|
||||||
32
SQF/dayz_code/Configs/CfgVehicles/LAND/M113.hpp
Normal file
32
SQF/dayz_code/Configs/CfgVehicles/LAND/M113.hpp
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
class M113Ambul_UN_EP1;
|
||||||
|
class M113Ambul_UN_EP1_DZ: M113Ambul_UN_EP1 {
|
||||||
|
scope = 2;
|
||||||
|
side = 2;
|
||||||
|
crew = "";
|
||||||
|
typicalCargo[] = {};
|
||||||
|
hiddenSelections[] = {};
|
||||||
|
class TransportMagazines{};
|
||||||
|
class TransportWeapons{};
|
||||||
|
commanderCanSee = 2+16+32;
|
||||||
|
gunnerCanSee = 2+16+32;
|
||||||
|
driverCanSee = 2+16+32;
|
||||||
|
transportMaxWeapons = 5;
|
||||||
|
transportMaxMagazines = 25;
|
||||||
|
transportmaxbackpacks = 4;
|
||||||
|
};
|
||||||
|
class M113Ambul_TK_EP1;
|
||||||
|
class M113Ambul_TK_EP1_DZ: M113Ambul_TK_EP1 {
|
||||||
|
scope = 2;
|
||||||
|
side = 2;
|
||||||
|
crew = "";
|
||||||
|
typicalCargo[] = {};
|
||||||
|
hiddenSelections[] = {};
|
||||||
|
class TransportMagazines{};
|
||||||
|
class TransportWeapons{};
|
||||||
|
commanderCanSee = 2+16+32;
|
||||||
|
gunnerCanSee = 2+16+32;
|
||||||
|
driverCanSee = 2+16+32;
|
||||||
|
transportMaxWeapons = 5;
|
||||||
|
transportMaxMagazines = 25;
|
||||||
|
transportmaxbackpacks = 4;
|
||||||
|
};
|
||||||
24
SQF/dayz_code/Configs/CfgVehicles/LAND/Mtvr.hpp
Normal file
24
SQF/dayz_code/Configs/CfgVehicles/LAND/Mtvr.hpp
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
class MtvrRefuel_DES_EP1;
|
||||||
|
class MtvrRefuel_DES_EP1_DZ: MtvrRefuel_DES_EP1 {
|
||||||
|
scope = 2;
|
||||||
|
side = 2;
|
||||||
|
crew = "";
|
||||||
|
typicalCargo[] = {};
|
||||||
|
hiddenSelections[] = {};
|
||||||
|
class TransportMagazines{};
|
||||||
|
class TransportWeapons{};
|
||||||
|
transportFuel = 0;
|
||||||
|
fuelCapacity = 10000;
|
||||||
|
};
|
||||||
|
class MtvrRefuel;
|
||||||
|
class MtvrRefuel_DZ: MtvrRefuel {
|
||||||
|
scope = 2;
|
||||||
|
side = 2;
|
||||||
|
crew = "";
|
||||||
|
typicalCargo[] = {};
|
||||||
|
hiddenSelections[] = {};
|
||||||
|
class TransportMagazines{};
|
||||||
|
class TransportWeapons{};
|
||||||
|
transportFuel = 0;
|
||||||
|
fuelCapacity = 10000;
|
||||||
|
};
|
||||||
@@ -1,11 +1,5 @@
|
|||||||
class Ural_Base;
|
class Ural_Base;
|
||||||
class UralCivil_DZE : Ural_Base
|
class UralCivil_DZE : Ural_Base {
|
||||||
{
|
|
||||||
//maxSpeed = 80;
|
|
||||||
//transportMaxMagazines = 200;
|
|
||||||
//transportMaxWeapons = 50;
|
|
||||||
//transportMaxBackpacks = 8;
|
|
||||||
//terrainCoef = 2.5;
|
|
||||||
scope = 2;
|
scope = 2;
|
||||||
side = 3;
|
side = 3;
|
||||||
faction = "CIV";
|
faction = "CIV";
|
||||||
@@ -25,9 +19,7 @@ class UralCivil_DZE : Ural_Base
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
class UralOpen_Base;
|
class UralOpen_Base;
|
||||||
class UralCivil2_DZE : UralOpen_Base
|
class UralCivil2_DZE : UralOpen_Base {
|
||||||
{
|
|
||||||
// maxSpeed = 80;
|
|
||||||
displayName = "Ural (Civil 2)";
|
displayName = "Ural (Civil 2)";
|
||||||
model = "\ca\wheeled\Ural_Open";
|
model = "\ca\wheeled\Ural_Open";
|
||||||
accuracy = 0.22;
|
accuracy = 0.22;
|
||||||
@@ -46,3 +38,15 @@ class UralCivil2_DZE : UralOpen_Base
|
|||||||
"\ca\wheeled\data\ural_korba_civ2_co.paa"
|
"\ca\wheeled\data\ural_korba_civ2_co.paa"
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
class UralRefuel_TK_EP1;
|
||||||
|
class UralRefuel_TK_EP1_DZ: UralRefuel_TK_EP1 {
|
||||||
|
scope = 2;
|
||||||
|
side = 2;
|
||||||
|
crew = "";
|
||||||
|
typicalCargo[] = {};
|
||||||
|
hiddenSelections[] = {};
|
||||||
|
class TransportMagazines{};
|
||||||
|
class TransportWeapons{};
|
||||||
|
transportFuel = 0;
|
||||||
|
fuelCapacity = 10000;
|
||||||
|
};
|
||||||
@@ -12,9 +12,7 @@ class V3S_Civ: V3S_Base {
|
|||||||
};
|
};
|
||||||
|
|
||||||
class V3S_Base_EP1;
|
class V3S_Base_EP1;
|
||||||
|
class V3S_TK_EP1_DZE: V3S_Base_EP1 {
|
||||||
class V3S_TK_EP1_DZE: V3S_Base_EP1
|
|
||||||
{
|
|
||||||
scope = 2;
|
scope = 2;
|
||||||
side = 0;
|
side = 0;
|
||||||
faction = "BIS_TK";
|
faction = "BIS_TK";
|
||||||
@@ -26,9 +24,7 @@ class V3S_TK_EP1_DZE: V3S_Base_EP1
|
|||||||
class TransportMagazines {};
|
class TransportMagazines {};
|
||||||
class TransportWeapons {};
|
class TransportWeapons {};
|
||||||
};
|
};
|
||||||
|
class V3S_RA_TK_GUE_EP1_DZE: V3S_Base_EP1 {
|
||||||
class V3S_RA_TK_GUE_EP1_DZE: V3S_Base_EP1
|
|
||||||
{
|
|
||||||
scope = 2;
|
scope = 2;
|
||||||
side = 2;
|
side = 2;
|
||||||
faction = "BIS_TK_GUE";
|
faction = "BIS_TK_GUE";
|
||||||
@@ -54,3 +50,15 @@ class V3S_RA_TK_GUE_EP1_DZE: V3S_Base_EP1
|
|||||||
//transportMaxBackpacks = 8;
|
//transportMaxBackpacks = 8;
|
||||||
//terrainCoef = 2.5;
|
//terrainCoef = 2.5;
|
||||||
};
|
};
|
||||||
|
class V3S_Refuel_TK_GUE_EP1;
|
||||||
|
class V3S_Refuel_TK_GUE_EP1_DZ: V3S_Refuel_TK_GUE_EP1 {
|
||||||
|
scope = 2;
|
||||||
|
side = 2;
|
||||||
|
crew = "";
|
||||||
|
typicalCargo[] = {};
|
||||||
|
hiddenSelections[] = {};
|
||||||
|
class TransportMagazines{};
|
||||||
|
class TransportWeapons{};
|
||||||
|
transportFuel = 0;
|
||||||
|
fuelCapacity = 10000;
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user