So, I'm currently making an aircraft based on the F-14 Tomcat, and I'm trying to give it the AIM-54 Phoenix missile, which has a maximum range of 100 miles. So I set maxRange
to 100, and minRange
to 3.
Yet whenever I try to lock onto an aircraft, the missile does not lock. I'm guessing it has something to do with the maximum range a missile should have, (something like a max range of 12 miles for example)
The AIM-9L works just fine, works just like a regular Interceptor missile, but the AIM-54 will not lock, and obviously cannot fire. Can anybody help?
Can anybody help me with this?
17.7k FlirBlitz
1.9 years ago
@Bryan5 160934.4 seems to work
@Bobyo Okay👍
100miles = 160km
Therefore you should set the
maxRange
to160000
@HuskyDynamics01 Oh... yeah that makes alot of sense. I'd rather not be within 100 meters of an exploding aircraft. Tysm.
Well according to the SimpleCheats guide, the
maxRange
andminRange
variables are in meters, not miles. In short, what you've created is an extremely short-range missile, and I think you have a little unit converting to do!