fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.

This commit is contained in:
2026-08-03 15:19:22 -03:00
parent 3af8760da3
commit 3b99904aa7
1007 changed files with 16549 additions and 16423 deletions
+30 -30
View File
@@ -2,7 +2,7 @@
class braf_ephod_vest_itemInfo : VestItem {
uniformModel = "\braf\braf_characters_vest\braf_ephod.p3d";
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\Data\ephod\Camo_co.paa"};
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\data\ephod\camo_co.paa"};
containerClass = "Supply100";
mass = 80;
//armor = 30;
@@ -37,12 +37,12 @@ class braf_ephod_vest_base : ItemCore {
scope = 0;
scopeArsenal = 0;
scopeCurator = 0;
author = "BRAF Team";
author = "BRAF TEAM";
displayName = "[CRA] Ephod Vest";
picture = "\braf\braf_characters_vest\Data\ephod\ui\ephod_vest_ui.paa";
picture = "\braf\braf_characters_vest\data\ephod\ui\ephod_vest_ui.paa";
model = "\braf\braf_characters_vest\braf_ephod.p3d";
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\Data\ephod\Camo_co.paa"};
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\data\ephod\camo_co.paa"};
descriptionShort = "Chest Rig";
class ItemInfo : braf_ephod_vest_itemInfo {};
};
@@ -51,7 +51,7 @@ class braf_ephod_vest_base : ItemCore {
class braf_ephod_vest_flag_ItemInfo : VestItem {
uniformModel = "\braf\braf_characters_vest\braf_ephod_flag.p3d";
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\Data\ephod\Camo_co.paa"};
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\data\ephod\camo_co.paa"};
containerClass = "Supply100";
mass = 80;
//armor = 30;
@@ -86,7 +86,7 @@ class braf_ephod_vest_flag_base : braf_ephod_vest_base {
displayName = "[CRA] Ephod Vest (Flag)";
model = "\braf\braf_characters_vest\braf_ephod_flag.p3d";
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\Data\ephod\Camo_co.paa"};
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\data\ephod\camo_co.paa"};
class ItemInfo : braf_ephod_vest_flag_ItemInfo {};
};
@@ -97,7 +97,7 @@ class braf_bullet_vest_itemInfo : VestItem {
"camo"
};
hiddenSelectionsTextures[] = {
"\braf\braf_characters_vest\Data\BulletVest\eb_bulletVest_co.paa"
"\braf\braf_characters_vest\data\bulletvest\eb_bulletvest_co.paa"
};
containerClass = "Supply0";
mass = 40;
@@ -128,15 +128,15 @@ class braf_bullet_vest_base : ItemCore {
scope = 0;
scopeArsenal = 0;
scopeCurator = 0;
author = "BRAF Team";
author = "BRAF TEAM";
displayName = "Ballistic Vest base class";
picture = "\braf\braf_characters_vest\data\BulletVest\ui\Bullet_vest_eb_ui.paa";
picture = "\braf\braf_characters_vest\data\bulletvest\ui\bullet_vest_eb_ui.paa";
model = "\braf\braf_characters_vest\braf_bullet_vest.p3d";
hiddenSelections[] = {
"camo"
};
hiddenSelectionsTextures[] = {
"\braf\braf_characters_vest\Data\BulletVest\eb_bulletVest_co.paa"
"\braf\braf_characters_vest\data\bulletvest\eb_bulletvest_co.paa"
};
descriptionShort = "Ballistic Vest";
class ItemInfo : braf_bullet_vest_itemInfo {};
@@ -146,7 +146,7 @@ class braf_bullet_vest_base : ItemCore {
class braf_bullet_vest_lc2_itemInfo : VestItem {
uniformModel = "\braf\braf_characters_vest\braf_bullet_lc2.p3d";
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\Data\BulletVest\eb_BulletVest_co.paa"};
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\data\bulletvest\eb_bulletvest_co.paa"};
containerClass = "Supply80";
mass = 40;
//armor = 30;
@@ -177,24 +177,24 @@ class braf_bullet_vest_lc2_base : braf_bullet_vest_base {
scopeArsenal = 0;
scopeCurator = 0;
displayName = "Ballistic Vest, (LC-2) base class";
picture = "\braf\braf_characters_vest\Data\BulletVest\ui\Bullet_vest_eb_ui.paa";
picture = "\braf\braf_characters_vest\data\bulletvest\ui\bullet_vest_eb_ui.paa";
model = "\braf\braf_characters_vest\braf_bullet_lc2.p3d";
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\Data\BulletVest\eb_BulletVest_co.paa"};
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\data\bulletvest\eb_bulletvest_co.paa"};
descriptionShort = "Ballistic Vest";
class ItemInfo : braf_bullet_vest_lc2_itemInfo {};
};
// Ballistic Vest w/ Ephod
class braf_bullet_ephod_vest_itemInfo : VestItem {
uniformModel = "\braf\braf_characters_vest\braf_ephod_Bullet.p3d";
uniformModel = "\braf\braf_characters_vest\braf_ephod_bullet.p3d";
hiddenSelections[] = {
"camo",
"camo1"
};
hiddenSelectionsTextures[] = {
"\braf\braf_characters_vest\Data\ephod\Camo_co.paa",
"\braf\braf_characters_vest\Data\BulletVest\eb_bulletVest_co.paa"
"\braf\braf_characters_vest\data\ephod\camo_co.paa",
"\braf\braf_characters_vest\data\bulletvest\eb_bulletvest_co.paa"
};
containerClass = "Supply100";
mass = 40;
@@ -223,15 +223,15 @@ class braf_bullet_ephod_vest_itemInfo : VestItem {
};
class braf_bullet_ephod_vest_base : braf_bullet_vest_base {
displayName = "Ballistic Vest (Ephod) base class";
picture = "\braf\braf_characters_vest\Data\BulletVest\ui\ephod_bullet_ui.paa";
model = "\braf\braf_characters_vest\braf_ephod_Bullet.p3d";
picture = "\braf\braf_characters_vest\data\bulletvest\ui\ephod_bullet_ui.paa";
model = "\braf\braf_characters_vest\braf_ephod_bullet.p3d";
hiddenSelections[] = {
"camo",
"camo1"
};
hiddenSelectionsTextures[] = {
"\braf\braf_characters_vest\Data\ephod\Camo_co.paa",
"\braf\braf_characters_vest\Data\BulletVest\eb_bulletVest_co.paa"
"\braf\braf_characters_vest\data\ephod\camo_co.paa",
"\braf\braf_characters_vest\data\bulletvest\eb_bulletvest_co.paa"
};
class ItemInfo : braf_bullet_ephod_vest_itemInfo {};
};
@@ -244,8 +244,8 @@ class braf_bullet_ephod_vest_flag_itemInfo : VestItem {
"camo1"
};
hiddenSelectionsTextures[] = {
"\braf\braf_characters_vest\Data\ephod\Camo_co.paa",
"\braf\braf_characters_vest\Data\BulletVest\eb_bulletVest_co.paa"
"\braf\braf_characters_vest\data\ephod\camo_co.paa",
"\braf\braf_characters_vest\data\bulletvest\eb_bulletvest_co.paa"
};
containerClass = "Supply100";
mass = 40;
@@ -278,14 +278,14 @@ class braf_bullet_ephod_vest_flag_base : braf_bullet_ephod_vest_base {
scopeCurator = 0;
model = "\braf\braf_characters_vest\braf_ephod_bullet_flag.p3d";
displayName = "[CRA] Ballistic Vest, CRAPAT (Ephod, Flag)";
picture = "\braf\braf_characters_vest\Data\BulletVest\ui\ephod_bullet_ui.paa";
picture = "\braf\braf_characters_vest\data\bulletvest\ui\ephod_bullet_ui.paa";
hiddenSelections[] = {
"camo",
"camo1"
};
hiddenSelectionsTextures[] = {
"\braf\braf_characters_vest\Data\ephod\Camo_co.paa",
"\braf\braf_characters_vest\Data\BulletVest\eb_bulletVest_co.paa"
"\braf\braf_characters_vest\data\ephod\camo_co.paa",
"\braf\braf_characters_vest\data\bulletvest\eb_bulletvest_co.paa"
};
class ItemInfo : braf_bullet_ephod_vest_flag_itemInfo {};
};
@@ -297,11 +297,11 @@ class braf_Bullet_vest_eb : braf_bullet_vest_base {
scopeCurator = 2;
displayName = "[EB] Ballistic Vest, Lizard";
hiddenSelectionsTextures[] = {
"\braf\braf_characters_vest\Data\BulletVest\eb_BulletVest_co.paa"
"\braf\braf_characters_vest\data\bulletvest\eb_bulletvest_co.paa"
};
class ItemInfo : braf_bullet_vest_itemInfo {
hiddenSelectionsTextures[] = {
"\braf\braf_characters_vest\Data\BulletVest\eb_BulletVest_co.paa"
"\braf\braf_characters_vest\data\bulletvest\eb_bulletvest_co.paa"
};
};
};
@@ -318,11 +318,11 @@ class braf_Bullet_vest_black : braf_bullet_vest_base {
scopeArsenal = 2;
scopeCurator = 2;
displayName = "Ballistic Vest, Black";
picture = "\braf\braf_characters_vest\Data\BulletVest\ui\Bullet_vest_preto_ui.paa";
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\Data\BulletVest\preto_BulletVest_co.paa"};
picture = "\braf\braf_characters_vest\data\bulletvest\ui\bullet_vest_preto_ui.paa";
hiddenSelectionsTextures[] = { "\braf\braf_characters_vest\data\bulletvest\preto_bulletvest_co.paa"};
class ItemInfo : braf_bullet_vest_itemInfo {
hiddenSelectionsTextures[] = {
"\braf\braf_characters_vest\Data\BulletVest\preto_BulletVest_co.paa"
"\braf\braf_characters_vest\data\bulletvest\preto_bulletvest_co.paa"
};
};
};