- Messages
- 205
- Country

Dear all,
Maybe a stupid question but I cannot find a way in changing this gauge to show the correct ID of the Aircraft (HI-955), it keeps showing his own thing.
I went into the aircraft file and change the ATC ID parameter but no luck.
this is the gauge:
This is the section of the aircraft.cfg file:
Do I need to change it somewhere else?
Maybe a stupid question but I cannot find a way in changing this gauge to show the correct ID of the Aircraft (HI-955), it keeps showing his own thing.
I went into the aircraft file and change the ATC ID parameter but no luck.
this is the gauge:
Code:
<Gauge Name="ID" Version="1.0">
<Image Name="ID.bmp" Luminous="Yes"/>
<Element>
<Position X="9" Y="5"/>
<Text X="44" Y="14" Length="8" Font="Arial" Color="#C2BF8A" Adjust="Center" >
<String>%((A:atc id, string))%!s!</String>
</Text>
</Element>
</Gauge>
This is the section of the aircraft.cfg file:
Code:
[fltsim.0]
title=Cessna Citation XLS - Helidosa (HI955)
sim=XLS
model=
panel=
sound=
texture=HI955
kb_checklists=
atc_id=HI955
atc_airline=
atc_flight_number=231
atc_parking_types=RAMP
atc_parking_codes=
ui_manufacturer=Cessna
ui_type=Citation XLS
ui_variation=Helidosa (HI955)
Do I need to change it somewhere else?



