fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
class braf_Steiner_750RC : Binocular {
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_Steiner_750RC";
|
||||
opticsDisablePeripherialVision = 1;
|
||||
weaponPoolAvailable = 1;
|
||||
scope = 2;
|
||||
simulation = "Binocular";
|
||||
model = "\braf\braf_characters_army\item\binocular\braf_steiner_750RC.p3d";
|
||||
modelOptics = "\braf\braf_characters_army\item\binocular\braf_optics_steiner_750RC.p3d";
|
||||
model = "\braf\braf_characters_army\item\binocular\braf_steiner_750rc.p3d";
|
||||
modelOptics = "\braf\braf_characters_army\item\binocular\braf_optics_steiner_750rc.p3d";
|
||||
opticsPPEffects[] = {
|
||||
"OpticsCHAbera1",
|
||||
"OpticsBlur1"
|
||||
@@ -14,7 +14,7 @@ class braf_Steiner_750RC : Binocular {
|
||||
visionMode[] = {
|
||||
"Normal"
|
||||
};
|
||||
picture = "\A3\Weapons_F\Data\UI\gear_binoculars_CA.paa";
|
||||
picture = "\a3\weapons_f\data\ui\gear_binoculars_ca.paa";
|
||||
value = 5;
|
||||
type = 4096;
|
||||
displayName = "Steiner 750RC";
|
||||
@@ -49,9 +49,9 @@ class braf_Steiner_750RC : Binocular {
|
||||
};
|
||||
};
|
||||
class braf_nvg_loris : NVGoggles {
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_nvg_loris";
|
||||
modelOptics = "\A3\weapons_f\reticle\optics_night";
|
||||
modelOptics = "\a3\weapons_f\reticle\optics_night";
|
||||
model = "\braf\braf_characters_army\item\nvg\braf_loris_on";
|
||||
picture = "\braf\braf_characters_army\item\nvg\data\loris_ui.paa";
|
||||
displayName = "$STR_BRAF_NVG_LORIS_MOUNT";
|
||||
|
||||
Reference in New Issue
Block a user