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,6 +1,7 @@
class car_sedan;
class car_sedan_DZE : car_sedan {
scope = 2;
side = 1;
faction = "USMC";
displayname = "$STR_VEH_NAME_SEDAN_WHITE";
vehicleClass = "DayZ Epoch Vehicles";
maxspeed = 125;
@@ -106,6 +107,8 @@ class car_sedan_DZE4: car_sedan_DZE3 {
class GLT_M300_ST;
class GLT_M300_ST_DZE : GLT_M300_ST {
side = 1;
faction = "USMC";
displayname = "$STR_VEH_NAME_SEDAN_TAXI";
vehicleClass = "DayZ Epoch Vehicles";
crew = "";