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
+9 -9
View File
@@ -104,7 +104,7 @@ class CfgSkeletons
"glass4","damageHide",
};
};
class BRAF_LR: Car
class braf_lr: Car
{
skeletonInherit="Car";
skeletonBones[]=
@@ -464,9 +464,9 @@ class CfgModels
};
};
class BRAF_LR: Car
class braf_lr: Car
{
skeletonName = "BRAF_LR";
skeletonName = "braf_lr";
sectionsInherit = "Car";
sections[]=
{
@@ -648,9 +648,9 @@ class CfgModels
};
};
class BRAF_LR_softtop_4d: BRAF_LR {
class braf_lr_softtop_4d: braf_lr {
skeletonName = "BRAF_LR";
skeletonName = "braf_lr";
sectionsInherit = "Car";
sections[]=
{
@@ -817,9 +817,9 @@ class CfgModels
};
class BRAF_LR_softtop_4d_armed: BRAF_LR {
class braf_lr_softtop_4d_armed: braf_lr {
skeletonName = "BRAF_LR";
skeletonName = "braf_lr";
sectionsInherit = "Car";
sections[]=
{
@@ -986,9 +986,9 @@ class CfgModels
};
/*class BRAF_LR_navy: BRAF_LR
/*class braf_lr_navy: braf_lr
{
skeletonName = "BRAF_LR";
skeletonName = "braf_lr";
sectionsInherit = "Car";
sections[]=
{