mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +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,6 +1,6 @@
|
||||
class GAZ_Vodnik_HMG;
|
||||
class GAZ_Vodnik_HMG_DZ : GAZ_Vodnik_HMG {
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayname = $STR_VEH_NAME_VODNIK_BPPU;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
typicalCargo[] = {};
|
||||
@@ -86,7 +86,7 @@ class GAZ_Vodnik_HMG_DZE : GAZ_Vodnik_HMG_DZ {
|
||||
|
||||
class GAZ_Vodnik;
|
||||
class GAZ_Vodnik_DZ : GAZ_Vodnik {
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayname = $STR_VEH_NAME_VODNIK_PKT;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
typicalCargo[] = {};
|
||||
|
||||
Reference in New Issue
Block a user