Page 1 of 1

AIAE duplicate errors.

Posted: 26 Jan 2025, 12:53
by VulcanDriver
I added repaints to John's Lakota helicopter. When I checked it in AIAE This error appeared. Can anyone explain this please.

D:\FSX\SimObjects\Airplanes\JYAI UH72 Lakota\aircraft.cfg
Error - the following keys are duplicated in the specified sections
--> [fltsim.45]¦--------------
--> [fltsim.46]¦----------------------------
--> [fltsim.52]¦-------------------------
--> [fltsim.54]¦--------------------------
--> [fltsim.56]¦-----------------------------
You must remove these duplicates manually --> Menu File --> Open Aircraft.CFG'

[fltsim.45]
title=EC145 Police Service Northern Ireland G-PSNR
model=EC145_Police
texture=Police_Service_Northern_Ireland_G-PSNR
sim=JYAI_UH-72A_AI_ONLY
atc_parking_types=RAMP
atc_parking_codes=PSNI
atc_airline=POLICE
atc_id=G-PSNR

[fltsim.46]
title=EC145 Somerset Police G-DCPB
model=EC145_Police
texture=NPAS_Exeter_G-DCPB
sim=JYAI_UH-72A_AI_ONLY
atc_parking_types=RAMP
atc_parking_codes=NPAS
atc_airline=POLICE
atc_id=G-DCPB


[fltsim.52]
title=EC145 Welsh Air Ambulance G-WROL
model=EC145_Civil_Ambulance
texture=Air_Ambulance_Wales_G-WROL
sim=JYAI_UH-72A_AI_ONLY
atc_parking_types=RAMP
atc_parking_codes=AA
atc_airline=HELIMED
atc_id=G-WROL


[fltsim.54]
title=EC145 Scottish Air Ambulance G-SASS
model=EC145_Civil_Ambulance
texture=Air_Ambulance_Scotland_G-SASS
sim=JYAI_UH-72A_AI_ONLY
atc_parking_types=RAMP
atc_parking_codes=AA
atc_airline=HELIMED
atc_id=G-SASS

[fltsim.56]
title=EC145 Yorkshire Air Ambulance G-YOAA
model=EC145_Civil_Ambulance
texture=Air_Ambulance_Yorkshire_G-YOAA
sim=JYAI_UH-72A_AI_ONLY
atc_parking_types=RAMP
atc_parking_codes=AA
atc_airline=HELIMED
atc_id=G-YOAA

Re: AIAE duplicate errors.

Posted: 26 Jan 2025, 13:04
by Firebird
Have you run the renum on the .cfg file either in the app or manually. Quite often when you add textures you will get this if you lose track numerically and you don't renum.

Re: AIAE duplicate errors.

Posted: 26 Jan 2025, 13:56
by VulcanDriver
Did the renum in AIAE. Did it twice in fact.

Re: AIAE duplicate errors.

Posted: 26 Jan 2025, 14:47
by gsnde
Could you attach the offending aicraft.cfg, please

Re: AIAE duplicate errors.

Posted: 26 Jan 2025, 15:21
by VulcanDriver
gsnde wrote: 26 Jan 2025, 14:47 Could you attach the offending aicraft.cfg, please
Here it is.

Re: AIAE duplicate errors.

Posted: 26 Jan 2025, 15:55
by gsnde
It is caused by the uncommented comments, John.

[fltsim.44]
title=EC145 Police Service Northern Ireland G-PSNR
model=EC145_Police
texture=Police_Service_Northern_Ireland_G-PSNR
sim=JYAI_UH-72A_AI_ONLY
atc_parking_types=RAMP
atc_parking_codes=PSNI
atc_airline=POLICE
atc_id=G-PSNR

--------------
NPAS / Exeter:
--------------

It should be like this:

[fltsim.44]
title=EC145 Police Service Northern Ireland G-PSNR
model=EC145_Police
texture=Police_Service_Northern_Ireland_G-PSNR
sim=JYAI_UH-72A_AI_ONLY
atc_parking_types=RAMP
atc_parking_codes=PSNI
atc_airline=POLICE
atc_id=G-PSNR

//--------------
//NPAS / Exeter:
//--------------

Re: AIAE duplicate errors.

Posted: 26 Jan 2025, 16:49
by VulcanDriver
Doh...! How di I miss that.. Thanks Martin