Phantom Hawk 44 Posted July 26, 2017 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
da12thMonkey 1943 Posted July 26, 2017 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
Phantom Hawk 44 Posted July 26, 2017 (edited) 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 July 26, 2017 by Phantom Hawk More info found Share this post Link to post Share on other sites
Phantom Hawk 44 Posted July 29, 2017 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