mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 11:11:52 +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 BTR90;
|
||||
class BTR90_DZ: BTR90 {
|
||||
scope = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
displayName = "$STR_VEH_NAME_BTR90";
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
|
||||
@@ -76,7 +77,8 @@ class BTR90_DZE4: BTR90_DZE3 {
|
||||
|
||||
class BTR90_HQ;
|
||||
class BTR90_HQ_DZ: BTR90_HQ {
|
||||
scope = 2;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
displayName = "$STR_VEH_NAME_BTR90_HQ";
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user