Jump to content
Sign in to follow this  
psrkallez06

Make an AA missile to AG?

Recommended Posts

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

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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×