A32NX liveries Ai

Hi all i wanted to no is there a way off removing the a32nx Ai liveries, for the default a320 its easy as you edit the file and place a 0 next to ai, but the a32nx doesn allow that,

thanks

you can remove them. Go into the texture folder and find the aircraft.cfg file and set this line to zero - isAirTraffic = 0 ; Is the plane usable for air traffic

tried adding isAirTraffic = 0 ; Is the plane usable for air traffic to the aircraft config doesnt work,

did you add it to the [FLTSIM.1] entry?

It appears that you have only the zero entry in the “base” [FLT.SIM] which is usually reserved for the player (you) as a selectable livery. It is odd that you’re missing details here.

Here is a sample from one livery I have (and I haven’t seen it as Ai, although I have over 25 different Ai models so I might have missed it).

[FLTSIM.0]
title = “Airbus A320 Neo (FBW) British airways” ; Variation name
model = “” ; model folder
panel = “” ; panel folder
sound = “” ; sound folder
texture = “BAW” ; texture folder
kb_checklists = “” ; Procedures/Checklist sibling file name
kb_reference = “Boeing747-400_ref” ; Reference information sibling file name
description = “TT:AIRCRAFT.DESCRIPTION” ; Variation description.
wip_indicator = 2 ; know if the variation is good to go or still WIP : -1=Disabled, 0=Rough, 1=1st Pass, 2=Finished
ui_manufacturer = “FlyByWire Simulations” ; e.g. Boeing, Cessna
ui_type = “A320neo British airways” ; e.g. 747-400, 172
ui_variation = “British Airways” ; e.g. World Air, IFR Panel
ui_typerole = “Commercial Airliner” ; e.g. Single Engine Prop, Twin Engine Prop, Rotorcraft, etc
ui_createdby = “Asobo Studio, FlyByWire, IFR Liveries” ; e.g. Asobo Studio, Microsoft, FSAddonCompany, etc
ui_thumbnailfile = “” ; app relative path to ThumbNail image file
ui_certified_ceiling = 39800 ; service ceiling / max certified operating altitude (ft)
ui_max_range = 3500 ; max distance the aircraft can fly between take-off and landing in (NM)
ui_autonomy = 7 ; max duration the aircraft can fly between take-off and landing in (Hrs)
ui_fuel_burn_rate = 5300 ; average fuel consumption per hour (lbs/hr) - reminder: fuel density is ~6.7lbs per US gallon
atc_id_color = “” ; color for the tail number : i.e. “#ffff00ff”
atc_id_font = “arial” ; font for the tail number
atc_id = " ‎‎" ; tail number
atc_id_enable = 0 ; enable tail number
atc_airline = “British Airways” ; airline name
atc_flight_number = “BA433” ; flight number
atc_heavy = 1 ; heavy?
atc_parking_types = “GATE,RAMP,CARGO” ; “ANY” / “RAMP” / “CARGO” / “MIL_CARGO” / “MIL_COMBAT” / “GATE” / “DOCK”
atc_parking_codes = “” ; Comma separated and may be as small as one character each
icao_airline = “BAW”
isAirTraffic = 0 ; Is the plane usable for air traffic
isUserSelectable = 1 ; Is the plane selectable by the user

[FLTSIM.1]
title = “Airbus A320 Neo (FBW) British airways AirTraffic” ; Variation name
model = “BAW” ; model folder
panel = “” ; panel folder
sound = “” ; sound folder
texture = “BAW” ; texture folder
kb_checklists = “” ; Procedures/Checklist sibling file name
kb_reference = “Boeing747-400_ref” ; Reference information sibling file name
description = “TT:AIRCRAFT.DESCRIPTION” ; Variation description.
wip_indicator = 2 ; know if the variation is good to go or still WIP : -1=Disabled, 0=Rough, 1=1st Pass, 2=Finished
ui_manufacturer = “FlyByWire Simulations” ; e.g. Boeing, Cessna
ui_type = “A320neo British airways” ; e.g. 747-400, 172
ui_variation = “British Airways” ; e.g. World Air, IFR Panel
ui_typerole = “Commercial Airliner” ; e.g. Single Engine Prop, Twin Engine Prop, Rotorcraft, etc
ui_createdby = “Asobo Studio, FlyByWire, IFR Liveries” ; e.g. Asobo Studio, Microsoft, FSAddonCompany, etc
ui_thumbnailfile = “” ; app relative path to ThumbNail image file
ui_certified_ceiling = 39800 ; service ceiling / max certified operating altitude (ft)
ui_max_range = 3500 ; max distance the aircraft can fly between take-off and landing in (NM)
ui_autonomy = 7 ; max duration the aircraft can fly between take-off and landing in (Hrs)
ui_fuel_burn_rate = 5300 ; average fuel consumption per hour (lbs/hr) - reminder: fuel density is ~6.7lbs per US gallon
atc_id_color = “” ; color for the tail number : i.e. “#ffff00ff”
atc_id_font = “arial” ; font for the tail number
atc_id = “G-TTNH” ; tail number
atc_id_enable = 0 ; enable tail number
atc_airline = “British Airways” ; airline name
atc_flight_number = “” ; flight number
atc_heavy = 0 ; heavy?
atc_parking_types = “GATE,RAMP,CARGO” ; “ANY” / “RAMP” / “CARGO” / “MIL_CARGO” / “MIL_COMBAT” / “GATE” / “DOCK”
atc_parking_codes = “” ; Comma separated and may be as small as one character each
icao_airline = “BAW”
isAirTraffic = 0 ; Is the plane usable for air traffic
isUserSelectable = 0 ; Is the plane selectable by the user

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.