Jump to content
Phantom Hawk

How to make missile proxys disappear when fired from an Aircraft

Recommended Posts

So im working on an air launched missile using custom models and im trying to make the missile proxys disappear when fired from an Aircraft can anyone help me?

Share this post


Link to post
Share on other sites

Model must be defined in class cfgNonAIVehicles with simulation =  "maverickweapon";

e.g. from BIS config:

 

	class cfgNonAIVehicles
	{
		class ProxyWeapon;
		class ProxyMissile_AA_02_F: ProxyWeapon
		{
			model = "\A3\Weapons_F\Ammo\Missile_AA_02_F";
			simulation = "maverickweapon";
		};
    };
     

Classname in cfgNonAIVehicles must be named proxy#Name of .p3d file#

See above that the class for Missile_AA_02_f.p3d is proxyMissile_AA_02_f

Share this post


Link to post
Share on other sites

It did not work the missile model is still there is there something else you have to do?

 

UPDATE:

The proxys are showing up on the missile pod but when i fire them they still don't disappear is there somthing you need to do with the missile model?

Edited by Phantom Hawk
More info found

Share this post


Link to post
Share on other sites

Its ok i found out how to do it i used your plylon template to make it work thanks for all your help mate.

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

×