mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +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,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 = "";
|
||||
|
||||
Reference in New Issue
Block a user