mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Change scope and type of configs from name to numbers
This got discussed earlier. Since epoch got merged with DayZ Mod we have a different name for the scope and type of configs. A proper config should use numbers for those entries. This is the same how arma configs are written. The basicDefines.hpp has all the needed information stored. Also, this removes the weight entries from the magazines since we have them in a separate folder, so admins can edit them.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class AH6J_EP1;
|
||||
class AH6J_EP1_DZ: AH6J_EP1
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_VEH_NAME_AH6J;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
crew = "";
|
||||
@@ -30,7 +30,7 @@ class AH6J_EP1_DZ: AH6J_EP1
|
||||
|
||||
class AH6J_EP1_DZE: AH6J_EP1_DZ
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_VEH_NAME_AH6J;
|
||||
magazines[] = {"60Rnd_CMFlareMagazine","60Rnd_CMFlareMagazine"};
|
||||
};
|
||||
@@ -40,7 +40,7 @@ class AH6X_DZ: AH6X_EP1 {
|
||||
displayname = $STR_VEH_NAME_AH6X;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
model = "dayz_vehicles\helicopters\greybird\greybird.p3d";
|
||||
scope = public;
|
||||
scope = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
|
||||
Reference in New Issue
Block a user