feat(optics): add standalone air flir addon

This commit is contained in:
2026-06-23 22:13:07 -03:00
parent 38417d1d8b
commit ac86a519e7
14 changed files with 782 additions and 0 deletions
+57
View File
@@ -0,0 +1,57 @@
class CfgSkeletons
{
class braf_StarSaphire_Flir
{
isDiscrete=0;
skeletonInherit="";
skeletonBones[]={};
};
};
class CfgModels
{
class braf_StarSaphire_n
{
htMin=0;
htMax=0;
afMax=0;
mfMax=0;
mFact=0;
tBody=0;
skeletonName="braf_StarSaphire_Flir";
sectionsInherit="";
sections[]={};
class Animations
{
};
};
class braf_StarSaphire_m
{
htMin=0;
htMax=0;
afMax=0;
mfMax=0;
mFact=0;
tBody=0;
skeletonName="braf_StarSaphire_Flir";
sectionsInherit="";
sections[]={};
class Animations
{
};
};
class braf_StarSaphire_w
{
htMin=0;
htMax=0;
afMax=0;
mfMax=0;
mFact=0;
tBody=0;
skeletonName="braf_StarSaphire_Flir";
sectionsInherit="";
sections[]={};
class Animations
{
};
};
};