fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -8,7 +8,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_weapons_scopes\c79\data\C79_nohq.tga";
|
||||
texture="braf\braf_weapons_scopes\c79\data\c79_nohq.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_weapons_scopes\c79\data\C79_as.tga";
|
||||
texture="braf\braf_weapons_scopes\c79\data\c79_as.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_weapons_scopes\c79\data\C79_smdi.tga";
|
||||
texture="braf\braf_weapons_scopes\c79\data\c79_smdi.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -80,7 +80,7 @@ class Stage6
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\Data\env_land_co.tga";
|
||||
texture="a3\data\env_land_co.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -80,7 +80,7 @@ class Stage6
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\Data\env_land_co.tga";
|
||||
texture="a3\data\env_land_co.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_weapons_scopes\c79\data\lens_NOHQ.paa";
|
||||
texture="braf\braf_weapons_scopes\c79\data\lens_nohq.paa";
|
||||
uvSource="tex1";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
class braf_C79 : ItemCore
|
||||
class braf_c79 : ItemCore
|
||||
{
|
||||
author = "BRAF Team";
|
||||
_generalMacro = "braf_C79";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_c79";
|
||||
scope = 2;
|
||||
displayName = "Elcan C79 (Black)";
|
||||
picture = "\braf\braf_weapons_scopes\c79\data\c79_ui.paa";
|
||||
@@ -55,10 +55,10 @@ class braf_C79 : ItemCore
|
||||
};
|
||||
inertia = 0.1;
|
||||
};
|
||||
class braf_C79_aaf : ItemCore
|
||||
class braf_c79_aaf : ItemCore
|
||||
{
|
||||
author = "BRAF Team";
|
||||
_generalMacro = "braf_C79_aaf";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_c79_aaf";
|
||||
scope = 2;
|
||||
displayName = "Elcan C79 (AAF)";
|
||||
picture = "\braf\braf_weapons_scopes\c79\data\c79_ui.paa";
|
||||
@@ -112,10 +112,10 @@ class braf_C79_aaf : ItemCore
|
||||
};
|
||||
inertia = 0.1;
|
||||
};
|
||||
class braf_C79_green : ItemCore
|
||||
class braf_c79_green : ItemCore
|
||||
{
|
||||
author = "BRAF Team";
|
||||
_generalMacro = "braf_C79_green";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_c79_green";
|
||||
scope = 2;
|
||||
displayName = "Elcan C79 (Green)";
|
||||
picture = "\braf\braf_weapons_scopes\c79\data\c79_ui.paa";
|
||||
|
||||
Reference in New Issue
Block a user