Hello,
I am trying to add my first simple airport on the island of Tenerife, which is a no-DLC zone as you know (maybe it's the problem?). I created the TSC file and it will actually show correctly in the "Location" map of the game, but when firing up the sim, the runway will not show as you can see on the attached screenshot. Oddly, the PAPI is there!
I also tried putting the "runway.tmb" file I found in the Hawaii user-contributed DLC (sorry, just testing!) but no luck either.
Here is the TSC file :
Code
<[file][][]
<[tmsimulator_scenery_place][][]
<[string8][type][airport]>
<[string8][sname][Tenerife South Airport]>
<[string8][lname][Tenerife Sur/Reina Sofía Airport]>
<[string8][icao][GCTS]>
<[string8][country][Spain]>
<[string8][coordinate_system][lonlat]>
<[vector2_float64][position][-16.5725682 28.0444463]>
<[float64][height][60]>
<[float64][size][5000]>
<[vector2_float64][tower_position][-16.5751270 28.0482860]>
<[float64][tower_height][30]>
<[bool][autoheight][true]>
<[string8][lights][]>
<[list_tmsimulator_scenery_object][objects][]
<[tmsimulator_scenery_object][element][0]
<[string8][type][object]>
<[string8][geometry][runway]>
<[vector3_float64][position][-16.5751270 28.0482860 0]>
>
>
<[list_tmsimulator_scenery_object_animated][objects_animated][]
>
<[list_tmsimulator_runway][runways][]
<[tmsimulator_runway][element][0]
<[vector2_float64][endpoint1][-16.5575532 28.0496495]>
<[vector2_float64][endpoint2][-16.5874223 28.0392524]>
<[vector2_float64][threshold1][-16.5575532 28.0496495]>
<[vector2_float64][threshold2][-16.5874223 28.0392524]>
<[float64][width][45]>
<[string8][name1][26]>
<[string8][name2][08]>
<[string8][appltsys1][malsr]>
<[string8][appltsys2][malsr]>
<[string8][papi1][left]>
<[string8][papi2][left]>
<[string8][reil1][none]>
<[string8][reil2][none]>
>
>
<[list_tmsimulator_startposition][start_positions][]
>
<[list_tmsimulator_parking_position][parking_positions][]
<[tmsimulator_parking_position][element][0]
<[tmvector2d][position][-16.5776805 28.0460324]> //parking coordinates
<[float64][heading][80.00]> //heading of aircraft
<[string8][name][Start Position #1]>
>
>
<[list_tmsimulator_view_position][view_positions][]
>
>
>
Display More
Any wisdom would be much appreciated, thanks!
Kevin