PDA

View Full Version : beginner, help please..


triton
04 Aug 2007, 22:17
Ok I was a bit bored earlier. do started to look at some of the things in FSX that bug me..

So I went to FIMP for a flight, and low and behold with the FSGenesis Mesh the runways 151m in the air..
http://i51.photobucket.com/albums/f353/tritonpics/runway_before.jpg

it should be around 50m..

So how to change..

Well I loaded Sbuilder..

Created a polygon to "Exclude_All_Airport_Boundaries".

then another poly with AB_flatten set altitude to 10m (discovered it was 50 later! but this is easy to change..)

then a final polygon set to AB_MaskClassMap_ExcludeAutoGen

now it looks like this..

http://i51.photobucket.com/albums/f353/tritonpics/runway.jpg

So what now??

How do I get the runway etc. on to the ground.. all help appreciated..

Thanks

meshman
05 Aug 2007, 00:57
FSX and FS9 have a habit of once reading an elevation for an airport, not allowing a file to revise that elevation. That's why your work shows as it does. The trick is to get in and place the new elevation data into FSX (in this case), so that it gets read prior to the default data. Use the following code as a template, making the necessary changes for, well, just about everything. Save, compile and place into your \Scenery\World\Scenery folder. Start FSX and see how it should all come together!

And the default airport shows at 149.961m, which appears too high. The FSGenesis mesh doesn't affect airport elevations.

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Created with FSX Planner [R 18] -->
<!-- FSX Planner is freely available here: www.zbluesoftware.com/clients/FSXPlanner.zip -->
<FSData
version="9.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="bglcomp.xsd">
<Airport
country="United States"
state="Hawaii"
city="Kaupuleu"
name="Kaupuleu"
lat="19.83268"
lon="-155.98024166666667"
alt="29.0F"
magvar="-11.0"
ident="92Z"
trafficScalar="0.7"
airportTestRadius="16404.2F">
<Services/>
<DeleteAirport
deleteAllApronLights="TRUE"
deleteAllAprons="TRUE"
deleteAllFrequencies="TRUE"
deleteAllHelipads="TRUE"
deleteAllRunways="TRUE"
deleteAllStarts="TRUE"
deleteAllTaxiways="TRUE"
deleteAllBlastFences="TRUE"
deleteAllBoundaryFences="TRUE"
deleteAllControlTowers="TRUE"
deleteAllJetways="TRUE"/>
</Airport>
</FSData>

triton
05 Aug 2007, 09:57
thanks, I'll give that a go.

cheers

Maurice
http://i51.photobucket.com/albums/f353/tritonpics/2007-8-5_13-28-49-438.jpg