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:
@@ -14,7 +14,7 @@ class Mi17_base: Helicopter {
|
||||
class Mi17_DZ: Mi17_base {
|
||||
displayname = $STR_VEH_NAME_MI17;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
scope = public;
|
||||
scope = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
hiddenSelections[] = {};
|
||||
@@ -52,7 +52,7 @@ class Mi17_DZE: Mi17_DZ {
|
||||
class Mi17_TK_EP1_DZ: Mi17_base {
|
||||
displayname = $STR_VEH_NAME_MI17_TK;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
scope = public;
|
||||
scope = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
@@ -90,7 +90,7 @@ class Mi17_TK_EP1_DZE: Mi17_TK_EP1_DZ {
|
||||
class Mi17_UN_CDF_EP1_DZ: Mi17_base {
|
||||
displayname = $STR_VEH_NAME_MI17_UN;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
scope = public;
|
||||
scope = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
@@ -128,7 +128,7 @@ class Mi17_UN_CDF_EP1_DZE: Mi17_UN_CDF_EP1_DZ {
|
||||
class Mi17_CDF_DZ: Mi17_base {
|
||||
displayname = $STR_VEH_NAME_MI17_CDF;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
scope = public;
|
||||
scope = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
@@ -166,7 +166,7 @@ class Mi17_CDF_DZE: Mi17_CDF_DZ {
|
||||
class Mi171Sh_CZ_EP1_DZ: Mi17_base {
|
||||
displayname = $STR_VEH_NAME_MI17_SH;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
scope = public;
|
||||
scope = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
@@ -433,7 +433,7 @@ class Mi17_Civilian;
|
||||
class Mi17_Civilian_DZ: Mi17_Civilian {
|
||||
displayname = $STR_VEH_NAME_MI17_CIVIL;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
scope = public;
|
||||
scope = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
@@ -454,7 +454,7 @@ class Mi17_medevac_CDF;
|
||||
class Mi17_medevac_CDF_DZ: Mi17_medevac_CDF {
|
||||
displayname = $STR_VEH_NAME_MI17_MEDEVAC_CDF;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
scope = public;
|
||||
scope = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
@@ -474,7 +474,7 @@ class Mi17_medevac_Ins;
|
||||
class Mi17_medevac_Ins_DZ: Mi17_medevac_Ins {
|
||||
displayname = $STR_VEH_NAME_MI17_MEDEVAC_INS;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
scope = public;
|
||||
scope = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
@@ -494,7 +494,7 @@ class Mi17_medevac_RU;
|
||||
class Mi17_medevac_RU_DZ: Mi17_medevac_RU {
|
||||
displayname = $STR_VEH_NAME_MI17_MEDEVAC_RU;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
scope = public;
|
||||
scope = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
|
||||
Reference in New Issue
Block a user