No internet connection
  1. Home
  2. DREAMLINER BOEING 787-8

BravoAirspace 787 custom liveries problem (don't show)

By LiveryLab @liverylab
    2025-10-30 23:49:21.278Z

    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.

    Solved in post #6, click to view
    • 5 replies
    1. Hi, please share your livery with me so i can see the problem.

      1. LiveryLab @liverylab
          2025-10-31 02:30:10.241Z

          Hi! 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!

        • D
          In reply toliverylab:
          Wesley Dabrowski @Dabrow82
            2025-10-31 15:18:27.092Z

            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.

            1. Hi,
              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 - _BA789RR

              These 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 = AMX

              787-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"*

            2. In reply toliverylab:
              LiveryLab @liverylab
                2025-11-01 00:53:58.630Z

                Hi! 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!

                ReplySolution
                1. Progress
                  with handling this problem
                2. @liverylab accepted an answer 2025-11-01 00:54:03.957Z.