PDA

View Full Version : Shared Aircraft.cfg files



westview
September 15th, 2018, 08:03
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!

mongoose
September 15th, 2018, 08:56
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