mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +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:
@@ -5,8 +5,7 @@ class 30Rnd_762x39_AK47 : CA_Magazine
|
||||
model = "z\addons\dayz_communityweapons\magazines\ak47.p3d";
|
||||
picture = "\z\addons\dayz_communityweapons\magazines\data\m_ak47_ca.paa";
|
||||
displayName = $STR_DZ_MAG_30RND_762X39_AK47_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_30RND_AK47M_DESC;
|
||||
|
||||
descriptionShort = $STR_DZ_MAG_30RND_AK47M_DESC;
|
||||
cartridgeName = "762x39";
|
||||
|
||||
class ItemActions
|
||||
@@ -45,8 +44,7 @@ class 75Rnd_762x39_RPK : 30Rnd_762x39_AK47
|
||||
model = "\z\addons\dayz_epoch_w\magazine\dze_RPK_mag.p3d";
|
||||
picture = "\z\addons\dayz_communityweapons\magazines\data\m_rpk_ca.paa";
|
||||
displayName = $STR_DZ_MAG_75RND_762X39_RPK_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_75RND_762X39_RPK_DESC;
|
||||
|
||||
descriptionShort = $STR_DZ_MAG_75RND_762X39_RPK_DESC;
|
||||
count = 75;
|
||||
tracersEvery = 4;
|
||||
lastRoundsTracer = 4;
|
||||
@@ -61,8 +59,7 @@ class 30Rnd_762x39_SA58 : CA_Magazine
|
||||
{
|
||||
model = "z\addons\dayz_communityweapons\magazines\vz58.p3d";
|
||||
displayName = $STR_DZ_MAG_30RND_762X39_SA58_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_30RND_SA58_DESC;
|
||||
|
||||
descriptionShort = $STR_DZ_MAG_30RND_SA58_DESC;
|
||||
cartridgeName = "762x39";
|
||||
|
||||
class ItemActions
|
||||
@@ -84,8 +81,7 @@ class 30Rnd_762x39_RK95 : 30Rnd_762x39_AK47
|
||||
model = "\RH_aks\mags\mag_rk.p3d";
|
||||
picture = "\dayz_epoch_c\icons\magazines\m_rk95.paa";
|
||||
displayName = $STR_DZ_MAG_30RND_RK95_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_30RND_RK95_DESC;
|
||||
|
||||
descriptionShort = $STR_DZ_MAG_30RND_RK95_DESC;
|
||||
cartridgeName = "762x39";
|
||||
|
||||
class ItemActions
|
||||
@@ -101,8 +97,7 @@ class 30Rnd_762x39_RK95SD : 30Rnd_762x39_RK95
|
||||
picture = "\dayz_epoch_c\icons\magazines\m_rk95_sd.paa";
|
||||
displayName = $STR_DZ_MAG_30RND_RK95SD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_30RND_RK95SD_DESC;
|
||||
ammo = "B_762x39_SD";
|
||||
|
||||
ammo = "B_762x39_SD";
|
||||
cartridgeName = "762x39_SD";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user