Jump to content
Sign in to follow this  
Phyma

Hide the rocket pods of he Hellcat

Recommended Posts

Hello!

So I am trying to hide the rocket pods on the hellcat. In the config of the Heli_Light_02 in the class Heli_Light_02_base_F:

There is a code:

"Script animations: Doors, HideWeapon, proxy"

So is it possible to hide the rocket pods on the hellcat like you can on the offroad with:

_this animate ["HideConstruction",1];

So on the hellcat:

_this animate ["HideRocketPod",1];

or something similar, is it possible?

Or if I can use the same as:

_Heli_Light_02 animate ["dvere1",1] but like:

_Heli_Light_02 animate ["raketa1",1];

And also I dont want to hide all weapons just the rocket pod.

Thanks :)

Share this post


Link to post
Share on other sites

I had to set up an animation in the model config and make some adjustments in the model itself to make this possible. I found some time for that and the magic should work in the next Dev-Branch build, where you can use animate ["RocketPods",1] to hide the pods. Have fun and please let me know should you need further assistance.

Share this post


Link to post
Share on other sites

Thank you :D will test in next dev-branch build :)

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  

×