mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 09:32:02 +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 APS_DZ: Makarov
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
model = "\RH_aks\RH_aps.p3d";
|
||||
modelOptics = "-";
|
||||
picture = "\RH_aks\inv\aps.paa";
|
||||
@@ -82,7 +82,7 @@ class APS_DZ: Makarov
|
||||
|
||||
class APS_SD_DZ: MakarovSD
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
model = "\RH_aks\RH_apssd.p3d";
|
||||
modelOptics = "-";
|
||||
picture = "\RH_aks\inv\apssd.paa";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class BrowningHP_DZ: M9
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_WPN_BROWNING_HP_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_BROWNING_HP_DESC;
|
||||
model = "\RH_de\RH_browninghp.p3d";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class DesertEagle_DZ: Colt_Python_DZ
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
model = "\z\addons\dayz_epoch_w\deagle\h4_deagle";
|
||||
modelOptics = "-";
|
||||
picture = "\z\addons\dayz_epoch_w\deagle\data\w_deagle_CA.paa";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class MK22_DZ: M9
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_WPN_MK22_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_MK22_DESC;
|
||||
model = "\RH_de\RH_mk22.p3d";
|
||||
@@ -30,7 +30,7 @@ class MK22_2_DZ: MK22_DZ
|
||||
|
||||
class MK22_SD_DZ: M9SD
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_WPN_MK22SD_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_MK22SD_DESC;
|
||||
model = "\RH_de\RH_mk22sd.p3d";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class P226_DZ: M9
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_WPN_P226_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_P226_DESC;
|
||||
model = "\RH_de\RH_p226.p3d";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class P38_DZ: M9
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_WPN_P38_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_P38_DESC;
|
||||
model = "\RH_de\RH_p38.p3d";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class PPK_DZ: M9
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_WPN_PPK_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_PPK_DESC;
|
||||
model = "\RH_de\RH_ppk.p3d";
|
||||
|
||||
@@ -5,7 +5,7 @@ class Revolver_DZ : revolver_EP1
|
||||
|
||||
class Colt_Anaconda_DZ: Pistol
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_WPN_COLT_ANACONDA_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_COLT_ANACONDA_DESC;
|
||||
model = "\RH_de\RH_anac.p3d";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Ruger_MK2_DZ: Makarov
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_WPN_RUGERMK2_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_RUGERMK2_DESC;
|
||||
model = "\RH_de\RH_mk2.p3d";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Tokarew_TT33_DZ: Makarov
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_WPN_TT33_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_TT33_DESC;
|
||||
model = "\RH_de\RH_tt33.p3d";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class USP_DZ : Colt1911
|
||||
{
|
||||
scope = public;
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_WPN_USP_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_USP_DESC;
|
||||
model = "\RH_de\RH_usp.p3d";
|
||||
|
||||
Reference in New Issue
Block a user