Jump to content
Sign in to follow this  
stanhope

Adding ATGM from rhino to gorgon

Recommended Posts

So I'm trying to replace the gorgons titans with the rhinos ATGMs.  Currently I'm running the following code:

_vehicle removeWeapon "missiles_titan";

_vehicle addWeapon "cannon_120mm";
_vehicle addMagazine "4Rnd_120mm_LG_cannon_missiles";
_vehicle addWeaponTurret ["Laserdesignator_vehicle",[0,0]];
_vehicle addMagazineTurret ["Laserbatteries",[0,0]];

_vehicle enableVehicleSensor ["LaserSensorComponent",true];
_vehicle enableVehicleSensor ["DataLinkSensorComponent",true];
[_vehicle, [0]] enableInfoPanelComponent ["SensorsDisplayComponent", "SensorDisplay", true];
[_vehicle, [0,0]] enableInfoPanelComponent ["SensorsDisplayComponent", "SensorDisplay", true];

Now the problem is that I cannot open the sensor display neither as gunner nor as commander.  And I can't seem to lock onto the commander's laser.

So my question, can I make what I'm trying to do work?  And how would I go about doing that?

Share this post


Link to post
Share on other sites

I believe the sensors are tied to the vehicle, not the weapon.

The Gorgon therefore doesn't have a sensor display, which may also be the reason why it doesn't detect laser targets.

  • Like 1

Share this post


Link to post
Share on other sites

Any way to add those sensors (without mods)?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×