fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -2,7 +2,7 @@ class CfgPatches
|
||||
{
|
||||
class braf_weapons_launchers
|
||||
{
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
units[] = {};
|
||||
weapons[] = {
|
||||
"braf_Igla",
|
||||
@@ -12,7 +12,7 @@ class CfgPatches
|
||||
"braf_Gustav"
|
||||
};
|
||||
requiredVersion = 0.1;
|
||||
requiredAddons[] = {"A3_weapons_f","braf_main"};
|
||||
requiredAddons[] = {"A3_weapons_f","cba_events", "cba_disposable", "braf_main"};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -31,10 +31,10 @@ class CfgWeapons
|
||||
class WeaponSlotsInfo;
|
||||
};
|
||||
class launch_MRAWS_green_rail_F;
|
||||
#include "AntiAir_Igla\Igla.hpp"
|
||||
#include "AntiTank_ALAC\ALAC.hpp"
|
||||
#include "AntiTank_CarlGustav\CarlGustav.hpp"
|
||||
#include "AntiTank_M20A1_SuperBazooka\SuperBazooka.hpp"
|
||||
#include "antiair_igla\igla.hpp"
|
||||
#include "antitank_alac\alac.hpp"
|
||||
#include "antitank_carlgustav\carlgustav.hpp"
|
||||
#include "antitank_m20a1_superbazooka\superbazooka.hpp"
|
||||
};
|
||||
|
||||
class SensorTemplateIR;
|
||||
@@ -49,7 +49,7 @@ class CfgAmmo {
|
||||
};
|
||||
class braf_Igla_AA: MissileBase
|
||||
{
|
||||
model="\braf\braf_weapons_launchers\AntiAir_Igla\igla_missile.p3d";
|
||||
model="\braf\braf_weapons_launchers\antiair_igla\igla_missile.p3d";
|
||||
hit=80;
|
||||
indirectHit=60;
|
||||
indirectHitRange=6;
|
||||
@@ -76,21 +76,21 @@ class CfgAmmo {
|
||||
effectsMissile="missile3";
|
||||
soundHit1[]=
|
||||
{
|
||||
"A3\Sounds_F\arsenal\weapons\Launchers\Titan\Explosion_titan_missile_01",
|
||||
"a3\sounds_f\arsenal\weapons\launchers\titan\explosion_titan_missile_01",
|
||||
2.5118864,
|
||||
1,
|
||||
1900
|
||||
};
|
||||
soundHit2[]=
|
||||
{
|
||||
"A3\Sounds_F\arsenal\weapons\Launchers\Titan\Explosion_titan_missile_02",
|
||||
"a3\sounds_f\arsenal\weapons\launchers\titan\explosion_titan_missile_02",
|
||||
2.5118864,
|
||||
1,
|
||||
1900
|
||||
};
|
||||
soundHit3[]=
|
||||
{
|
||||
"A3\Sounds_F\arsenal\weapons\Launchers\Titan\Explosion_titan_missile_03",
|
||||
"a3\sounds_f\arsenal\weapons\launchers\titan\explosion_titan_missile_03",
|
||||
2.5118864,
|
||||
1,
|
||||
1900
|
||||
@@ -179,17 +179,17 @@ class CfgAmmo {
|
||||
"RocketsLight_Tail_SoundSet",
|
||||
"Explosion_Debris_SoundSet"
|
||||
};
|
||||
author="$STR_CUP_AUTHOR_STRING";
|
||||
author = "BRAF TEAM";
|
||||
soundHit1[]=
|
||||
{
|
||||
"A3\Sounds_F\weapons\Explosion\explosion_antitank_1",
|
||||
"a3\sounds_f\weapons\explosion\explosion_antitank_1",
|
||||
5.6234131,
|
||||
1,
|
||||
1800
|
||||
};
|
||||
soundHit2[]=
|
||||
{
|
||||
"A3\Sounds_F\weapons\Explosion\explosion_antitank_2",
|
||||
"a3\sounds_f\weapons\explosion\explosion_antitank_2",
|
||||
5.6234131,
|
||||
1,
|
||||
1800
|
||||
@@ -203,7 +203,7 @@ class CfgAmmo {
|
||||
};
|
||||
explosionSoundEffect="DefaultExplosion";
|
||||
effectsMissileInit="RocketBackEffectsRPG";
|
||||
model="\braf\braf_weapons_launchers\AntiTank_ALAC\alac_rocket.p3d";
|
||||
model="\braf\braf_weapons_launchers\antitank_alac\alac_rocket.p3d";
|
||||
hit=90;
|
||||
indirectHit=10;
|
||||
indirectHitRange=2;
|
||||
@@ -231,7 +231,7 @@ class CfgAmmo {
|
||||
effectsMissile="missile2";
|
||||
soundFly[]=
|
||||
{
|
||||
"A3\Sounds_F\weapons\Rockets\rocket_fly_1",
|
||||
"a3\sounds_f\weapons\rockets\rocket_fly_1",
|
||||
6,
|
||||
1,
|
||||
500
|
||||
@@ -282,26 +282,26 @@ class CfgMagazines {
|
||||
class CA_LauncherMagazine;
|
||||
class braf_Igla_missile: CA_LauncherMagazine
|
||||
{
|
||||
descriptionshort="Type: Anti-Air<br />Rounds: 1<br />Used in: FIM-92 Igla";
|
||||
descriptionshort="type: anti-air<br />rounds: 1<br />used in: fim-92 igla";
|
||||
displayname="9K38 Igla Missile";
|
||||
picture="\braf\braf_weapons_launchers\AntiAir_Igla\data\ui\igla_ui.paa";
|
||||
picture="\braf\braf_weapons_launchers\antiair_igla\data\ui\igla_ui.paa";
|
||||
scope=2;
|
||||
type="6 * 256";
|
||||
ammo="braf_Igla_AA";
|
||||
initSpeed=18;
|
||||
maxLeadSpeed=277.77802;
|
||||
mass=100;
|
||||
modelspecial="\braf\braf_weapons_launchers\AntiAir_Igla\Igla_loaded";
|
||||
modelspecial="\braf\braf_weapons_launchers\antiair_igla\igla_loaded";
|
||||
};
|
||||
class braf_alac_M: CA_LauncherMagazine
|
||||
{
|
||||
author="BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
scope=1;
|
||||
displayName="ALAC Ammo";
|
||||
ammo="braf_R_alac_AT";
|
||||
type="6 * 256";
|
||||
picture="\braf\braf_weapons_launchers\AntiTank_ALAC\ui\w_m136_launcher_ca.paa";
|
||||
model="\braf\braf_weapons_launchers\AntiTank_ALAC\alac_ammo.p3d";
|
||||
picture="\braf\braf_weapons_launchers\antitank_alac\ui\w_m136_launcher_ca.paa";
|
||||
model="\braf\braf_weapons_launchers\antitank_alac\alac_ammo.p3d";
|
||||
modelSpecial="";
|
||||
mass=40;
|
||||
initSpeed=290;
|
||||
|
||||
Reference in New Issue
Block a user