[Customized] Allow the aircraft to enter area guard mission and not crash immediately without any airport #1844
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
guard
command ([G]
by default) or aarea guard
command ([Ctrl]+[Alt]
) is issued, the aircraft will search for targets around the position (forguard
is the current location, forarea guard
is the target position) and return immediately when ammos are depleted.ExtendedAircraftMissions.FastScramble
controls whether the aircraft can scramble when its airport has been destroyed.ExtendedAircraftMissions.UnlandDamage
controls the damage suffered by the aircraft every 4 frames when there is no airport for the aircraft to land. If the value is negative, it will crash immediately. Not recommended to use whenExtendedAircraftMissions
is not enabled.In
rulesmd.ini
: