fix(AM39):
1- Proxy changed from braf_am39_fly to pylonpod_3x_missile_agm_02_f on both sides 2- Named Property autocenter=0 added to AM39 P3Ds geometry lods.
This commit is contained in:
Binary file not shown.
@@ -2188,16 +2188,63 @@ class BRAF_Caracal_10: BRAF_Caracal_2
|
||||
statement="this animate ['NVG_Hide',1]";
|
||||
};
|
||||
};
|
||||
class Components: Components
|
||||
{
|
||||
class TransportPylonsComponent
|
||||
{
|
||||
class Pylons
|
||||
{
|
||||
class PylonLeft1
|
||||
{
|
||||
attachment="braf_mag_am39_pylon_1rnd";
|
||||
priority=5;
|
||||
turret[]={1};
|
||||
hardpoints[]={"BRAF_AM39_PYLON"};
|
||||
UIposition[]={0.06,0.4};
|
||||
};
|
||||
class PylonRight1: PylonLeft1
|
||||
{
|
||||
mirroredMissilePos=1;
|
||||
UIposition[]={0.59,0.4};
|
||||
};
|
||||
};
|
||||
class Presets
|
||||
{
|
||||
class Empty
|
||||
{
|
||||
displayName="$STR_empty";
|
||||
attachment[]={};
|
||||
};
|
||||
class AM39
|
||||
{
|
||||
displayName="AM39 Exocet 2x";
|
||||
attachment[]={
|
||||
"braf_mag_am39_pylon_1rnd",
|
||||
"braf_mag_am39_pylon_1rnd"
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
class CargoTurret;
|
||||
class Turrets: Turrets
|
||||
{
|
||||
class BRAF_CopilotTurret: BRAF_CopilotTurret{};
|
||||
class BRAF_Crew_Chief_Turret: BRAF_Crew_Chief_Turret{};
|
||||
class BRAF_Mansup_Gunner_Turret: BRAF_Crew_Chief_Turret
|
||||
class BRAF_AM39_Gunner_Turret: BRAF_Crew_Chief_Turret
|
||||
{
|
||||
gunnerName="MANSUP Operator";
|
||||
gunnerName="Weapons Officer";
|
||||
gunnerCompartments="Compartment2";
|
||||
proxyIndex=3;
|
||||
isCopilot=0;
|
||||
startEngine=0;
|
||||
weapons[]=
|
||||
{
|
||||
"Laserdesignator_mounted"
|
||||
};
|
||||
magazines[]=
|
||||
{
|
||||
"Laserbatteries"
|
||||
};
|
||||
};
|
||||
};
|
||||
textureList[]=
|
||||
|
||||
Reference in New Issue
Block a user