fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -4,13 +4,13 @@ class CfgPatches
|
||||
{
|
||||
units[] = {};
|
||||
weapons[] = {
|
||||
"braf_Dot",
|
||||
"braf_Dot_3x_up",
|
||||
"braf_Dot_3x_dwn",
|
||||
"braf_C79",
|
||||
"braf_C79_aaf",
|
||||
"braf_C79_green",
|
||||
"braf_FAL_OIP_Scope",
|
||||
"braf_dot",
|
||||
"braf_dot_3x_up",
|
||||
"braf_dot_3x_dwn",
|
||||
"braf_c79",
|
||||
"braf_c79_aaf",
|
||||
"braf_c79_green",
|
||||
"braf_fal_oip_scope",
|
||||
"braf_guara",
|
||||
"braf_eotech_exps3",
|
||||
"braf_eotech_exps3_magnifier_side",
|
||||
@@ -18,7 +18,7 @@ class CfgPatches
|
||||
};
|
||||
requiredVersion = 0.1;
|
||||
requiredAddons[] = {"A3_Weapons_F","braf_main"};
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -27,13 +27,13 @@ class asdg_OpticRail1913 : asdg_OpticRail
|
||||
{
|
||||
class compatibleItems
|
||||
{
|
||||
braf_Dot = 1;
|
||||
braf_Dot_3x_up = 1;
|
||||
braf_Dot_3x_dwn = 1;
|
||||
braf_scope_ACOG = 1;
|
||||
braf_C79 = 1;
|
||||
braf_C79_aaf = 1;
|
||||
braf_C79_green = 1;
|
||||
braf_dot = 1;
|
||||
braf_dot_3x_up = 1;
|
||||
braf_dot_3x_dwn = 1;
|
||||
braf_scope_acog = 1;
|
||||
braf_c79 = 1;
|
||||
braf_c79_aaf = 1;
|
||||
braf_c79_green = 1;
|
||||
braf_guara = 1;
|
||||
braf_eotech_exps3 = 1;
|
||||
braf_eotech_exps3_magnifier_side = 1;
|
||||
@@ -51,8 +51,8 @@ class CfgWeapons
|
||||
class ItemCore;
|
||||
class InventoryItem_Base_F;
|
||||
class InventoryOpticsItem_Base_F;
|
||||
#include "ACOG\w_ACOG.hpp"
|
||||
#include "Eotech_xps3_g33\eotech_xps3_g33.hpp"
|
||||
#include "acog\w_acog.hpp"
|
||||
#include "eotech_xps3_g33\eotech_xps3_g33.hpp"
|
||||
#include "c79\w_c79.hpp"
|
||||
#include "fal_oip_scope\w_fal_oip_scope.hpp"
|
||||
#include "guara\w_guara.hpp"
|
||||
|
||||
Reference in New Issue
Block a user