fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class CfgPatches {
|
||||
class braf_characters_aviation {
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
units[] = {
|
||||
// Units
|
||||
"braf_characters_aviation_army_aviation_pilot",
|
||||
@@ -9,7 +9,6 @@ class CfgPatches {
|
||||
};
|
||||
weapons[] = {
|
||||
// Uniform
|
||||
"braf_characters_aviation_army_aviation_pilot_coverall",
|
||||
|
||||
// Helmets Alpha200
|
||||
"BRAF_Alpha200_Pilot",
|
||||
@@ -17,9 +16,9 @@ class CfgPatches {
|
||||
|
||||
// Helmets HGU55P
|
||||
"BRAF_HGU55P",
|
||||
"BRAF_HGU55P_Black",
|
||||
"BRAF_HGU55P_Olive",
|
||||
"BRAF_HGU55P_Yellow"
|
||||
|
||||
|
||||
|
||||
"BRAF_HGU55P_White",
|
||||
"BRAF_HGU55P_EDA",
|
||||
"BRAF_HGU55P_GAVCA",
|
||||
@@ -56,13 +55,13 @@ class CfgPatches {
|
||||
};
|
||||
|
||||
class CfgEditorSubcategories {
|
||||
class BRAF_ARMY_AVIATION {
|
||||
class braf_army_aviation {
|
||||
displayName = "Men (Army Aviation)";
|
||||
};
|
||||
class BRAF_MB_AVIATION {
|
||||
class braf_mb_aviation {
|
||||
displayName = "Men (Naval Aviation)";
|
||||
};
|
||||
class BRAF_FAB_AVIATION {
|
||||
class braf_fab_aviation {
|
||||
displayName = "Men (Aviation)";
|
||||
};
|
||||
};
|
||||
@@ -71,11 +70,11 @@ class EventHandlers;
|
||||
|
||||
class CfgVehicles {
|
||||
class i_Soldier_base_F;
|
||||
class BRAF_Pilot_Base : i_Soldier_base_F {
|
||||
author = "BRAF Team";
|
||||
class braf_pilot_base : i_Soldier_base_F {
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "BRAF_Soldier_Base";
|
||||
scope = 0;
|
||||
model = "braf\braf_characters_aviation\Flightsuits\BRAF_Flightsuit.p3d";
|
||||
model = "braf\braf_characters_aviation\flightsuits\braf_flightsuit.p3d";
|
||||
displayName = "Base Soldier";
|
||||
genericNames = "braf_brazilian_names";
|
||||
hiddenSelections[] = {
|
||||
@@ -94,7 +93,7 @@ class CfgVehicles {
|
||||
"rank_old",
|
||||
};
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_aviation\Flightsuits\data\camo1_co.paa",
|
||||
"braf\braf_characters_aviation\flightsuits\data\camo1_co.paa",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
@@ -109,7 +108,7 @@ class CfgVehicles {
|
||||
""
|
||||
};
|
||||
hiddenSelectionsMaterials[] = {
|
||||
"braf\braf_characters_aviation\Flightsuits\data\camo1.rvmat",
|
||||
"braf\braf_characters_aviation\flightsuits\data\camo1.rvmat",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
@@ -134,7 +133,7 @@ class CfgVehicles {
|
||||
uniformClass = "";
|
||||
cost = 100000;
|
||||
camouflage = 1;
|
||||
editorSubcategory = "BRAF_ARMY_AVIATION";
|
||||
editorSubcategory = "braf_army_aviation";
|
||||
class SpeechVariants {
|
||||
class Default {
|
||||
speechSingular[] = {"veh_infantry_pilot_s"};
|
||||
@@ -155,11 +154,11 @@ class CfgVehicles {
|
||||
magazines[] = {};
|
||||
respawnMagazines[] = {};
|
||||
};
|
||||
class BRAF_Fighter_Pilot_Base : BRAF_Pilot_Base {
|
||||
author = "BRAF Team";
|
||||
_generalMacro = "BRAF_Fighter_Pilot_Base";
|
||||
class braf_fighter_pilot_base : braf_pilot_base {
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_fighter_pilot_base";
|
||||
scope = 0;
|
||||
model = "braf\braf_characters_aviation\Flightsuits\braf_fighter_flightsuit.p3d";
|
||||
model = "braf\braf_characters_aviation\flightsuits\braf_fighter_flightsuit.p3d";
|
||||
displayName = "Base Soldier";
|
||||
genericNames = "braf_brazilian_names";
|
||||
hiddenSelections[] = {
|
||||
@@ -180,9 +179,9 @@ class CfgVehicles {
|
||||
"rank_old",
|
||||
};
|
||||
hiddenSelectionsTextures[] = {
|
||||
"braf\braf_characters_aviation\Flightsuits\data\camo1_co.paa",
|
||||
"braf\braf_characters_aviation\Flightsuits\data\camo2_co.paa",
|
||||
"braf\braf_characters_aviation\Flightsuits\data\camo2_co.paa",
|
||||
"braf\braf_characters_aviation\flightsuits\data\camo1_co.paa",
|
||||
"braf\braf_characters_aviation\flightsuits\data\camo2_co.paa",
|
||||
"braf\braf_characters_aviation\flightsuits\data\camo2_co.paa",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
@@ -197,9 +196,9 @@ class CfgVehicles {
|
||||
""
|
||||
};
|
||||
hiddenSelectionsMaterials[] = {
|
||||
"braf\braf_characters_aviation\Flightsuits\data\camo1.rvmat",
|
||||
"braf\braf_characters_aviation\Flightsuits\data\camo2.rvmat",
|
||||
"braf\braf_characters_aviation\Flightsuits\data\camo2.rvmat",
|
||||
"braf\braf_characters_aviation\flightsuits\data\camo1.rvmat",
|
||||
"braf\braf_characters_aviation\flightsuits\data\camo2.rvmat",
|
||||
"braf\braf_characters_aviation\flightsuits\data\camo2.rvmat",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
@@ -214,9 +213,9 @@ class CfgVehicles {
|
||||
""
|
||||
};
|
||||
};
|
||||
#include "Flightsuits\AvEx_Veh.hpp"
|
||||
#include "Flightsuits\FAB_Veh.hpp"
|
||||
#include "Flightsuits\MB_Veh.hpp"
|
||||
#include "flightsuits\avex_veh.hpp"
|
||||
#include "flightsuits\fab_veh.hpp"
|
||||
#include "flightsuits\mb_veh.hpp"
|
||||
};
|
||||
|
||||
class CfgWeapons {
|
||||
@@ -228,10 +227,10 @@ class CfgWeapons {
|
||||
class Vest_Camo_Base;
|
||||
class V_RebreatherB;
|
||||
class VestItem;
|
||||
#include "Flighthelmets\Alpha200_Weap.hpp"
|
||||
#include "Flighthelmets\Alpha900_Weap.hpp"
|
||||
#include "Flighthelmets\HGU55P_Weap.hpp"
|
||||
#include "Flighthelmets\HGU56P_Weap.hpp"
|
||||
#include "Flightsuits\uniform_Weap.hpp"
|
||||
#include "Flightvest\Flightvests_Weap.hpp"
|
||||
#include "flighthelmets\alpha200_weap.hpp"
|
||||
#include "flighthelmets\alpha900_weap.hpp"
|
||||
#include "flighthelmets\hgu55p_weap.hpp"
|
||||
#include "flighthelmets\hgu56p_weap.hpp"
|
||||
#include "flightsuits\uniform_weap.hpp"
|
||||
#include "flightvest\flightvests_weap.hpp"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user