mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-13 13:13:29 +00:00
configurado filepaths do _weapons
This commit is contained in:
@@ -8,7 +8,7 @@ class braf_factions_aglc_verde : braf_aglc_base
|
||||
picture="\braf\braf_factions\addons\weapons\308_AGLC\ui\aglc_verde.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf_factions\braf_factions_weapons\308_AGLC\data\AGLC_VERDE_co.paa"
|
||||
"braf\braf_factions\addons\weapons\308_AGLC\data\AGLC_VERDE_co.paa"
|
||||
};
|
||||
};
|
||||
class braf_factions_aglc_aaf : braf_aglc_base
|
||||
@@ -20,7 +20,7 @@ class braf_factions_aglc_aaf : braf_aglc_base
|
||||
picture="\braf\braf_factions\addons\weapons\308_AGLC\ui\aglc_verde.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf_factions\braf_factions_weapons\308_AGLC\data\AGLC_AAF_co.paa"
|
||||
"braf\braf_factions\addons\weapons\308_AGLC\data\AGLC_AAF_co.paa"
|
||||
};
|
||||
};
|
||||
class braf_factions_aglc_verde_scope : braf_factions_aglc_verde {
|
||||
|
||||
@@ -7,7 +7,7 @@ class braf_factions_msr_308_spray: braf_msr_308
|
||||
picture="\braf\braf_factions\addons\weapons\308_MSR\ui\msr_308_ui_spray.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf_factions\braf_factions_weapons\308_MSR\data\MSRSPRAY_CO.paa"
|
||||
"braf\braf_factions\addons\weapons\308_MSR\data\MSRSPRAY_CO.paa"
|
||||
};
|
||||
};
|
||||
class braf_factions_msr_308_ts: braf_msr_308
|
||||
@@ -18,6 +18,6 @@ class braf_factions_msr_308_ts: braf_msr_308
|
||||
picture="\braf\braf_factions\addons\weapons\308_MSR\ui\msr_308_ui_ts.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf_factions\braf_factions_weapons\308_MSR\data\MSRTS_CO.paa"
|
||||
"braf\braf_factions\addons\weapons\308_MSR\data\MSRTS_CO.paa"
|
||||
};
|
||||
};
|
||||
@@ -7,7 +7,7 @@ class braf_factions_msr_338_spray: braf_msr_338
|
||||
picture="\braf\braf_factions\addons\weapons\308_MSR\ui\msr_308_ui_spray.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf_factions\braf_factions_weapons\308_MSR\data\MSRSPRAY_CO.paa"
|
||||
"braf\braf_factions\addons\weapons\308_MSR\data\MSRSPRAY_CO.paa"
|
||||
};
|
||||
};
|
||||
class braf_factions_msr_338_ts: braf_msr_338
|
||||
@@ -18,6 +18,6 @@ class braf_factions_msr_338_ts: braf_msr_338
|
||||
picture="\braf\braf_factions\addons\weapons\308_MSR\ui\msr_308_ui_ts.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf_factions\braf_factions_weapons\308_MSR\data\MSRTS_CO.paa"
|
||||
"braf\braf_factions\addons\weapons\308_MSR\data\MSRTS_CO.paa"
|
||||
};
|
||||
};
|
||||
@@ -5,9 +5,9 @@ class braf_factions_colt_lmga4_aaf : braf_lmga4 {
|
||||
displayName = "Colt LMGA4 5.56mm (AAF)";
|
||||
hiddenSelections[] = { "camo1", "camo2", "camo3" };
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf_factions\braf_factions_weapons\556_Colt\data\aaf\LMG_CO.paa",
|
||||
"braf_factions\braf_factions_weapons\556_Colt\data\aaf\M16A2_CO.paa",
|
||||
"braf_factions\braf_factions_weapons\556_Colt\data\aaf\AR15_LMG_CO.paa"
|
||||
"braf\braf_factions\addons\weapons\556_Colt\data\aaf\LMG_CO.paa",
|
||||
"braf\braf_factions\addons\weapons\556_Colt\data\aaf\M16A2_CO.paa",
|
||||
"braf\braf_factions\addons\weapons\556_Colt\data\aaf\AR15_LMG_CO.paa"
|
||||
};
|
||||
};
|
||||
class braf_factions_colt_lmga4_green : braf_lmga4 {
|
||||
@@ -16,8 +16,8 @@ class braf_factions_colt_lmga4_green : braf_lmga4 {
|
||||
displayName = "Colt LMGA4 5.56mm (Green)";
|
||||
hiddenSelections[] = { "camo1", "camo2", "camo3" };
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf_factions\braf_factions_weapons\556_Colt\data\green\LMG_CO.paa",
|
||||
"braf_factions\braf_factions_weapons\556_Colt\data\green\M16A2_CO.paa",
|
||||
"braf_factions\braf_factions_weapons\556_Colt\data\green\AR15_LMG_CO.paa"
|
||||
"braf\braf_factions\addons\weapons\556_Colt\data\green\LMG_CO.paa",
|
||||
"braf\braf_factions\addons\weapons\556_Colt\data\green\M16A2_CO.paa",
|
||||
"braf\braf_factions\addons\weapons\556_Colt\data\green\AR15_LMG_CO.paa"
|
||||
};
|
||||
};
|
||||
@@ -7,7 +7,7 @@ class braf_factions_lapa_tan: braf_Lapa
|
||||
picture="\braf\braf_factions\addons\weapons\556_LAPA\ui\lapa_fa03_ui_snaketan.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_snaketan_CO.paa"
|
||||
"braf\braf_factions\addons\weapons\556_LAPA\data\lapa_fa03_snaketan_CO.paa"
|
||||
};
|
||||
};
|
||||
class braf_factions_lapa_green: braf_Lapa
|
||||
@@ -18,7 +18,7 @@ class braf_factions_lapa_green: braf_Lapa
|
||||
picture="\braf\braf_factions\addons\weapons\556_LAPA\ui\lapa_fa03_ui_green.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_green_CO.paa"
|
||||
"braf\braf_factions\addons\weapons\556_LAPA\data\lapa_fa03_green_CO.paa"
|
||||
};
|
||||
};
|
||||
class braf_factions_lapa_Desert: braf_Lapa
|
||||
@@ -29,6 +29,6 @@ class braf_factions_lapa_Desert: braf_Lapa
|
||||
picture="\braf\braf_factions\addons\weapons\556_LAPA\ui\lapa_fa03_ui_desert.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_desert_CO.paa"
|
||||
"braf\braf_factions\addons\weapons\556_LAPA\data\lapa_fa03_desert_CO.paa"
|
||||
};
|
||||
};
|
||||
@@ -8,7 +8,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_base_nohq.tga";
|
||||
texture="braf\braf_factions\addons\weapons\556_LAPA\data\lapa_fa03_base_nohq.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_paint_as.tga";
|
||||
texture="braf\braf_factions\addons\weapons\556_LAPA\data\lapa_fa03_paint_as.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_paint_smdi.tga";
|
||||
texture="braf\braf_factions\addons\weapons\556_LAPA\data\lapa_fa03_paint_smdi.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_base_nohq.tga";
|
||||
texture="braf\braf_factions\addons\weapons\556_LAPA\data\lapa_fa03_base_nohq.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_paint_as.tga";
|
||||
texture="braf\braf_factions\addons\weapons\556_LAPA\data\lapa_fa03_paint_as.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_paint_smdi.tga";
|
||||
texture="braf\braf_factions\addons\weapons\556_LAPA\data\lapa_fa03_paint_smdi.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_base_nohq.tga";
|
||||
texture="braf\braf_factions\addons\weapons\556_LAPA\data\lapa_fa03_base_nohq.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_paint_as.tga";
|
||||
texture="braf\braf_factions\addons\weapons\556_LAPA\data\lapa_fa03_paint_as.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_paint_smdi.tga";
|
||||
texture="braf\braf_factions\addons\weapons\556_LAPA\data\lapa_fa03_paint_smdi.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\guardamao_nohq.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\guardamao_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -45,7 +45,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\handguard_AS.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\handguard_AS.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -57,7 +57,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\guardamao_smdi.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\guardamao_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\coronha_fal_nohq.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\coronha_fal_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -45,7 +45,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\stock_AS.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\stock_AS.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -57,7 +57,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\coronha_fal_smdi.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\coronha_fal_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID="NormalMapSpecularDIMap";
|
||||
VertexShaderID="NormalMap";
|
||||
class Stage1
|
||||
{
|
||||
texture = "braf_factions\braf_factions_weapons\762_FAL\Data\CorpoFal_nohq.paa";
|
||||
texture = "braf\braf_factions\addons\weapons\762_FAL\Data\CorpoFal_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture = "braf_factions\braf_factions_weapons\762_FAL\Data\FAL_corpo_smdi.paa";
|
||||
texture = "braf\braf_factions\addons\weapons\762_FAL\Data\FAL_corpo_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID="NormalMapSpecularDIMap";
|
||||
VertexShaderID="NormalMap";
|
||||
class Stage1
|
||||
{
|
||||
texture = "braf_factions\braf_factions_weapons\762_FAL\Data\FAL_muzzle_nohq.paa";
|
||||
texture = "braf\braf_factions\addons\weapons\762_FAL\Data\FAL_muzzle_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture = "braf_factions\braf_factions_weapons\762_FAL\Data\FAL_muzzle_smdi.paa";
|
||||
texture = "braf\braf_factions\addons\weapons\762_FAL\Data\FAL_muzzle_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\HIAF\handguard_NOHQ.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\HIAF\handguard_NOHQ.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -45,7 +45,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\handguard_AS.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\handguard_AS.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -57,7 +57,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\guardamao_smdi.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\guardamao_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\HIAF\stock_NOHQ.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\HIAF\stock_NOHQ.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -45,7 +45,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\stock_AS.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\stock_AS.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -57,7 +57,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\coronha_fal_smdi.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\coronha_fal_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID="NormalMapSpecularDIMap";
|
||||
VertexShaderID="NormalMap";
|
||||
class Stage1
|
||||
{
|
||||
texture = "braf_factions\braf_factions_weapons\762_FAL\Data\trilho_guardamao_nohq.paa";
|
||||
texture = "braf\braf_factions\addons\weapons\762_FAL\Data\trilho_guardamao_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture = "braf_factions\braf_factions_weapons\762_FAL\Data\trilho_guardamao_smdi.paa";
|
||||
texture = "braf\braf_factions\addons\weapons\762_FAL\Data\trilho_guardamao_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID="NormalMapSpecularDIMap";
|
||||
VertexShaderID="NormalMap";
|
||||
class Stage1
|
||||
{
|
||||
texture = "braf_factions\braf_factions_weapons\762_FAL\Data\Trilho_nohq.paa";
|
||||
texture = "braf\braf_factions\addons\weapons\762_FAL\Data\Trilho_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture = "braf_factions\braf_factions_weapons\762_FAL\Data\trilho_smdi.paa";
|
||||
texture = "braf\braf_factions\addons\weapons\762_FAL\Data\trilho_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@ class Stage1
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\metal_detail_dt.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\metal_detail_dt.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\m964_nohq.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\m964_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf_factions\braf_factions_weapons\762_FAL\Data\m964_smdi.paa";
|
||||
texture="braf\braf_factions\addons\weapons\762_FAL\Data\m964_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user