fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.

This commit is contained in:
2026-08-03 15:19:22 -03:00
parent 3af8760da3
commit 3b99904aa7
1007 changed files with 16549 additions and 16423 deletions
+6 -6
View File
@@ -2,11 +2,11 @@ class CfgPatches
{
class braf_weapons_machine_guns
{
author = "BRAF Team";
author = "BRAF TEAM";
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
requiredAddons[] = {"A3_weapons_f","braf_main", "braf_weapons_core", "braf_weapons_anim"};
requiredAddons[] = {"A3_weapons_f","braf_main", "braf_weapons_core", "braf_static", "braf_weapons_anim"};
};
};
@@ -20,13 +20,13 @@ class CfgFunctions
{
tag = "Spearpoint";
description = "Unwraps link when weapon is rested";
file = "\braf\braf_weapons_machine_guns\556mm_FN_MINIMI\script\fnc_minimiweaponrested.sqf";
file = "\braf\braf_weapons_machine_guns\556mm_fn_minimi\script\fnc_minimiweaponrested.sqf";
};
class gpmgweaponrested
{
tag = "Spearpoint";
description = "Unwraps link when weapon is rested";
file = "braf\braf_weapons_machine_guns\762mm_FN_MAG\script\fnc_gpmgweaponrested.sqf";
file = "braf\braf_weapons_machine_guns\762mm_fn_mag\script\fnc_gpmgweaponrested.sqf";
};
};
};
@@ -45,8 +45,8 @@ class CfgWeapons
class WeaponSlotsInfo;
class GunParticles;
};
#include "556mm_FN_MINIMI\556mm_FN_MINIMI.hpp"
#include "762mm_FN_MAG\762mm_FN_MAG.hpp"
#include "556mm_fn_minimi\556mm_fn_minimi.hpp"
#include "762mm_fn_mag\762mm_fn_mag.hpp"
};
#include "CfgMagazines.hpp"