fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -2,11 +2,19 @@ class CfgPatches
|
||||
{
|
||||
class braf_weapons_core
|
||||
{
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = 0.1;
|
||||
requiredAddons[] = {"A3_weapons_f","braf_main"};
|
||||
requiredAddons[] =
|
||||
{
|
||||
"A3_weapons_f",
|
||||
"cba_main",
|
||||
"cba_xeh",
|
||||
"braf_main",
|
||||
"braf_weapons_pistols",
|
||||
"braf_static"
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -17,11 +25,11 @@ class CfgWeapons
|
||||
class hgun_ACPC2_F;
|
||||
class braf_imbel_m973 : hgun_ACPC2_F
|
||||
{
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_imbel_m973";
|
||||
baseWeapon = "braf_imbel_m973";
|
||||
scope = 2;
|
||||
picture = "braf\braf_weapons_core\9mm_M973\data\ui\1911_M973_x_ca.paa";
|
||||
picture = "braf\braf_weapons_core\9mm_m973\data\ui\1911_m973_x_ca.paa";
|
||||
magazines[] = {"braf_9Rnd_9mm"};
|
||||
magazineWell[] = {"braf_9mm_1911"};
|
||||
displayname = "IMBEL M973 9mm";
|
||||
@@ -31,7 +39,7 @@ class CfgWeapons
|
||||
libTextDesc = "Brazilian Army 9mm 1911 pistol";
|
||||
};
|
||||
hiddenSelections[] = {"camo"};
|
||||
hiddenSelectionsTextures[] = {"\braf\braf_weapons_core\9mm_M973\data\1911_M973_co.paa"};
|
||||
hiddenSelectionsMaterials[] = {"\braf\braf_weapons_core\9mm_M973\data\1911_M973.rvmat"};
|
||||
hiddenSelectionsTextures[] = {"\braf\braf_weapons_core\9mm_m973\data\1911_m973_co.paa"};
|
||||
hiddenSelectionsMaterials[] = {"\braf\braf_weapons_core\9mm_m973\data\1911_m973.rvmat"};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user