Flightsim.to
    iniBuilds A350-900 Asiana Airlines [w/Cabin]  Livery Pack - Image 1

    Beschreibung

    Experience the most realistic Asiana Airlines Airbus A350-900 livery pack for iniBuilds A350-900, featuring both pre-merger and post-merger versions. This pack includes a total of 7 liveries, meticulously crafted to match the real-world aircraft.

    🔹 Key Features:

    ✅ Authentic Asiana Airlines font and logo placement
    ✅ Realistic color matching for an accurate representation
    ✅ Two versions available:

    - Pre-merger version (with Kumho logo) – Featured on the thumbnail
    - Post-merger version (without Kumho logo) – No Kumho logo on the thumbnail

    ✅ Includes six liveries:

     

    📌 Pre-merger version (with Kumho logo):

    HL8361
    HL8521
    HL8522
    HL8382
    📌 Post-merger version (without Kumho logo):

    HL7578
    HL7771
    HL8078


     MSFS 2024 Compatibility:

    Cabin Update (Works Only in MSFS 2024)
    1. Realistic Carpet Texture – Enhanced textures to match the real aircraft.
    2. LED AVOD Support – Simulated LED AVOD system for added realism.
    3. Asiana-Origin Aircraft Details – Unique Asiana-style dotted wall textures, reflecting the aircraft’s history.
    4. Business Class Accuracy – Realistic textures and materials that match the actual aircraft.
    5. Premium Economy & Economy Accuracy – Real-world textures and materials faithfully replicated.
    6. Realistic Curtain Patterns – Curtains designed to match the actual pattern found on Asiana Airlines A350s.

    📌 If you enjoy this livery pack, feel free to leave feedback and ratings—it helps improve future updates! 🎨✈

     

     

    Kommentare(66)

    Melden Sie sich an, um an der Diskussion teilzunehmen

    Anmelden
    J

    2 months ago

    Incompatible with 1.2.4 for MSFS2020. Please update. Thank you :)
    M

    3 months ago

    could you please do the a350 1000 singapore airlines ?
    L

    5 months ago

    Hi! Appreciate your work! Have we wait for update or there will be no more?
    r

    5 months ago

    이거 업뎃 가능할까요? 최근에 업뎃 되고 외부 리버리가 안떠요
    R

    6 months ago

    Awesome set of liveries, really enjoyed these in 2020. Any chance to get them updated with the latest version of the A350 to work in 2024?
    L

    6 months ago

    please update!!! =(((
    l

    6 months ago

    In MSFS 2020, no external model showing, only cockpit and cabin. Flyable from the interior but no exterior model...defies the purpose of the livery.
    Sad as there are no official Inibuilds Asiana livery for the A350
    So you are my only hope...please fix this livery, it is very needed :)
    V

    6 months ago

    Can you update for 2020 Please ! Very good liveries!
    P

    6 months ago

    It doesn't work on msfs2024, I tried to reboot, remove and put back but nothing. could you tell me what to do?
    m

    6 months ago

    Please update to work with latest version of the A350
    l

    6 months ago

    With last update 1.18, aircraft is not visible with this livery
    r

    7 months ago

    이번에 업뎃되가지고 외부 리버리가 안보이네요
    f

    11 months ago

    Thank you always. Cheers!
    H

    about 1 year ago

    혹시 새로운 비행기 버전도 호환되나요? 현재 1.11까지 나온걸로 알고있는데. 언제나 좋은 리버리 감사드립니다!
    P
    PIZZA_BOYAuthor

    about 1 year ago

    네 호환됩니다~! 맘편히 비행하세요 ㅎㅎ
    b

    about 1 year ago

    CTD's for me.
    P

    about 1 year ago

    Hello,
    trouble with msfs 2024 installation. Translate from french: the files names are too long. Reduce it and try again...
    Can you help me ?
    Many thanks
    P
    PIZZA_BOYAuthor

    about 1 year ago

    This issue occurs due to **Windows' file path length limitation (maximum 260 characters)** when extracting the livery files in MSFS2020. Here are several ways to fix it: --- ### **1. Extract the Files to a Shorter Path (Recommended)** The simplest solution is to **extract the files to a folder with a shorter path** instead of using long directories like "Documents" or "Downloads." ✅ **How to Fix:** - Move the zip file to a short path, such as **C:\Livery**, before extracting it. - Example: - ❌ **C:\Users\YourUsername\Documents\MSFS2020 Addons\Airbus A350 Liveries\A350_ENGINE_COWL_LEFT_ALBD.DDS** - ✅ **C:\Livery\A350_ENGINE_COWL_LEFT_ALBD.DDS** --- ### **2. Enable Long File Path Support in Windows** Windows 10/11 allows long file paths, but the setting is disabled by default. You can enable it using the Group Policy Editor. ✅ **How to Fix:** 1. Press **Windows + R**, type `gpedit.msc`, and press **Enter** 2. Go to: ``` Computer Configuration > Administrative Templates > System > Filesystem ``` 3. Find **"Enable Win32 long paths"**, double-click it 4. Select **"Enabled"**, then click **Apply** and **OK** 5. Restart your PC and try extracting again --- ### **3. Use a Different Extraction Tool** Windows' built-in extractor may not handle long paths well. Try **7-Zip or WinRAR** instead. ✅ **How to Fix:** - **With 7-Zip:** 1. Install 7-Zip 2. Right-click the zip file → **7-Zip → Extract Here** - **With WinRAR:** 1. Open the zip file in WinRAR 2. Click **Extract To...**, then enable the **"Allow paths longer than 260 characters"** option --- ### **4. Use Command Prompt to Extract Files** If the file path is too long, use **Command Prompt (CMD)** to move and extract files manually. ✅ **How to Fix:** 1. **Press Windows + R**, type `cmd`, and press **Enter** 2. Navigate to the folder where the zip file is located: ``` cd "C:\Users\YourUsername\Downloads" ``` 3. Copy the livery folder to a shorter path (e.g., C drive): ``` xcopy "A350_Livery" "C:\Livery" /E /I ``` - `/E` → Copies all subfolders - `/I` → Recognizes the target as a folder 4. Now, go to **C:\Livery** and extract the files --- ### **5. Modify the Windows Registry (Last Resort)** If nothing works, modify the Windows Registry to enable long file paths permanently. ✅ **How to Fix:** 1. **Press Windows + R**, type `regedit`, and press **Enter** 2. Navigate to: ``` HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem ``` 3. Find **"LongPathsEnabled"**, double-click it 4. Change the **Value Data** to `1` and click **OK** 5. Restart your PC and try again --- ### **Conclusion** 1️⃣ **Extract the files to a short path (e.g., C:\Livery)** – **Easiest Fix** 2️⃣ **Use 7-Zip or WinRAR to extract the files** 3️⃣ **Enable long file paths in Windows settings (`gpedit.msc` or `regedit`)** 4️⃣ **Use CMD to move and extract files manually** Try these solutions!
    P

    about 1 year ago

    You are wonderful ;-)
    Many thanks for your help
    Philippe
    MSFS 2020MSFS 2024

    iniBuilds A350-900 Asiana Airlines [w/Cabin] Livery Pack

    This livery pack offers six meticulously crafted Asiana Airlines liveries for the iniBuilds A350-900, featuring both pre-merger and post-merger designs. Each livery is designed for authenticity, showcasing the airlines unique font and logo placement with accurate color matching. The pack includes liveries with and without the Kumho logo, catering to different eras of the airlines branding. Compatibility with MSFS 2024 is planned for a future release.

    Downloads8K
    Version1.5.6
    Dateigröße792.28 MB
    VeröffentlichtVor 1 Jahr
    AktualisiertVor 1 Jahr

    Nutzerbewertungen

    5.0

    11 Bewertungen

    5
    100%
    4
    0%
    3
    0%
    2
    0%
    1
    0%

    More Information

    Simulator
    MSFS2020/24

    Versionsgeschichte

    -1.0.5 Compatibility Update only MSFS2024, notMSFS2020

    Ähnliche Addons

    [8K/4K]FBW A380 | Asiana Airlines Livery Pack [w/Cabin]

    [8K/4K]FBW A380 | Asiana Airlines Livery Pack [w/Cabin]

    Experience the Asiana Airlines A380 with a custom dirty livery featuring hand-painted weathering for a realistic appearance. The add-on also includes detailed cabin textures for Business Smartium and Economy classes, closely reflecting the airlines authentic interiors. While some features, such as the AVOD system, are not currently active in MSFS, the design aims to provide an immersive flying experience. Installation is straightforward by extracting the files into your MSFS Community folder.

    von PIZZA_BOY

    4.9
    [8K/4K] FBW A380 | Korean Air Livery Package [w/Cabin & 4 Liveries]

    [8K/4K] FBW A380 | Korean Air Livery Package [w/Cabin & 4 Liveries]

    This add-on features a detailed livery package for the FBW A380, including the original Korean Air livery (HL7628) and a special 50th Anniversary edition (HL7614). It offers a highly realistic cabin interior with authentic materials and patterns, as well as enhanced exterior textures for added realism. The package also includes accurate engine details specific to Korean Airs GP7200 engines, ensuring an immersive flying experience.

    von PIZZA_BOY

    5.0
    FBW A380 Korean Air HL7628 – New Livery [w/Cabin]  (GP7200 / PW Engine)

    FBW A380 Korean Air HL7628 – New Livery [w/Cabin] (GP7200 / PW Engine)

    This add-on features a meticulously designed livery for the FBW A380, showcasing Korean Airs HL7628 in the New Corporate Identity scheme. It includes high-resolution textures with a signature metallic blue finish, detailed weathering effects, and a fully recreated cabin interior. Additionally, the livery provides accurately textured cockpit details and custom GP7200 engine visuals, ensuring a realistic flying experience.

    von PIZZA_BOY

    5.0
    iniBuilds A350-900 Korean Air [w/Cabin]  HL8597 & HL8598 Livery

    iniBuilds A350-900 Korean Air [w/Cabin] HL8597 & HL8598 Livery

    This add-on features realistic liveries for the iniBuilds Airbus A350-900, specifically representing Korean Air aircraft HL8597 and HL8598. The liveries showcase an authentic font, accurate color matching, and correct placement of registration numbers on the wings. Note that a known issue affects the display of the Korean Air logo on the right wing, which is under review for future updates.

    von PIZZA_BOY

    5.0