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:
A Man
2021-06-26 11:25:17 +02:00
parent 908825f4f7
commit 4ba6fa326a
69 changed files with 391 additions and 154 deletions

View File

@@ -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";