1. Aerofly Homepage
  2. Forum
    1. Dashboard
    2. Unresolved Threads
  3. Blog
    1. Articles
  4. Dashboard
  5. Gallery
    1. Aerofly FS 4
    2. Aerofly FS Mobile
  • Login
  • Register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Forum
  • Files
  • Pages
  • Gallery
  • Blog Articles
  • More Options
  1. IPACS Aerofly Forum
  2. Forum
  3. Aerofly FS Flight Simulator
  4. Modding & User Content

F18 Air Racing!!!

  • orangedog433
  • December 2, 2023 at 2:54 PM
1st Official Post
  • orangedog433
    Student
    Reactions Received
    32
    Points
    667
    Posts
    86
    Images
    5
    • December 2, 2023 at 2:54 PM
    • #1

    Take off from KCLS and participate in the exciting flight time trial!<3:saint:

    Fly the F18 through the mountains!

    Stay no more than 500ft above the ground!

    The timing starts from the START point and ends at the FINISH point. Share your flight time here! Tell others you are the flying master!8)8)

    Copy the code in the txt into custom_missions.tmc in the mission folder.

    If you don't want to modify the file, you can download my attachment directly.

    Then you will find the F18 Air Race I created in the Flight Challenge!

    Hope you enjoy it!:):):)

    Files

    F18AirRacing.txt 10.1 kB – 250 Downloads custom_missions.zip 34.11 kB – 304 Downloads

    貴方の運命は、すでに我が手中の糸が絡めとった!:saint:<3

    Bilibili, ACC Community, ACC Club

    Edited once, last by orangedog433 (December 2, 2023 at 4:55 PM).

  • orangedog433
    Student
    Reactions Received
    32
    Points
    667
    Posts
    86
    Images
    5
    • December 2, 2023 at 3:17 PM
    • #2

    admin I ran into some problems: I defined the runway for landing at 34.

    The mission interface also showed the direction of landing.

    But when I apply it, the landing runway of the navigation interface becomes 16.

    Is this caused by a missing code or the navigation data does not allow the use of this runway?

    貴方の運命は、すでに我が手中の糸が絡めとった!:saint:<3

    Bilibili, ACC Community, ACC Club

  • Jet-Pack (IPACS)
    Master of aircraft TMD
    Reactions Received
    11,363
    Points
    45,748
    Posts
    6,391
    Blog Articles
    106
    • December 2, 2023 at 4:28 PM
    • Official Post
    • #3

    Hm, have you also set the destination location and direction accordingly?

    Regards,
    Jan

    • Next Official Post
  • orangedog433
    Student
    Reactions Received
    32
    Points
    667
    Posts
    86
    Images
    5
    • December 2, 2023 at 4:55 PM
    • #4
    Quote from Jet-Pack (IPACS)

    Hm, have you also set the destination location and direction accordingly?

    I'm pretty sure I set them, here is my code.

    If there are errors, please point them out.

    Thanks a lot!:)

    Code
                <[tmmission_definition][element][]
                    <[string8][title][F18 Air Racing]>
                    <[string8][description][Take off from KCLS and participate in the exciting flight time trial with the F/A18.]>
                    <[string8u]  [flight_setting]     [takeoff]>
                    <[string8u]  [aircraft_name]      [f18]>
                    <[stringt8c] [aircraft_icao]      [F18]>
                    <[stringt8c] [origin_icao]        [KCLS]>
                    <[tmvector2d][origin_lon_lat]     [-122.9831256 46.6835842]>
                    <[float64]   [origin_dir]         [178.0]>
                    <[stringt8c] [destination_icao]   [KCLS]>
                    <[tmvector2d][destination_lon_lat][-122.9824302 46.6710875]>
                    <[float64]   [destination_dir]    [341.0]>
                    <[tmmission_conditions][conditions][]
                        <[tm_time_utc][time][]
                            <[int32][time_year][2023]>
                            <[int32][time_month][12]>
                            <[int32][time_day][3]>
                            <[float64][time_hours][18.1]>
    
    
                        <[tmmission_checkpoint][element][14]
                            <[string8u][type][destination_runway]>
                            <[string8u][name][34]>
                            <[vector2_float64][lon_lat][-122.9824 46.6702]>
                            <[float64][altitude][182.0]>
                            <[float64][direction][358.0]>
                            <[float64][slope][0]>
                            <[float64][length][1520.0]>
                            <[float64][frequency][0]>
                        >
                        <[tmmission_checkpoint][element][15]
                            <[string8u][type][destination]>
                            <[string8u][name][KCLS]>
                            <[vector2_float64][lon_lat][-122.9831256 46.6835842]>
                            <[float64][altitude][174.0]>
                            <[float64][direction][358.0]>
                            <[float64][slope][0]>
                            <[float64][length][0]>
                            <[float64][frequency][0]>
                        >
                    >
    Display More

    貴方の運命は、すでに我が手中の糸が絡めとった!:saint:<3

    Bilibili, ACC Community, ACC Club

  • Armitage
    Intermediate
    Reactions Received
    606
    Points
    2,721
    Posts
    346
    Images
    13
    • December 2, 2023 at 6:21 PM
    • #5

    Sorry, it's me again: the Missionsgerät lets you load custom mission files and helps to fix error in your missions.

    Bringing you the Aerofly Wettergerät and Aerofly Missionsgerät, as well as the Aerofly Startgerät.

  • Armitage
    Intermediate
    Reactions Received
    606
    Points
    2,721
    Posts
    346
    Images
    13
    • December 2, 2023 at 6:57 PM
    • #6

    I checked the way Aerofly does runways:

    I had a flight which takes off on runway 23 and lands from the opposite direction. In both cases you are using runway 23, because this is the heading you need to have to start and land.

    If I understand it correctly, you want to land heading south, so for landing you will need runway 16 as well.

    Bringing you the Aerofly Wettergerät and Aerofly Missionsgerät, as well as the Aerofly Startgerät.

  • Jet-Pack (IPACS)
    Master of aircraft TMD
    Reactions Received
    11,363
    Points
    45,748
    Posts
    6,391
    Blog Articles
    106
    • December 2, 2023 at 7:27 PM
    • Official Post
    • #7

    You have a syntax error, the block <[tm_time_utc][time][] is never closed. Or is that because you removed some things for the forum?

    Regards,
    Jan

    • Previous Official Post
  • orangedog433
    Student
    Reactions Received
    32
    Points
    667
    Posts
    86
    Images
    5
    • December 2, 2023 at 7:57 PM
    • #8
    Quote from Jet-Pack (IPACS)

    You have a syntax error, the block <[tm_time_utc][time][] is never closed. Or is that because you removed some things for the forum?

    yeap,I just captured a part of it. The complete code has exceeded the word limit of the forum. if you want to see the complete content ,you can just download and check the .txt file.:)

    貴方の運命は、すでに我が手中の糸が絡めとった!:saint:<3

    Bilibili, ACC Community, ACC Club

  • orangedog433
    Student
    Reactions Received
    32
    Points
    667
    Posts
    86
    Images
    5
    • December 2, 2023 at 7:59 PM
    • #9
    Quote from Armitage

    I checked the way Aerofly does runways:

    I had a flight which takes off on runway 23 and lands from the opposite direction. In both cases you are using runway 23, because this is the heading you need to have to start and land.

    If I understand it correctly, you want to land heading south, so for landing you will need runway 16 as well.

    Do you mean: I want to land in the opposite direction and must use another runway. The same runway only supports operation in one direction.:/

    貴方の運命は、すでに我が手中の糸が絡めとった!:saint:<3

    Bilibili, ACC Community, ACC Club

  • Armitage
    Intermediate
    Reactions Received
    606
    Points
    2,721
    Posts
    346
    Images
    13
    • December 3, 2023 at 7:06 PM
    • #10

    orangedog433 actually I just noticed what this flight is all about. This is really a great idea. :thumbup:

    For the runway part: if you want to land from the south your file looks OK. My suggestion to change the runway was for the case if you want to land from the north. So maybe the airport has a strange malfunction. How does your correct flight plan look inside the main.mcf? (Because actually in main.mcf and in the custome missions file they are more or less the same)

    Bringing you the Aerofly Wettergerät and Aerofly Missionsgerät, as well as the Aerofly Startgerät.

  1. Privacy Policy
  2. Legal Notice
Powered by WoltLab Suite™ 6.2.4