fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
class braf_LC2_duty_squadleader : braf_vest {
|
||||
scope = 2;
|
||||
displayname = "$STR_vest_alice_duty_squadleader";
|
||||
picture = "\braf\braf_characters_vest\Data\LC2\ui\LC2_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lc2\ui\lc2_ui.paa";
|
||||
model = "braf\braf_characters_vest\braf_lc2_c.p3d";
|
||||
hiddenSelections[] = {
|
||||
"camo_9mm_mag",
|
||||
@@ -66,7 +66,7 @@ class braf_LC2_duty_squadleader : braf_vest {
|
||||
class braf_LC2_field_squadleader : braf_vest {
|
||||
scope = 2;
|
||||
displayname = "$STR_vest_alice_field_squadleader";
|
||||
picture = "\braf\braf_characters_vest\Data\LC2\ui\LC2_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lc2\ui\lc2_ui.paa";
|
||||
model = "braf\braf_characters_vest\braf_lc2_c.p3d";
|
||||
hiddenSelections[] = {
|
||||
"camo_9mm_mag",
|
||||
@@ -130,7 +130,7 @@ class braf_LC2_field_squadleader : braf_vest {
|
||||
class braf_LC2_duty_rifleman : braf_vest {
|
||||
scope = 2;
|
||||
displayname = "$STR_vest_alice_duty_rifleman";
|
||||
picture = "\braf\braf_characters_vest\Data\LC2\ui\LC2_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lc2\ui\lc2_ui.paa";
|
||||
model = "braf\braf_characters_vest\braf_lc2_r.p3d";
|
||||
hiddenSelections[] = {
|
||||
"camo_LC2_belt", //Cinto
|
||||
@@ -182,7 +182,7 @@ class braf_LC2_duty_rifleman : braf_vest {
|
||||
class braf_LC2_field_rifleman : braf_vest {
|
||||
scope = 2;
|
||||
displayname = "$STR_vest_alice_field_rifleman";
|
||||
picture = "\braf\braf_characters_vest\Data\LC2\ui\LC2_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lc2\ui\lc2_ui.paa";
|
||||
model = "braf\braf_characters_vest\braf_lc2_r.p3d";
|
||||
hiddenSelections[] = {
|
||||
"camo_LC2_belt", //Cinto
|
||||
@@ -236,19 +236,19 @@ class braf_LC2_driver : braf_vest {
|
||||
scopearsenal = 2;
|
||||
scopecurator = 2;
|
||||
displayname = "$STR_vest_alice_driver";
|
||||
picture = "\braf\braf_characters_vest\Data\LC2\ui\LC2_ui.paa";
|
||||
model = "\braf\braf_characters_vest\braf_LC2.p3d";
|
||||
picture = "\braf\braf_characters_vest\data\lc2\ui\lc2_ui.paa";
|
||||
model = "\braf\braf_characters_vest\braf_lc2.p3d";
|
||||
hiddenSelections[] = {"Camo1", "Camo2"};
|
||||
hiddenSelectionsTextures[] = {
|
||||
"\braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"\braf\braf_characters_vest\data\alice\LC2_co.paa"
|
||||
"\braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"\braf\braf_characters_vest\data\alice\lc2_co.paa"
|
||||
};
|
||||
class ItemInfo : VestItem {
|
||||
uniformModel = "\braf\braf_characters_vest\braf_LC2.p3d";
|
||||
uniformModel = "\braf\braf_characters_vest\braf_lc2.p3d";
|
||||
hiddenSelections[] = {"Camo1", "Camo2"};
|
||||
hiddenSelectionsTextures[] = {
|
||||
"\braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"\braf\braf_characters_vest\data\alice\LC2_co.paa"
|
||||
"\braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"\braf\braf_characters_vest\data\alice\lc2_co.paa"
|
||||
};
|
||||
containerClass = "Supply90";
|
||||
maximumLoad = 30;
|
||||
@@ -258,18 +258,18 @@ class braf_LC2_driver : braf_vest {
|
||||
class braf_LC2_belt : braf_vest {
|
||||
scope = 2;
|
||||
displayname = "$STR_vest_alice_belt";
|
||||
picture = "\braf\braf_characters_vest\Data\LC2\ui\LC2_ui.paa";
|
||||
model = "\braf\braf_characters_vest\braf_LC2.p3d";
|
||||
picture = "\braf\braf_characters_vest\data\lc2\ui\lc2_ui.paa";
|
||||
model = "\braf\braf_characters_vest\braf_lc2.p3d";
|
||||
hiddenSelections[] = {"Camo1", "Camo2"};
|
||||
hiddenSelectionsTextures[] = {
|
||||
"\braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"\braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
""
|
||||
};
|
||||
class ItemInfo : VestItem {
|
||||
uniformModel = "\braf\braf_characters_vest\braf_LC2.p3d";
|
||||
uniformModel = "\braf\braf_characters_vest\braf_lc2.p3d";
|
||||
hiddenSelections[] = {"Camo1", "Camo2"};
|
||||
hiddenSelectionsTextures[] = {
|
||||
"\braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"\braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
""
|
||||
};
|
||||
containerClass = "Supply0";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class CfgPatches {
|
||||
class BRAF_characters_vest {
|
||||
author = "BRAF Team";
|
||||
class braf_characters_vest {
|
||||
author = "BRAF TEAM";
|
||||
units[] = {
|
||||
"braf_belt_buttpack",
|
||||
"braf_backpack_wtc_hydro_pack_olive",
|
||||
@@ -15,38 +15,37 @@ class CfgPatches {
|
||||
"braf_lbv_woodland",
|
||||
"braf_lbv_woodland_rifleman",
|
||||
"braf_lbv_woodland_squadleader",
|
||||
"BRAF_lbv_tan",
|
||||
"braf_lbv_tan",
|
||||
"braf_lbv_black",
|
||||
"braf_lbv_black_squadleader",
|
||||
"braf_lbv_tan_rifleman",
|
||||
"braf_lbv_tan_squadleader",
|
||||
"BRAF_lbv_olive",
|
||||
"braf_lbv_olive",
|
||||
"braf_lbv_olive_rifleman",
|
||||
"braf_lbv_olive_squadleader",
|
||||
// Vests WTC M7
|
||||
"braf_wtc_m7_olive",
|
||||
"braf_wtc_m7_black",
|
||||
"braf_wtc_m7_tan",
|
||||
"braf_wtc_m7_squad_leader_556_olive",
|
||||
"braf_wtc_m7_squad_leader_556_black",
|
||||
"braf_wtc_m7_squad_leader_556_tan",
|
||||
"braf_wtc_m7_rifleman_556_olive",
|
||||
"braf_wtc_m7_rifleman_556_black",
|
||||
"braf_wtc_m7_rifleman_556_tan",
|
||||
"braf_wtc_m7_squad_leader_762_olive",
|
||||
"braf_wtc_m7_squad_leader_762_black",
|
||||
"braf_wtc_m7_squad_leader_762_tan",
|
||||
"braf_wtc_m7_rifleman_762_olive",
|
||||
"braf_wtc_m7_rifleman_762_black",
|
||||
"braf_wtc_m7_rifleman_762_tan",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ALICE Webbing
|
||||
"braf_LC2_field_officer",
|
||||
"braf_LC2_duty_officer",
|
||||
|
||||
|
||||
"braf_LC2_field_rifleman",
|
||||
"braf_LC2_duty_rifleman",
|
||||
"braf_LC2",
|
||||
"braf_LC2_rifleman",
|
||||
};
|
||||
|
||||
};
|
||||
requiredVersion = 0.1;
|
||||
requiredAddons[] = {
|
||||
"A3_Data_F",
|
||||
@@ -60,7 +59,7 @@ class CfgWeapons {
|
||||
class ItemCore;
|
||||
class Vest_Camo_base;
|
||||
class braf_vest : ItemCore {
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
scope = 0;
|
||||
};
|
||||
class braf_kevlar_iiia_vest : VestItem {
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1
|
||||
{
|
||||
texture = "braf\braf_characters_vest\Data\BulletVest\BulletVest_nohq.paa";
|
||||
texture = "braf\braf_characters_vest\data\bulletvest\bulletvest_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture = "braf\braf_characters_vest\Data\BulletVest\BulletVest_as.paa";
|
||||
texture = "braf\braf_characters_vest\data\bulletvest\bulletvest_as.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture = "braf\braf_characters_vest\Data\BulletVest\BulletVest_smdi.paa";
|
||||
texture = "braf\braf_characters_vest\data\bulletvest\bulletvest_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1
|
||||
{
|
||||
texture = "braf\braf_characters_vest\Data\BulletVest\camo3_nohq.paa";
|
||||
texture = "braf\braf_characters_vest\data\bulletvest\camo3_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture = "braf\braf_characters_vest\Data\BulletVest\camo3_as.paa";
|
||||
texture = "braf\braf_characters_vest\data\bulletvest\camo3_as.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture = "braf\braf_characters_vest\Data\BulletVest\camo3_smdi.paa";
|
||||
texture = "braf\braf_characters_vest\data\bulletvest\camo3_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ specularPower = 80;
|
||||
PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1 {
|
||||
texture = "braf\braf_characters_vest\Data\accessories\9mm_mag_nohq.paa";
|
||||
texture = "braf\braf_characters_vest\data\accessories\9mm_mag_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
@@ -37,7 +37,7 @@ class Stage3 {
|
||||
};
|
||||
};
|
||||
class Stage4 {
|
||||
texture = "braf\braf_characters_vest\Data\accessories\9mm_mag_as.paa";
|
||||
texture = "braf\braf_characters_vest\data\accessories\9mm_mag_as.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
@@ -47,7 +47,7 @@ class Stage4 {
|
||||
};
|
||||
};
|
||||
class Stage5 {
|
||||
texture = "braf\braf_characters_vest\Data\accessories\9mm_mag_smdi.paa";
|
||||
texture = "braf\braf_characters_vest\data\accessories\9mm_mag_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
|
||||
@@ -7,7 +7,7 @@ specularPower = 80;
|
||||
PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1 {
|
||||
texture = "braf\braf_characters_vest\Data\accessories\eb_molle_pouches_nohq.paa";
|
||||
texture = "braf\braf_characters_vest\data\accessories\eb_molle_pouches_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
@@ -37,7 +37,7 @@ class Stage3 {
|
||||
};
|
||||
};
|
||||
class Stage4 {
|
||||
texture = "braf\braf_characters_vest\Data\accessories\eb_molle_pouches_as.paa";
|
||||
texture = "braf\braf_characters_vest\data\accessories\eb_molle_pouches_as.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
@@ -47,7 +47,7 @@ class Stage4 {
|
||||
};
|
||||
};
|
||||
class Stage5 {
|
||||
texture = "braf\braf_characters_vest\Data\accessories\eb_molle_pouches_smdi.paa";
|
||||
texture = "braf\braf_characters_vest\data\accessories\eb_molle_pouches_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
|
||||
@@ -7,7 +7,7 @@ specularPower = 80;
|
||||
PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1 {
|
||||
texture = "braf\braf_characters_vest\Data\accessories\eb_pouches_nohq.paa";
|
||||
texture = "braf\braf_characters_vest\data\accessories\eb_pouches_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
@@ -37,7 +37,7 @@ class Stage3 {
|
||||
};
|
||||
};
|
||||
class Stage4 {
|
||||
texture = "braf\braf_characters_vest\Data\accessories\eb_pouches_as.paa";
|
||||
texture = "braf\braf_characters_vest\data\accessories\eb_pouches_as.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
@@ -47,7 +47,7 @@ class Stage4 {
|
||||
};
|
||||
};
|
||||
class Stage5 {
|
||||
texture = "braf\braf_characters_vest\Data\accessories\eb_pouches_smdi.paa";
|
||||
texture = "braf\braf_characters_vest\data\accessories\eb_pouches_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
|
||||
@@ -7,7 +7,7 @@ specularPower = 80;
|
||||
PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1 {
|
||||
texture = "braf\braf_characters_vest\Data\accessories\fal_762_mag_nohq.paa";
|
||||
texture = "braf\braf_characters_vest\data\accessories\fal_762_mag_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
@@ -37,7 +37,7 @@ class Stage3 {
|
||||
};
|
||||
};
|
||||
class Stage4 {
|
||||
texture = "braf\braf_characters_vest\Data\accessories\fal_762_mag_as.paa";
|
||||
texture = "braf\braf_characters_vest\data\accessories\fal_762_mag_as.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
@@ -47,7 +47,7 @@ class Stage4 {
|
||||
};
|
||||
};
|
||||
class Stage5 {
|
||||
texture = "braf\braf_characters_vest\Data\accessories\fal_762_mag_smdi.paa";
|
||||
texture = "braf\braf_characters_vest\data\accessories\fal_762_mag_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
|
||||
@@ -7,7 +7,7 @@ specularPower = 1;
|
||||
PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1 {
|
||||
texture = "braf\braf_characters_vest\data\alice\LC2_nohq.paa";
|
||||
texture = "braf\braf_characters_vest\data\alice\lc2_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
@@ -37,7 +37,7 @@ class Stage3 {
|
||||
};
|
||||
};
|
||||
class Stage4 {
|
||||
texture = "braf\braf_characters_vest\data\alice\LC2_as.paa";
|
||||
texture = "braf\braf_characters_vest\data\alice\lc2_as.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
@@ -47,7 +47,7 @@ class Stage4 {
|
||||
};
|
||||
};
|
||||
class Stage5 {
|
||||
texture = "braf\braf_characters_vest\data\alice\LC2_smdi.paa";
|
||||
texture = "braf\braf_characters_vest\data\alice\lc2_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1, 0, 0 };
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1
|
||||
{
|
||||
texture = "braf\braf_characters_vest\Data\ephod\cratenia_nohq.paa";
|
||||
texture = "braf\braf_characters_vest\data\ephod\cratenia_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture = "braf\braf_characters_vest\Data\ephod\cratenia_smdi.paa";
|
||||
texture = "braf\braf_characters_vest\data\ephod\cratenia_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1
|
||||
{
|
||||
texture = "braf\braf_characters_vest\Data\ephod\camo_nohq.paa";
|
||||
texture = "braf\braf_characters_vest\data\ephod\camo_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture = "braf\braf_characters_vest\Data\ephod\camo_as.paa";
|
||||
texture = "braf\braf_characters_vest\data\ephod\camo_as.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture = "braf\braf_characters_vest\Data\ephod\camo_smdi.paa";
|
||||
texture = "braf\braf_characters_vest\data\ephod\camo_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -2,7 +2,7 @@
|
||||
class braf_iba_lizard : braf_vest {
|
||||
scope = 2;
|
||||
displayName = "$STR_vest_interceptor_lizard";
|
||||
picture = "\braf\braf_characters_vest\Data\iba\ui\iba_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\iba\ui\iba_ui.paa";
|
||||
model = "braf\braf_characters_vest\braf_iba.p3d";
|
||||
hiddenSelections[] = {
|
||||
"camo"
|
||||
@@ -126,7 +126,7 @@ class braf_iba_lizard_squadleader : braf_iba_lizard {
|
||||
// CFN
|
||||
class braf_iba_woodland : braf_iba_lizard {
|
||||
displayName = "$STR_vest_interceptor_woodland";
|
||||
picture = "\braf\braf_characters_vest\Data\iba\ui\iba_woodland_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\iba\ui\iba_woodland_ui.paa";
|
||||
hiddenSelections[] = {
|
||||
"camo"
|
||||
};
|
||||
@@ -149,7 +149,7 @@ class braf_iba_woodland : braf_iba_lizard {
|
||||
class braf_iba_woodland_rifleman : braf_iba_lizard_rifleman {
|
||||
displayName = "$STR_vest_interceptor_woodland_rifleman";
|
||||
model = "braf\braf_characters_vest\braf_iba_rifleman.p3d";
|
||||
picture = "\braf\braf_characters_vest\Data\iba\ui\iba_woodland_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\iba\ui\iba_woodland_ui.paa";
|
||||
hiddenSelections[] = {
|
||||
"camo",
|
||||
"camo_762_mags",
|
||||
@@ -196,7 +196,7 @@ class braf_iba_woodland_rifleman : braf_iba_lizard_rifleman {
|
||||
class braf_iba_woodland_squadleader : braf_iba_lizard_squadleader {
|
||||
displayName = "$STR_vest_interceptor_woodland_squadleader";
|
||||
model = "braf\braf_characters_vest\braf_iba_sl.p3d";
|
||||
picture = "\braf\braf_characters_vest\Data\iba\ui\iba_woodland_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\iba\ui\iba_woodland_ui.paa";
|
||||
hiddenSelections[] = {
|
||||
"camo",
|
||||
"camo_762_mags",
|
||||
|
||||
@@ -19,7 +19,7 @@ class braf_lbv_item : VestItem{
|
||||
class braf_lbv_woodland : braf_vest {
|
||||
scope = 2;
|
||||
displayName = "$STR_vest_lbv_woodland";
|
||||
picture = "\braf\braf_characters_vest\Data\lbv\ui\lbv_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lbv\ui\lbv_ui.paa";
|
||||
model = "braf\braf_characters_vest\braf_lbv.p3d";
|
||||
hiddenSelections[] = {
|
||||
"camo",
|
||||
@@ -50,7 +50,7 @@ class braf_lbv_woodland : braf_vest {
|
||||
};
|
||||
class braf_lbv_tan : braf_lbv_woodland {
|
||||
displayName = "$STR_vest_lbv_tan";
|
||||
picture = "\braf\braf_characters_vest\Data\lbv\ui\lbv_tan_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lbv\ui\lbv_tan_ui.paa";
|
||||
hiddenSelections[] = {
|
||||
"camo",
|
||||
"camo_lc2_accessories",
|
||||
@@ -80,7 +80,7 @@ class braf_lbv_tan : braf_lbv_woodland {
|
||||
};
|
||||
class braf_lbv_olive : braf_lbv_woodland {
|
||||
displayName = "$STR_vest_lbv_olive";
|
||||
picture = "\braf\braf_characters_vest\Data\lbv\ui\lbv_olive_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lbv\ui\lbv_olive_ui.paa";
|
||||
hiddenSelections[] = {
|
||||
"camo",
|
||||
"camo_lc2_accessories",
|
||||
@@ -110,7 +110,7 @@ class braf_lbv_olive : braf_lbv_woodland {
|
||||
};
|
||||
class braf_lbv_black : braf_lbv_woodland{
|
||||
displayName = "$STR_vest_lbv_black";
|
||||
picture = "\braf\braf_characters_vest\Data\lbv\ui\lbv_olive_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lbv\ui\lbv_olive_ui.paa";
|
||||
hiddenSelections[] = {
|
||||
"camo",
|
||||
"camo_lc2_accessories",
|
||||
@@ -169,7 +169,7 @@ class braf_lbv_woodland_rifleman : braf_lbv_woodland {
|
||||
};
|
||||
class braf_lbv_tan_rifleman : braf_lbv_woodland_rifleman {
|
||||
displayName = "$STR_vest_lbv_tan_rifleman";
|
||||
picture = "\braf\braf_characters_vest\Data\lbv\ui\lbv_tan_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lbv\ui\lbv_tan_ui.paa";
|
||||
hiddenSelections[] = {
|
||||
"camo",
|
||||
"camo_lc2_accessories",
|
||||
@@ -199,7 +199,7 @@ class braf_lbv_tan_rifleman : braf_lbv_woodland_rifleman {
|
||||
};
|
||||
class braf_lbv_olive_rifleman : braf_lbv_woodland_rifleman {
|
||||
displayName = "$STR_vest_lbv_olive_rifleman";
|
||||
picture = "\braf\braf_characters_vest\Data\lbv\ui\lbv_olive_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lbv\ui\lbv_olive_ui.paa";
|
||||
hiddenSelections[] = {
|
||||
"camo",
|
||||
"camo_lc2_accessories",
|
||||
@@ -271,7 +271,7 @@ class braf_lbv_woodland_squadleader : braf_lbv_woodland {
|
||||
};
|
||||
class braf_lbv_tan_squadleader : braf_lbv_woodland_squadleader {
|
||||
displayName = "$STR_vest_lbv_tan_squadleader";
|
||||
picture = "\braf\braf_characters_vest\Data\lbv\ui\lbv_tan_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lbv\ui\lbv_tan_ui.paa";
|
||||
hiddenSelections[] = {
|
||||
"camo",
|
||||
"camo_lc2_accessories",
|
||||
@@ -313,7 +313,7 @@ class braf_lbv_tan_squadleader : braf_lbv_woodland_squadleader {
|
||||
};
|
||||
class braf_lbv_olive_squadleader : braf_lbv_woodland_squadleader {
|
||||
displayName = "$STR_vest_lbv_olive_squadleader";
|
||||
picture = "\braf\braf_characters_vest\Data\lbv\ui\lbv_olive_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lbv\ui\lbv_olive_ui.paa";
|
||||
hiddenSelections[] = {
|
||||
"camo",
|
||||
"camo_lc2_accessories",
|
||||
@@ -355,7 +355,7 @@ class braf_lbv_olive_squadleader : braf_lbv_woodland_squadleader {
|
||||
};
|
||||
class braf_lbv_black_squadleader : braf_lbv_woodland_squadleader {
|
||||
displayName = "$STR_vest_lbv_black_lc2";
|
||||
picture = "\braf\braf_characters_vest\Data\lbv\ui\lbv_olive_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lbv\ui\lbv_olive_ui.paa";
|
||||
hiddenSelections[] = {
|
||||
"camo",
|
||||
"camo_lc2_accessories",
|
||||
|
||||
@@ -125,7 +125,7 @@ class CfgSkeletons {
|
||||
"RightToeBase", "RightFoot"
|
||||
};
|
||||
// location of pivot points (local axes) for hierarchical animation
|
||||
pivotsModel = "A3\anims_f\data\skeleton\SkeletonPivots.p3d";
|
||||
pivotsModel = "a3\anims_f\data\skeleton\skeletonpivots.p3d";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
class braf_shoulder_holster_leather : braf_LC2_belt {
|
||||
scope = 2;
|
||||
displayname = "Shoulder Holster";
|
||||
picture = "\braf\braf_characters_vest\Data\LC2\ui\LC2_ui.paa";
|
||||
picture = "\braf\braf_characters_vest\data\lc2\ui\lc2_ui.paa";
|
||||
model = "braf\braf_characters_vest\braf_shoulder_holster.p3d";
|
||||
hiddenSelections[] = {};
|
||||
hiddenSelectionsTextures[] = {};
|
||||
|
||||
@@ -74,7 +74,7 @@ class braf_vest_wtc_m7_squad_leader_556_item: braf_vest_wtc_m7_item {
|
||||
hiddenSelections[] = {"Camo1", "Camo2", "Camo3"};
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_co.paa",
|
||||
};
|
||||
containerClass = "Supply180";
|
||||
@@ -90,7 +90,7 @@ class braf_vest_wtc_m7_squad_leader_556_olive : braf_vest_wtc_m7_olive {
|
||||
hiddenSelections[] = {"Camo1", "Camo2", "Camo3"};
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_co.paa",
|
||||
};
|
||||
class ItemInfo : braf_vest_wtc_m7_squad_leader_556_item {
|
||||
@@ -98,7 +98,7 @@ class braf_vest_wtc_m7_squad_leader_556_olive : braf_vest_wtc_m7_olive {
|
||||
hiddenSelections[] = {"Camo1", "Camo2", "Camo3"};
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_co.paa",
|
||||
};
|
||||
containerClass = "Supply180";
|
||||
@@ -111,13 +111,13 @@ class braf_vest_wtc_m7_squad_leader_556_black : braf_vest_wtc_m7_squad_leader_55
|
||||
picture = "\braf\braf_characters_vest\data\wtc_m7\ui\squad_leader_556_black_ui.paa";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_black_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_black_co.paa",
|
||||
};
|
||||
class ItemInfo : braf_vest_wtc_m7_squad_leader_556_item {
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_black_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_black_co.paa",
|
||||
};
|
||||
};
|
||||
@@ -128,13 +128,13 @@ class braf_vest_wtc_m7_squad_leader_556_tan : braf_vest_wtc_m7_squad_leader_556_
|
||||
picture = "\braf\braf_characters_vest\data\wtc_m7\ui\squad_leader_556_tan_ui.paa";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_tan_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_tan_co.paa",
|
||||
};
|
||||
class ItemInfo : braf_vest_wtc_m7_squad_leader_556_item {
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_tan_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_tan_co.paa",
|
||||
};
|
||||
};
|
||||
@@ -207,7 +207,7 @@ class braf_vest_wtc_m7_squad_leader_762_item : braf_vest_wtc_m7_squad_leader_556
|
||||
hiddenSelections[] = {"Camo1", "Camo2", "Camo3"};
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_co.paa",
|
||||
};
|
||||
containerClass = "Supply180";
|
||||
@@ -222,14 +222,14 @@ class braf_vest_wtc_m7_squad_leader_762_olive : braf_vest_wtc_m7_squad_leader_55
|
||||
model = "braf\braf_characters_vest\braf_wtc_m7_squad_leader_762.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_co.paa",
|
||||
};
|
||||
class ItemInfo : braf_vest_wtc_m7_squad_leader_762_item {
|
||||
uniformModel = "braf\braf_characters_vest\braf_wtc_m7_squad_leader_762.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_co.paa",
|
||||
};
|
||||
};
|
||||
@@ -241,13 +241,13 @@ class braf_vest_wtc_m7_squad_leader_762_black : braf_vest_wtc_m7_squad_leader_55
|
||||
picture = "\braf\braf_characters_vest\data\wtc_m7\ui\squad_leader_762_black_ui.paa";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_black_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_black_co.paa",
|
||||
};
|
||||
class ItemInfo : braf_vest_wtc_m7_squad_leader_762_item {
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_black_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_black_co.paa",
|
||||
};
|
||||
};
|
||||
@@ -259,13 +259,13 @@ class braf_vest_wtc_m7_squad_leader_762_tan : braf_vest_wtc_m7_squad_leader_556_
|
||||
picture = "\braf\braf_characters_vest\data\wtc_m7\ui\squad_leader_762_tan_ui.paa";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_tan_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_tan_co.paa",
|
||||
};
|
||||
class ItemInfo : braf_vest_wtc_m7_squad_leader_762_item {
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_tan_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_tan_co.paa",
|
||||
};
|
||||
};
|
||||
@@ -338,7 +338,7 @@ class braf_vest_wtc_m7_rifleman_belt_762_item : braf_vest_wtc_m7_rifleman_556_it
|
||||
hiddenSelections[] = {"Camo1", "Camo2", "Camo3"};
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_co.paa",
|
||||
};
|
||||
containerClass = "Supply140";
|
||||
@@ -353,14 +353,14 @@ class braf_vest_wtc_m7_rifleman_belt_762_olive : braf_vest_wtc_m7_squad_leader_5
|
||||
model = "braf\braf_characters_vest\braf_wtc_m7_rifleman_belt_762.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_co.paa",
|
||||
};
|
||||
class ItemInfo : braf_vest_wtc_m7_rifleman_762_item {
|
||||
uniformModel = "braf\braf_characters_vest\braf_wtc_m7_rifleman_belt_762.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_co.paa",
|
||||
};
|
||||
};
|
||||
@@ -373,14 +373,14 @@ class braf_vest_wtc_m7_rifleman_belt_762_black : braf_vest_wtc_m7_squad_leader_5
|
||||
model = "braf\braf_characters_vest\braf_wtc_m7_rifleman_belt_762.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_black_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_black_co.paa",
|
||||
};
|
||||
class ItemInfo : braf_vest_wtc_m7_rifleman_belt_762_item {
|
||||
uniformModel = "braf\braf_characters_vest\braf_wtc_m7_rifleman_belt_762.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_black_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_black_co.paa",
|
||||
};
|
||||
};
|
||||
@@ -393,14 +393,14 @@ class braf_vest_wtc_m7_rifleman_belt_762_tan : braf_vest_wtc_m7_squad_leader_556
|
||||
model = "braf\braf_characters_vest\braf_wtc_m7_rifleman_belt_762.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_tan_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_tan_co.paa",
|
||||
};
|
||||
class ItemInfo : braf_vest_wtc_m7_rifleman_belt_762_item {
|
||||
uniformModel = "braf\braf_characters_vest\braf_wtc_m7_rifleman_belt_762.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_tan_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_tan_co.paa",
|
||||
};
|
||||
};
|
||||
@@ -411,7 +411,7 @@ class braf_vest_wtc_m7_rifleman_belt_556_item : braf_vest_wtc_m7_rifleman_556_it
|
||||
hiddenSelections[] = {"Camo1", "Camo2", "Camo3"};
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_co.paa",
|
||||
};
|
||||
containerClass = "Supply140";
|
||||
@@ -426,14 +426,14 @@ class braf_vest_wtc_m7_rifleman_belt_556_olive : braf_vest_wtc_m7_squad_leader_5
|
||||
model = "braf\braf_characters_vest\braf_wtc_m7_rifleman_belt_556.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_co.paa",
|
||||
};
|
||||
class ItemInfo : braf_vest_wtc_m7_rifleman_belt_556_item {
|
||||
uniformModel = "braf\braf_characters_vest\braf_wtc_m7_rifleman_belt_556.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_co.paa",
|
||||
};
|
||||
};
|
||||
@@ -446,14 +446,14 @@ class braf_vest_wtc_m7_rifleman_belt_556_black : braf_vest_wtc_m7_squad_leader_5
|
||||
model = "braf\braf_characters_vest\braf_wtc_m7_rifleman_belt_556.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_black_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_black_co.paa",
|
||||
};
|
||||
class ItemInfo : braf_vest_wtc_m7_rifleman_belt_556_item {
|
||||
uniformModel = "braf\braf_characters_vest\braf_wtc_m7_rifleman_belt_556.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_black_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_black_co.paa",
|
||||
};
|
||||
};
|
||||
@@ -466,14 +466,14 @@ class braf_vest_wtc_m7_rifleman_belt_556_tan : braf_vest_wtc_m7_squad_leader_556
|
||||
model = "braf\braf_characters_vest\braf_wtc_m7_rifleman_belt_556.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_tan_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_tan_co.paa",
|
||||
};
|
||||
class ItemInfo : braf_vest_wtc_m7_rifleman_belt_556_item {
|
||||
uniformModel = "braf\braf_characters_vest\braf_wtc_m7_rifleman_belt_556.p3d";
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_vest\data\wtc_m7\m7_tan_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\LC2_co.paa",
|
||||
"braf\braf_characters_vest\data\alice\lc2_co.paa",
|
||||
"braf\braf_characters_vest\data\wtc_m7\wtcmod_tan_co.paa",
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user