I think I finally found a way to work Jim Vile's method with FSXPlanner.
My airport (SVMI) has two runways #10 and #9, but the heading difference is beyond the minimum 7.9 degrees required for both runways to be activated.
After exchanging some messages with Jim Vile and looking at this message (rfields posting): http://www.fsdeveloper.com/forum/showthread.php?t=4965&highlight=crosswind
and after hours of testing (I am a newbie in all this Afcad thing), I have now a working airport with both runways active.
What I did is the following:
I set all the requiring parking, taxiways, etc., with FSXPlanner. After everything is finished, finally I need to create the fake runways (I need one only but other airports may need 10 or 12).
Since there is no place for another number between rwy 10 and 9 (this last one is used in the real airport for take-off only), I renamed 9 to 9B and created a third runway which I named 9A, with a heading 7.9 deg (or less)added to the heading of 9B (can be 7.9 less than the 10 rwy heading). The runway I created is quite tiny (3m x 3m) and has everything unchecked (no markings, no lights, nothing) placed at an altitude of 0 mts.
Finally I SAVE with FSXPlanner.
Then I take the XML editor (I use the freeware M$ XML Notepad) and change the latitud of the fake airport(s) and take them far away to near the Pole North or South (as suggested by jvile. In my case I just needed to change the latitude (see below).
What has to be considered for this "middle" fake runway has been explained in different messages, but this is my particular code for the example explained. This code is created by FSXPlanner except for the latitude tweaking:
<Runway lat="-80.60549179361646" lon="-66.98735875436897" alt="0.0M" surface="ASPHALT" heading="79.1" length="3.0M" width="3.0M" number="09" designator="A" primaryTakeoff="FALSE" primaryLanding="FALSE" primaryPattern="LEFT" secondaryTakeoff="FALSE" secondaryLanding="FALSE" secondaryPattern="LEFT" primaryMarkingBias="0.0M" secondaryMarkingBias="0.0M" />
FSXPlanner creates an empty XML older for the Markings and Lighting of this airport which I delete with the XML Notepad.
So I can say, that FSX Planner is perfectly usable for multiple runways activation, with a little effort with the XML editor (that takes a minute). Every time I need to edit the airport with FSXPlanner I will require to do this little editting with the XML editor.
I have wanted to post this, mostly for Russell. Until now if I build the fake runway in FSXPlanner and change the lat-long of the position (far away) and save, the BGLCOMP will compile but FSX will give an error while loading the airport terrain. Check this thread about the error:
http://www.fsdeveloper.com/forum/showthread.php?t=5666
Besides once I change the runway latitude, I can't get the runway as ther eis no way to navigate between the elements other than the pointer (with mouse).
I hope all this can be of help for Russell and others that work with AFCADs.
The battle is not yet finished. I have problems which are particular for that airport only. I don't know why airliners prefer going to the secondary runway(9B) than the main 10 no matter the runway order. Most of them go to 9 and some aircraft have to taxi further for rwy 9 than rwy 10, which is located much near their parking spots.
I will keep trying.
Jorge
My airport (SVMI) has two runways #10 and #9, but the heading difference is beyond the minimum 7.9 degrees required for both runways to be activated.
After exchanging some messages with Jim Vile and looking at this message (rfields posting): http://www.fsdeveloper.com/forum/showthread.php?t=4965&highlight=crosswind
and after hours of testing (I am a newbie in all this Afcad thing), I have now a working airport with both runways active.
What I did is the following:
I set all the requiring parking, taxiways, etc., with FSXPlanner. After everything is finished, finally I need to create the fake runways (I need one only but other airports may need 10 or 12).
Since there is no place for another number between rwy 10 and 9 (this last one is used in the real airport for take-off only), I renamed 9 to 9B and created a third runway which I named 9A, with a heading 7.9 deg (or less)added to the heading of 9B (can be 7.9 less than the 10 rwy heading). The runway I created is quite tiny (3m x 3m) and has everything unchecked (no markings, no lights, nothing) placed at an altitude of 0 mts.
Finally I SAVE with FSXPlanner.
Then I take the XML editor (I use the freeware M$ XML Notepad) and change the latitud of the fake airport(s) and take them far away to near the Pole North or South (as suggested by jvile. In my case I just needed to change the latitude (see below).
What has to be considered for this "middle" fake runway has been explained in different messages, but this is my particular code for the example explained. This code is created by FSXPlanner except for the latitude tweaking:
<Runway lat="-80.60549179361646" lon="-66.98735875436897" alt="0.0M" surface="ASPHALT" heading="79.1" length="3.0M" width="3.0M" number="09" designator="A" primaryTakeoff="FALSE" primaryLanding="FALSE" primaryPattern="LEFT" secondaryTakeoff="FALSE" secondaryLanding="FALSE" secondaryPattern="LEFT" primaryMarkingBias="0.0M" secondaryMarkingBias="0.0M" />
FSXPlanner creates an empty XML older for the Markings and Lighting of this airport which I delete with the XML Notepad.
So I can say, that FSX Planner is perfectly usable for multiple runways activation, with a little effort with the XML editor (that takes a minute). Every time I need to edit the airport with FSXPlanner I will require to do this little editting with the XML editor.
I have wanted to post this, mostly for Russell. Until now if I build the fake runway in FSXPlanner and change the lat-long of the position (far away) and save, the BGLCOMP will compile but FSX will give an error while loading the airport terrain. Check this thread about the error:
http://www.fsdeveloper.com/forum/showthread.php?t=5666
Besides once I change the runway latitude, I can't get the runway as ther eis no way to navigate between the elements other than the pointer (with mouse).
I hope all this can be of help for Russell and others that work with AFCADs.
The battle is not yet finished. I have problems which are particular for that airport only. I don't know why airliners prefer going to the secondary runway(9B) than the main 10 no matter the runway order. Most of them go to 9 and some aircraft have to taxi further for rwy 9 than rwy 10, which is located much near their parking spots.
I will keep trying.
Jorge

