mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +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:
@@ -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;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user