03-13-2020, 09:33 AM
Hey, welcome to the forum and thanks for the kind words!
Airliner names don't have to be the same as their images. Perhaps in an old version a long time ago, but not any more.
You can fix your issue in this file:
Data/graphics/airlinerimages/images.xml
The file is somewhat hidden between the many images.
In this file you will need to change this line:
into this:
If you want multiple airliners using the same image, you sum them up like this: types="X,Y".
I hope this helps.
Airliner names don't have to be the same as their images. Perhaps in an old version a long time ago, but not any more.
You can fix your issue in this file:
Data/graphics/airlinerimages/images.xml
The file is somewhat hidden between the many images.
In this file you will need to change this line:
Code:
<airlinerimage image="A330 BELUGA" types="Airbus A330-200ST Beluga XL"></airlinerimage>
into this:
Code:
<airlinerimage image="A330 BELUGA" types="Airbus A330-743L Beluga XL"></airlinerimage>
If you want multiple airliners using the same image, you sum them up like this: types="X,Y".
I hope this helps.