psrkallez06 7 Posted February 22, 2017 I have the super hornet mod, which have some Aim9X missiles which can only target Air vehicles. Is it possible to change something in the config to make it so that it can target ground vehicles also? Thanks!! Share this post Link to post Share on other sites
Whitefame 17 Posted February 22, 2017 I have not tried this myself but in CfgAmmo for the missile try to change airLock to 1. airLock = 0; // Cannot target air units airLock = 1; // Can target air and ground units airLock = 2; // Can target air units ONLY from: https://community.bistudio.com/wiki/A3_Targeting_config_reference it could also be irLock = 1; (target vehicle must have irTarget=1). Share this post Link to post Share on other sites
psrkallez06 7 Posted February 23, 2017 3 hours ago, Whitefame said: I have not tried this myself but in CfgAmmo for the missile try to change airLock to 1. airLock = 0; // Cannot target air units airLock = 1; // Can target air and ground units airLock = 2; // Can target air units ONLY from: https://community.bistudio.com/wiki/A3_Targeting_config_reference it could also be irLock = 1; (target vehicle must have irTarget=1). You are the best man!! It worked perfectly! Cheers :D Do you or anyone else know if it's possible to make a script/addon that makes ALL the missiles that have airlock 0 or 2 to force airlock=1? Share this post Link to post Share on other sites