mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-23 16:40:50 +03:00
Set missing side and faction for vehicles
This sets the missing side and faction to every vehicle. Thx to iben for explaining. Also set every epoch vehicle to side west and faction USMC to avoid AI problems. As far as Ive tested there are no problems with these settings. This needs some more testing with AI helicopters. Non militarized servers are not affected by this change at all.
This commit is contained in:
@@ -4,7 +4,8 @@ class AN2_DZ: An2_Base_EP1
|
||||
displayname = $STR_VEH_NAME_AN2_GREEN;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
scope = 2;
|
||||
side = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
hiddenSelections[] = {};
|
||||
@@ -64,7 +65,8 @@ class An2_2_TK_CIV_EP1_DZ : An2_2_TK_CIV_EP1
|
||||
displayname = $STR_VEH_NAME_AN2_WHITEGREEN;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
scope = 2;
|
||||
side = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
class C130J_US_EP1;
|
||||
class C130J_US_EP1_DZ: C130J_US_EP1 {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
displayname = $STR_VEH_NAME_C130;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
commanderCanSee = 2+16+32;
|
||||
|
||||
@@ -3,7 +3,8 @@ class GNT_C185C_DZ: GNT_C185C
|
||||
{
|
||||
displayname = $STR_VEH_NAME_CESSNA_WHITE;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
side = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
@@ -24,7 +25,8 @@ class GNT_C185R_DZ: GNT_C185R
|
||||
{
|
||||
displayname = $STR_VEH_NAME_CESSNA_YELLOW;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
side = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
@@ -45,7 +47,8 @@ class GNT_C185_DZ: GNT_C185
|
||||
{
|
||||
displayname = $STR_VEH_NAME_CESSNA_ORANGE;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
side = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
@@ -66,7 +69,8 @@ class GNT_C185U_DZ: GNT_C185U
|
||||
{
|
||||
displayname = $STR_VEH_NAME_CESSNA_CAMO;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
side = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
@@ -87,7 +91,8 @@ class GNT_C185T_DZ: GNT_C185T
|
||||
{
|
||||
displayname = $STR_VEH_NAME_CESSNA_ROCKETS;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
side = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
@@ -127,7 +132,8 @@ class GNT_C185F_DZ: GNT_C185F
|
||||
{
|
||||
displayname = $STR_VEH_NAME_CESSNA_AMPHIBIAN;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
side = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
class MV22;
|
||||
class MV22_DZ : MV22 {
|
||||
accuracy = 1000;
|
||||
scope = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
displayName = $STR_VEH_NAME_MV22;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
crew = "";
|
||||
|
||||
Reference in New Issue
Block a user