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_static_anim
|
||||
{
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
requiredAddons[] =
|
||||
{
|
||||
"A3_Weapons_F_Mark",
|
||||
@@ -33,7 +33,7 @@ class CfgMovesMaleSdr : CfgMovesBasic
|
||||
class KIA_SPG_Gunner : DefaultDie
|
||||
{
|
||||
actions = "DeadActions";
|
||||
file = "\A3\cargoposes_F\Anim\gunner_static_low01_KIA.rtm";
|
||||
file = "\a3\cargoposes_f\anim\gunner_static_low01_kia.rtm";
|
||||
speed = 0.5;
|
||||
looped = 0;
|
||||
terminal = 1;
|
||||
@@ -45,7 +45,7 @@ class CfgMovesMaleSdr : CfgMovesBasic
|
||||
};
|
||||
class Metis_Gunner : Crew
|
||||
{
|
||||
file = "\braf\braf_static_anim\anim\Metis_Gunner.rtm";
|
||||
file = "\braf\braf_static_anim\anim\metis_gunner.rtm";
|
||||
connectTo[] =
|
||||
{
|
||||
"KIA_SPG_Gunner",
|
||||
@@ -53,12 +53,12 @@ class CfgMovesMaleSdr : CfgMovesBasic
|
||||
};
|
||||
class D30_Cargo : Crew
|
||||
{
|
||||
file = "\braf\braf_static_anim\anim\D30_Cargo.rtm";
|
||||
file = "\braf\braf_static_anim\anim\d30_cargo.rtm";
|
||||
connectTo[] = {Static_Dead, 1};
|
||||
};
|
||||
class DShKM_Gunner : Crew
|
||||
{
|
||||
file = "\braf\braf_static_anim\anim\DShKM_Gunner.rtm";
|
||||
file = "\braf\braf_static_anim\anim\dshkm_gunner.rtm";
|
||||
connectTo[] = {Static_Dead, 1};
|
||||
leftHandIKBeg = true;
|
||||
leftHandIKCurve[] = {1};
|
||||
@@ -69,16 +69,16 @@ class CfgMovesMaleSdr : CfgMovesBasic
|
||||
};
|
||||
class LowTripod_Gunner : DShKM_Gunner
|
||||
{
|
||||
file = "\braf\braf_static_anim\anim\LowTripod_Gunner.rtm";
|
||||
file = "\braf\braf_static_anim\anim\lowtripod_gunner.rtm";
|
||||
};
|
||||
class LowKORD_Gunner : DShKM_Gunner
|
||||
{
|
||||
file = "\braf\braf_static_anim\anim\sittingGunner.rtm";
|
||||
file = "\braf\braf_static_anim\anim\sittinggunner.rtm";
|
||||
interpolateTo[] = {KIA_SPG_Gunner, 1};
|
||||
};
|
||||
class M2_Gunner : DShKM_Gunner
|
||||
{
|
||||
file = "\braf\braf_static_anim\anim\M2_Gunner.rtm";
|
||||
file = "\braf\braf_static_anim\anim\m2_gunner.rtm";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user