<[file][][] //3 <[tmsimulator_scenery_place][][] ////////////////////////////////////////////////////////////////////////////// // // general information // ////////////////////////////////////////////////////////////////////////////// // // // IMPORTANT INFORMATIONS FOR A CHANGE OF POSITION AND/OR COURSE // // (a) The exact values of the individual coordinates depend on the carrier's course and latitude. // // (b) Therefore all commented coordinates must be changed at another position or at another course of the carrier, this concerns: // // - tower: tower_position // - objects: position // orientation // - runways: endpoint and threshold // - papi: papi#_custom_position // - helipads: position // heading // - parking positions: position // heading // // (c) For this purpose the bearing and the distance from the center of the carrier are indicated according to the pattern: // - ""b: (360.0 - orientation) + °°°.° / d: mm.m" // // This allows the recalculation for example with this tool: https://rechneronline.de/geo-coordinates/ // // (d) Information to the bearing from the centre of the ship: // // - "b: " is the mark for the bearing. // // - "b: " is is indicated in clockwise angular degrees [°]. // // - "b: " is an absolute bearing starting from the center of the carrier (see position in line #86). // // - "b: " is composed of the carrier-course and the ship-related bearing of the individual coordinates: // -- "b: " = carrier-course + ship-related bearing // // --- carrier-course: // The hull of the carrier is considered as an object. ASFS2 indicates the orientation of an object counterclockwise. // The carrier-course is the orientation of the carrier (see orientation in line # 87). // Therefore the carrier-course must be converted from counterclockwise (ccw) to clockwise (cw) with this part: // ---- carrier-course = (360.0 - orientation) // // --- ship-related bearing: // The bearings of the respective coordinates are ship-oriented: // ---- 000.0 °: right ahead // ---- 090.0 °: starboard crossboard // ---- 180.0 °: right behind // ---- 270.0 °: port crossboard // // In summary the formula for the absolute bearing is composed as follows: // "b :" = (360.0 - orientation) + ship-related bearing // // (e) Information to the distance from the centre of the ship: // // - "d: " is the mark for the distance. // // - "d: " is indicated in meters [m]. // ////////////////////////////////////////////////////////////////////////////// <[string8] [type] [airport]> <[string8] [sname] [USS Horten]> <[string8] [lname] [USS Horten CV-12]> <[string8] [icao] []> <[string8] [country] [us]> <[tmvector2d] [position] [-80.500291 28.416265]> // center of the carrier <[float64] [height] [0.0]> <[float64] [size] [5000]> <[vector2_float64] [tower_position] [-80.500767 28.416067]> // b: (360.0 - orientation) + 155.0 / d: 22.0 <[float64] [tower_height] [27.0]> // prifly (3rd platform of the island) <[bool] [autoheight] [true]> <[string8] [coordinate_system] [lonlat]> ////////////////////////////////////////////////////////////////////////////// // // objects // ////////////////////////////////////////////////////////////////////////////// <[tmsimulator_scenery_objecttmslist][objects][] <[tmsimulator_scenery_object][element][0] <[string8][type][object]> <[string8][geometry][nimitz_carrier]> <[tmvector3d][position][-80.500291 28.416265 0.0]> <[float64][orientation][270]> // orientation: 0: N / 270: E / 180: S / 90: W > <[tmsimulator_scenery_object][element][1] <[string8][type][object_transparent_atc]> <[string8][geometry][nimitz_decals]> <[tmvector3d][position][-80.500291 28.416265 0.01]> <[float64][orientation][270]> // orientation: 0: N / 270: E / 180: S / 90: W > > ////////////////////////////////////////////////////////////////////////////// // // runways // ////////////////////////////////////////////////////////////////////////////// <[tmsimulator_runwaytmslist][runways][] <[tmsimulator_runway][element][0] // angled deck: 9 °ccw / length: 240 m <[tmvector2d][endpoint1][-80.501832 28.416213]> // b: (360.0 - orientation) + 178.0 / d: 151.0 <[tmvector2d][endpoint2][-80.499650 28.416499]> // b: (360.0 - orientation) + 337.0 / d: 68.0 <[tmvector2d][threshold1][-80.501832 28.416213]> // b: (360.0 - orientation) + 178.0 / d: 151.0 <[tmvector2d][threshold2][-80.499650 28.416499]> // b: (360.0 - orientation) + 337.0 / d: 68.0 <[float64][width][19.00]> <[string8][name1][L]> <[string8][name2][]> <[string8][appltsys1][none]> <[string8][appltsys2][none]> <[string8][papi1][left]> <[string8][papi2][none]> <[bool][papi1_has_custom_position][false]> // note: papi currently not on flightdeck-level <[bool][papi2_has_custom_position][false]> <[vector2_float64][papi1_custom_position][-80.500475 28.416610]> // b: (360.0 - orientation) + 245.0 / d: 42.0 <[vector2_float64][papi2_custom_position][]> <[float64][papi1_glide_slope][11]> <[float64][papi2_glide_slope][0]> <[float64][papi1_spacing][1]> <[float64][papi2_spacing][6]> <[string8][reil1][none]> <[string8][reil2][none]> > // // The 4 catapults can be displayed either as runway or as parking position. // // To display the catapults as runway: // - please use the runway elements #1 to #4 (lines #136 - #179) // - please exclude the parking positions of the catapults with "//" at the beginning of each line (lines # - #) // // To display the catapults as parking positions: // - please exclude the runway elements #1 to #4 (lines #136 - #179) // - please use the parking positions of the catapults without "//"" at the beginning of each line (lines # - #) // <[tmsimulator_runway][element][1] // catapult #1 (bow stbd) 5.5 °ccw / 112.0 m <[tmvector2d][endpoint1][-80.499795 28.416110]> // b: (360.0 - orientation) + 020.0 / d: 49.0 <[tmvector2d][endpoint2][-80.498658 28.416189]> // b: (360.0 - orientation) + 002.0 / d: 162.0 <[tmvector2d][threshold1][-80.499795 28.416110]> // b: (360.0 - orientation) + 020.0 / d: 49.0 <[tmvector2d][threshold2][-80.498658 28.416189]> // b: (360.0 - orientation) + 002.0 / d: 162.0 <[float64][width][5.00]> <[string8][name1][C1]> <[string8][name2][]> <[string8][papi1][none]> <[string8][papi2][none]> > <[tmsimulator_runway][element][2] // catapult #2 (bow port) 1.9 °ccw / 113.0 m <[tmvector2d][endpoint1][-80.499863 28.416293]> // b: (360.0 - orientation) + 357.0 / d: 38.0 <[tmvector2d][endpoint2][-80.498713 28.416327]> // b: (360.0 - orientation) + 020.0 / d: 49.0 <[tmvector2d][threshold1][-80.499863 28.416293]> // b: (360.0 - orientation) + 357.0 / d: 38.0 <[tmvector2d][threshold2][-80.498713 28.416327]> // b: (360.0 - orientation) + 020.0 / d: 49.0 <[float64][width][5.00]> <[string8][name1][C2]> <[string8][name2][]> <[string8][papi1][none]> <[string8][papi2][none]> > <[tmsimulator_runway][element][3] // catapult #3 (port rght) 5.8 °ccw / 109.0 m <[tmvector2d][endpoint1][-80.500800 28.416420]> // b: (360.0 - orientation) + 323.0 / d: 53.0 <[tmvector2d][endpoint2][-80.499690 28.416520]> // b: (360.0 - orientation) + 334.0 / d: 65.0 <[tmvector2d][threshold1][-80.500800 28.416420]> // b: (360.0 - orientation) + 323.0 / d: 53.0 <[tmvector2d][threshold2][-80.499690 28.416520]> // b: (360.0 - orientation) + 334.0 / d: 65.0 <[float64][width][5.00]> <[string8][name1][C3]> <[string8][name2][]> <[string8][papi1][none]> <[string8][papi2][none]> > <[tmsimulator_runway][element][4] // catapult #4 (port left) 0.0 °ccw / 107.0 m <[tmvector2d][endpoint1][-80.500990 28.416530]> // b: (360.0 - orientation) + 203.0 / d: 75.0 <[tmvector2d][endpoint2][-80.499900 28.416530]> // b: (360.0 - orientation) + 322.0 / d: 48.0 <[tmvector2d][threshold1][-80.500990 28.416530]> // b: (360.0 - orientation) + 203.0 / d: 75.0 <[tmvector2d][threshold2][-80.499900 28.416530]> // b: (360.0 - orientation) + 322.0 / d: 48.0 <[float64][width][5.00]> <[string8][name1][C4]> <[string8][name2][]> <[string8][papi1][none]> <[string8][papi2][none]> > > ////////////////////////////////////////////////////////////////////////////// // // helipads // ////////////////////////////////////////////////////////////////////////////// <[list_tmsimulator_helipad][helipads][] <[tmsimulator_helipad][element][0] // midship port ahead <[string8][name][H1]> <[string8][type_name][building]> <[vector2_float64][position][-80.500160 28.416520]> // b: (360.0 - orientation) + 294.0 / d: 31.0 <[float64][radius][8]> <[float64][heading][90]> // heading = (360.0 - orientation) <[float64][height][19.3]> > <[tmsimulator_helipad][element][2] // midship port behind <[string8][name][H1]> <[string8][type_name][building]> <[vector2_float64][position][-80.499900 28.416520]> // b: (360.0 - orientation) + 323.0 / d: 48.0 <[float64][radius][8]> <[float64][heading][90]> // heading = (360.0 - orientation) <[float64][height][19.3]> > > ////////////////////////////////////////////////////////////////////////////// // // parking positions // ////////////////////////////////////////////////////////////////////////////// <[tmsimulator_parking_positiontmslist][parking_positions][] <[tmsimulator_parking_position][element][0] // stbd front <[tmvector2d][position][-80.499820 28.416000]> // b: (360.0 - orientation) + 033.0 / d: 55.0 <[float64][heading][345.0]> // heading = (360.0 - orientation) + 255.0 <[string8][name][Start Position #1]> > <[tmsimulator_parking_position][element][1] // stbd center <[tmvector2d][position][-80.500320 28.416000]> // b: (360.0 - orientation) + 096.0 / d: 30.0 <[float64][heading][0.0]> // heading = (360.0 - orientation) + 000.0 <[string8][name][Start Position #2]> > <[tmsimulator_parking_position][element][3] // stbd back <[tmvector2d][position][-80.501670 28.416050]> // b: (360.0 - orientation) + 170.0 / d: 137.0 <[float64][heading][312.0]> // heading = (360.0 - orientation) + 222.0 <[string8][name][Start Position #3]> > // // The 4 catapults can be displayed either as runway or as parking position. // // To display the catapults as runway: // - please use the runway elements #1 to #4 without "//"" at the beginning of each line (lines #136 - #179) // - please exclude the parking positions of the catapults with "//" at the beginning of each line (lines #236 - #255) // // To display the catapults as parking positions: // - please exclude the runway elements #1 to #4 with "//"" at the beginning of each line (lines #136 - #179) // - please use the parking positions of the catapults without "//"" at the beginning of each line (lines #236 - #255) // // <[tmsimulator_parking_position][element][4] // catapult #1 (bow stbd) 5.5 °ccw / 112.0 m // <[tmvector2d][position][-80.499795 28.416110]> // b: (360.0 - orientation) + 020.0 / d: 49.0 // <[float64][heading][084.5]> // heading = (360.0 - orientation) - 084.5 // <[string8][name][C#1]> // > // <[tmsimulator_parking_position][element][5] // catapult #2 (bow port) 1.9 °ccw / 113.0 m // <[tmvector2d][position][-80.499863 28.416293]> // b: (360.0 - orientation) + 357.0 / d: 38.0 // <[float64][heading][088.1]> // heading = (360.0 - orientation) - 088.1 // <[string8][name][C#2]> // > // <[tmsimulator_parking_position][element][6] // catapult #3 (port rght) 5.8 °ccw / 109.0 m // <[tmvector2d][position][-80.500800 28.416420]> // b: (360.0 - orientation) + 323.0 / d: 53.0 // <[float64][heading][084.2]> // heading = (360.0 - orientation) - 084.2 // <[string8][name][C#3]> // > // <[tmsimulator_parking_position][element][7] // catapult #4 (port left) 0.0 °ccw / 107.0 m // <[tmvector2d][position][-80.500990 28.416530]> // b: (360.0 - orientation) + 203.0 / d: 75.0 // <[float64][heading][000.0]> // heading = (360.0 - orientation) - 000.0 // <[string8][name][C#4]> // > > ////////////////////////////////////////////////////////////////////////////// // // cultivation_files // ////////////////////////////////////////////////////////////////////////////// <[list_tmsimulator_scenery_cultivation][cultivation_files][] <[tmsimulator_scenery_cultivation][element][0] <[string8][filename][]> <[bool][auto_height][true]> > <[tmsimulator_scenery_cultivation][element][1] <[string8][filename][TL_towerbeacons]> <[bool][auto_height][true]> > <[tmsimulator_scenery_cultivation][element][2] <[string8][filename][TL_splashdown]> <[bool][auto_height][true]> > <[tmsimulator_scenery_cultivation][element][3] <[string8][filename][TL_shuttleorbit]> <[bool][auto_height][true]> > <[tmsimulator_scenery_cultivation][element][4] <[string8][filename][TL_decklights]> <[bool][auto_height][true]> > > >