feat(caracal): Started phase 1 of MANSUP integration on AH-15B Super Cougar:
- new p3d for Braf_Caracal main model; - new p3d Braf_Caracal_ah15b with radar and missile hangers; - new camo6 paas, for navy; - Added BRAF_Caracal_10 class with MANSUP operator station turret with proxy index 3.
This commit is contained in:
@@ -80,6 +80,9 @@ class CfgSkeletons
|
||||
|
||||
"EFS_cover","",
|
||||
"EFS","EFS_cover",
|
||||
|
||||
"UH15","",
|
||||
"AH15","",
|
||||
|
||||
"SAR","damagehide",
|
||||
"hoist_hook","SAR",
|
||||
@@ -900,6 +903,32 @@ class CfgModels
|
||||
memory=0;
|
||||
hideValue=1;
|
||||
};
|
||||
class UH15_Hide
|
||||
{
|
||||
source="UH15_Hide";
|
||||
selection="uh15";
|
||||
type="hide";
|
||||
sourceAddress="clamp";
|
||||
minPhase=0;
|
||||
maxPhase=1;
|
||||
minValue=0;
|
||||
maxValue=1;
|
||||
memory=0;
|
||||
hideValue=1;
|
||||
};
|
||||
class AH15_Hide
|
||||
{
|
||||
source="AH15_Hide";
|
||||
selection="ah15";
|
||||
type="hide";
|
||||
sourceAddress="clamp";
|
||||
minPhase=0;
|
||||
maxPhase=1;
|
||||
minValue=0;
|
||||
maxValue=1;
|
||||
memory=0;
|
||||
hideValue=1;
|
||||
};
|
||||
class mainTurret
|
||||
{
|
||||
type="rotationy";
|
||||
|
||||
Reference in New Issue
Block a user