Shared Aircraft.cfg files
Results 1 to 2 of 2

Thread: Shared Aircraft.cfg files

  1. #1

    Shared Aircraft.cfg files

    Hi All,

    So I know generally how to make standalones, but I always have trouble with aircraft that are in packages with an aircraft.cfg file that covers several a/c. I'm trying to make a standalone of the stock Ju-88P-4 but am having trouble with editing the .cfg which also covers the A-4 and C-6, how do you remove those other two a/c from the .cfg?

    Thanks for any guidance!

  2. #2
    SOH-CM-2023 mongoose's Avatar
    Join Date
    Jun 2005
    Location
    Navigator, where are we?
    Age
    79
    Posts
    3,536
    You don't actually have to delete anything from the cfg file; you can just add more aircraft. The example below give an illustration. The new aircraft would be the next number; [fltsim.x] where 'x' is the next number.

    [fltsim.0]
    title = BoB Ju88a-1 B3+EH
    sim = bob_ju88a1_b3+eh
    model = bob_ju88a1_b3+eh

    [fltsim.1]
    title = ~AI BoB Ju88a-1 B3+EH
    sim = ai_bob_ju88a1_b3+eh
    model = ai_bob_ju88a1_b3+eh

    [fltsim.2]
    title = BoB Ju88a-1 B3+EH LB
    sim = bob_ju88a1_b3+eh_lb
    model = bob_ju88a1_b3+eh_lb

    [fltsim.3]
    title = ~AI BoB Ju88a-1 B3+EH LB
    sim = ai_bob_ju88a1_b3+eh_lb
    model = ai_bob_ju88a1_b3+eh_lb

    Cato said "Carthaginem esse delendam"
    I say "Carthago iam diu deleta,sed enim Bellum Alium adhuc aedificandum est"

Members who have read this thread: 0

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •