Hi All, I have prepared a little sample that changes the Active Runways (TakeOff, Approach and Landing) and some other features.
You just need to download the zip file and copy the folder to your P3D Documents\addons folders.
https://www.dropbox.com/s/7pmj4517d2lndt8/ATCPlus.zip?dl=0
The XML lets you configure ICAO and the indexes you want to assign for Departure and Landing. You will need to know the Airport Indexes you are setting.
There are other parameters you can configure
Let me know how goes. Appreciate testing it in v4 (but should work in v5 as well)
Thanks!
<?xml version='1.0' encoding='utf-8' ?>
<Parameters>
<Airport>
<ICAO>79J</ICAO>
<LandingIndex>0</LandingIndex>
<TakeOffIndex>0</TakeOffIndex>
<ApproachIndex>0</ApproachIndex>
</Airport>
<EnableFastTakeOffs>1</EnableFastTakeOffs>
<AllowTakeOffDistance>6000</AllowTakeOffDistance>
<TaxiSpeedLimiter>30</TaxiSpeedLimiter>
<enableRollthenTakeOff>1</enableRollthenTakeOff>
<nonBlockingUserAircraft>1</nonBlockingUserAircraft>
<minCrossingRny>2000</minCrossingRny>
</Parameters>
Brief: EnableFastTakeOff == 1, will line up and then take off. Faster than the default hold
AllowTakeOffDistance, will allow AI to take off if the AI landing is > AllowTakeOffDistance
TaxiSpeedLimiter, is the limit to the 20 knots
enableRollthenTakeOff.== 1, will let the AI lineup while the AI which lands and vacates the runway
nonBlockingUserAircraft==1, the user aircraft won't block the other AIs
minCrossingRny. experimental. lets AI cross runways if AI landing is > than minCrossingRny
You just need to download the zip file and copy the folder to your P3D Documents\addons folders.
https://www.dropbox.com/s/7pmj4517d2lndt8/ATCPlus.zip?dl=0
The XML lets you configure ICAO and the indexes you want to assign for Departure and Landing. You will need to know the Airport Indexes you are setting.
There are other parameters you can configure
Let me know how goes. Appreciate testing it in v4 (but should work in v5 as well)
Thanks!
<?xml version='1.0' encoding='utf-8' ?>
<Parameters>
<Airport>
<ICAO>79J</ICAO>
<LandingIndex>0</LandingIndex>
<TakeOffIndex>0</TakeOffIndex>
<ApproachIndex>0</ApproachIndex>
</Airport>
<EnableFastTakeOffs>1</EnableFastTakeOffs>
<AllowTakeOffDistance>6000</AllowTakeOffDistance>
<TaxiSpeedLimiter>30</TaxiSpeedLimiter>
<enableRollthenTakeOff>1</enableRollthenTakeOff>
<nonBlockingUserAircraft>1</nonBlockingUserAircraft>
<minCrossingRny>2000</minCrossingRny>
</Parameters>
Brief: EnableFastTakeOff == 1, will line up and then take off. Faster than the default hold
AllowTakeOffDistance, will allow AI to take off if the AI landing is > AllowTakeOffDistance
TaxiSpeedLimiter, is the limit to the 20 knots
enableRollthenTakeOff.== 1, will let the AI lineup while the AI which lands and vacates the runway
nonBlockingUserAircraft==1, the user aircraft won't block the other AIs
minCrossingRny. experimental. lets AI cross runways if AI landing is > than minCrossingRny