Hello. I have a problem with the custom liveries of the BravoAirspace 787 8 and 9. They worked perfectly until a few days ago, but now they simply do not appear in the simulator (neither in 2020 nor in 2024). Is anyone else experiencing this problem? I asked a friend after updating to the latest version and the same thing happens, only the default liveries appear. Thank you.
Francis @LeadDeveloper2025-10-31 01:57:34.953ZHi, please share your livery with me so i can see the problem.
LiveryLab @liverylabHi! One of the liveries that isn't working is this one, among others I designed: https://es.flightsim.to/file/97275/boeing-787-9-air-india-vt-awa
Thanks!
- DIn reply toliverylab⬆:Wesley Dabrowski @Dabrow82
Yes I'm having issues with liveries, I had already downloaded 10 different united registrations for the 788 and 789 a month ago from Flightsim.to, since the update none of the liveries work.
Francis @LeadDeveloper2025-10-31 20:12:06.591ZHi,
This is was expected. In order for us to get a proper base folder name any custom work will need a quick update.
Livery makers need to update their fallback to the correct name.Where [GE] [RR] was (787-8) it's now _BA788GE - _BA788RR
For the 787-9 it was [_GE] [_RR] it's now _BA789GE - _BA789RRThese keywords should replace each other in the Aircraft.cfg file for each livery you own.
787-8
GE+SATCOM
[VARIATION]
base_container = ".._BA788GE";===================== FLTSIM =====================
[FLTSIM.0]
title = "Aeroméxico N965AM B787-8" ; Variation name
model = "...._BA788GE\model.KABAND_GE"
panel = "...._BA788GE\panel.ge"
sound = "" ; sound folder
texture = "AEROMEXICO" ; texture folder
ui_variation = "Aeroméxico N965AM" ; e.g. World Air, IFR Panel
atc_id = "N965AM" ; tail number
atc_id_enable = 0 ; enable tail number
atc_airline = "AEROMEXICO" ; airline name
atc_flight_number = "426" ; flight number
isAirTraffic = 0 ; Is the plane usable for air traffic
isUserSelectable = 1 ; Is the plane selectable by the user
soundai =
short_description =
canBeUsedByAITraffic = 0
icao_airline = AMX787-9
GE+SATCOM*[VARIATION]
base_container = ".._BA789GE";===================== FLTSIM =====================
[FLTSIM.0]
title = "Aeromexico -Guadalupe- XA-ADG B787-9" ; Variation name
model = "...._BA789GE\model.gesatcom"
panel = "...._BA789GE\panel.GE"
sound = "" ; sound folder
texture = "AERO" ; texture folder
ui_variation = "Aeroméxico -Guadalupe- XA-ADG" ; e.g. World Air, IFR Panel
atc_id = "XA-ADG" ; tail number
atc_id_enable = 0 ; enable tail number
atc_airline = "AEROMEXICO" ; airline name
atc_flight_number = "3" ; flight number
isAirTraffic = "0" ; Is the plane usable for air traffic
isUserSelectable = "1" ; Is the plane selectable by the user
soundai =
short_description =
canBeUsedByAITraffic = "0"
icao_airline = "AMX"*
In reply toliverylab⬆:LiveryLab @liverylabHi! Thanks for the information, but the combination that worked for me was the following:
base_container = "..\_BA789RR" model = "\..\..\_BA789RR\model.rrsatcom" panel = "\..\..\_BA789RR\panel.RR"(And their respective variations for GE and RR engines)
This code has been tested on MSFS 2020 and 2024.
Regards!
- Progresswith handling this problem