'Normal' Planes
The NPatch allows non-VTOL [AircraftTypes] that land in a similar style to Red Alert instead of always being VTOL craft.

Example:
[PLANE]
... ; applicable INI data
IsNormalPlane=yes ; This invokes the new landing logic.
DescendProximity=700 ; The distance when the plane begins its descent. Measured in lepton values.
AscentSpeed=5 ; The speed in which an aircraft will reach its FlightLevel.
Some Useful Information
- It is advised that you different AscentSpeed and DescendProximity values as they are dependent upon FlightLevel and Speed.
- The default values, or if set to zero, are stored as HunterSeekerDescendProximity and HunterSeekerAscentSpeed in the [General] section. These values are also used for the HunterSeeker superweapon.