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:
A Man
2020-05-29 02:04:06 +02:00
parent 4040b784b5
commit d9b9874532
291 changed files with 3439 additions and 3069 deletions

View File

@@ -1,6 +1,6 @@
class BTR40_MG_base_EP1;
class BTR40_MG_TK_GUE_EP1_DZ : BTR40_MG_base_EP1 {
scope = public;
scope = 2;
vehicleClass = "DayZ Epoch Vehicles";
displayname = $STR_VEH_NAME_BTR40_DSHKM_GREEN;
crew = "";
@@ -24,7 +24,7 @@ class BTR40_MG_TK_GUE_EP1_DZE : BTR40_MG_TK_GUE_EP1_DZ {
};
class BTR40_MG_TK_INS_EP1_DZ : BTR40_MG_TK_GUE_EP1_DZ {
scope = public;
scope = 2;
displayname = $STR_VEH_NAME_BTR40_DSHKM_WOOD;
hiddenSelectionsTextures[] = {"ca\wheeled_e\btr40\data\btr40extcamo_co.paa"};
};
@@ -42,7 +42,7 @@ class BTR40_MG_TK_INS_EP1_DZE : BTR40_MG_TK_INS_EP1_DZ {
class BTR40_base_EP1;
class BTR40_TK_GUE_EP1_DZE: BTR40_base_EP1
{
scope = public;
scope = 2;
vehicleClass = "DayZ Epoch Vehicles";
displayname = $STR_VEH_NAME_BTR40_GREEN;
crew = "";