A400M Liveries Fix – Texture Issue (Normal Map)
I tried the solution mentioned earlier, but it didn’t work in my case. For many A400M liveries, especially the German ones, the MAM_A400M.dds file was incorrectly converted. The file size was over 83 MB, which caused issues.
I used NVIDIA Texture Tools Exporter to reconvert the textures to the latest DDS format. After conversion, the MAM_A400M.dds file is now only 23 MB and works correctly.
To save space, I placed the shared MAM_A400M_B.dds normal map in the "Airbus" folder.
Then, I added the following line to the description.lua of each A400M livery:
{"MAM_A400M", NORMAL_MAP , "../Airbus/mam_a400m_b", false};
Result: All liveries now load correctly with proper normal maps.
Important: Do NOT add this line to the “Airbus” livery itself — it will break that livery.
Download link: https://drive.google.com/file/d/1kQsf_wiODwoUh0ZnuTCoK-in3fShRQaI/view?usp=sharing
(All credit goes to the original creator.)