mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 01:20:49 +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:
@@ -1,5 +1,7 @@
|
||||
class ATV_CZ_EP1;
|
||||
class ATV_CZ_EP1_DZE: ATV_CZ_EP1 {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
displayname = $STR_VEH_NAME_ATV_BEIGE;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
@@ -12,6 +14,8 @@ class ATV_CZ_EP1_DZE: ATV_CZ_EP1 {
|
||||
|
||||
class BAF_ATV_W;
|
||||
class BAF_ATV_W_DZE: BAF_ATV_W {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
displayname = $STR_VEH_NAME_ATV_GREEN;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
@@ -24,6 +28,8 @@ class BAF_ATV_W_DZE: BAF_ATV_W {
|
||||
|
||||
class ATV_CIV_CP;
|
||||
class ATV_CIV_CP_DZE: ATV_CIV_CP {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
displayname = $STR_VEH_NAME_ATV_WHITE;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
@@ -36,6 +42,8 @@ class ATV_CIV_CP_DZE: ATV_CIV_CP {
|
||||
|
||||
class ATV_CIV_Grey_CP;
|
||||
class ATV_CIV_Grey_CP_DZE: ATV_CIV_Grey_CP {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
displayname = $STR_VEH_NAME_ATV_GREY;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
@@ -48,6 +56,8 @@ class ATV_CIV_Grey_CP_DZE: ATV_CIV_Grey_CP {
|
||||
|
||||
class ATV_CIV_Red_CP;
|
||||
class ATV_CIV_Red_CP_DZE: ATV_CIV_Red_CP {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
displayname = $STR_VEH_NAME_ATV_RED;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
@@ -60,6 +70,8 @@ class ATV_CIV_Red_CP_DZE: ATV_CIV_Red_CP {
|
||||
|
||||
class ATV_CIV_Green_CP;
|
||||
class ATV_CIV_Green_CP_DZE: ATV_CIV_Green_CP {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
displayname = $STR_VEH_NAME_ATV_LIGHTGREEN;
|
||||
scope = 2;
|
||||
@@ -71,6 +83,8 @@ class ATV_CIV_Green_CP_DZE: ATV_CIV_Green_CP {
|
||||
|
||||
class ATV_CIV_Blue_CP;
|
||||
class ATV_CIV_Blue_CP_DZE: ATV_CIV_Blue_CP {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
displayname = $STR_VEH_NAME_ATV_BLUE;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
@@ -83,6 +97,8 @@ class ATV_CIV_Blue_CP_DZE: ATV_CIV_Blue_CP {
|
||||
|
||||
class ATV_CIV_Yellow_CP;
|
||||
class ATV_CIV_Yellow_CP_DZE: ATV_CIV_Yellow_CP {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
displayname = $STR_VEH_NAME_ATV_YELLOW;
|
||||
scope = 2;
|
||||
@@ -94,6 +110,8 @@ class ATV_CIV_Yellow_CP_DZE: ATV_CIV_Yellow_CP {
|
||||
|
||||
class ATV_CIV_Purple_CP;
|
||||
class ATV_CIV_Purple_CP_DZE: ATV_CIV_Purple_CP {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
displayname = $STR_VEH_NAME_ATV_PURPLE;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
@@ -106,6 +124,8 @@ class ATV_CIV_Purple_CP_DZE: ATV_CIV_Purple_CP {
|
||||
|
||||
class ATV_CIV_Black_CP;
|
||||
class ATV_CIV_Black_CP_DZE: ATV_CIV_Black_CP {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
crew = "";
|
||||
displayname = $STR_VEH_NAME_ATV_BLACK;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
|
||||
@@ -19,7 +19,8 @@ class Old_bike_base_EP1 : Bicycle
|
||||
|
||||
class Old_bike_TK_CIV_EP1;
|
||||
class Old_bike_TK_CIV_EP1_DZE: Old_bike_TK_CIV_EP1 {
|
||||
scope = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
displayName = $STR_VEH_NAME_BIKE_OLD;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
crew = "";
|
||||
@@ -31,7 +32,8 @@ class Old_bike_TK_CIV_EP1_DZE: Old_bike_TK_CIV_EP1 {
|
||||
|
||||
class MMT_Civ;
|
||||
class MMT_Civ_DZE: MMT_Civ {
|
||||
scope = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
displayName = $STR_VEH_NAME_BIKE_MOUNTAINBIKE;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
crew = "";
|
||||
@@ -39,4 +41,4 @@ class MMT_Civ_DZE: MMT_Civ {
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
supplyRadius = -1;
|
||||
};
|
||||
};
|
||||
@@ -1,6 +1,7 @@
|
||||
class Old_moto_TK_Civ_EP1;
|
||||
class Old_moto_TK_Civ_EP1_DZE : Old_moto_TK_Civ_EP1 {
|
||||
scope = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
displayName = $STR_VEH_NAME_MOTORBIKE_WHITE;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
crew = "";
|
||||
@@ -12,7 +13,8 @@ class Old_moto_TK_Civ_EP1_DZE : Old_moto_TK_Civ_EP1 {
|
||||
|
||||
class TT650_Civ;
|
||||
class TT650_Civ_DZE: TT650_Civ {
|
||||
scope = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
displayName = $STR_VEH_NAME_MOTORBIKE_TT650_REDWHITE;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
crew = "";
|
||||
@@ -24,7 +26,8 @@ class TT650_Civ_DZE: TT650_Civ {
|
||||
|
||||
class TT650_TK_CIV_EP1;
|
||||
class TT650_TK_CIV_EP1_DZE: TT650_TK_CIV_EP1 {
|
||||
scope = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
displayName = $STR_VEH_NAME_MOTORBIKE_TT650_RUSTY;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
crew = "";
|
||||
@@ -36,7 +39,8 @@ class TT650_TK_CIV_EP1_DZE: TT650_TK_CIV_EP1 {
|
||||
|
||||
class TT650_Ins;
|
||||
class TT650_Ins_DZE: TT650_Ins {
|
||||
scope = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
displayName = $STR_VEH_NAME_MOTORBIKE_TT650_FIRERED;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
crew = "";
|
||||
@@ -48,7 +52,8 @@ class TT650_Ins_DZE: TT650_Ins {
|
||||
|
||||
class M1030_US_DES_EP1;
|
||||
class M1030_US_DES_EP1_DZE: M1030_US_DES_EP1 {
|
||||
scope = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
displayName = $STR_VEH_NAME_MOTORBIKE_M1030_GREEN;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
crew = "";
|
||||
|
||||
Reference in New Issue
Block a user