Hello I am Trying to add a simobject (flag) to my airport project. I have made the following folder structure as suggested by the SDK documentation.
project-name
packagesources
icao-modellib
flag_custom
texture.xx1
texture.xx2
model
sim.cfg
sim.cfg texture configuration
[fltsim.0]
title=xx1
model=
texture=xx1
[fltsim.1]
title=xx2
model=
texture=xx2
When I load the project, only one object is shown in the scenery list. When I add it, no texture is shown.
What steps am I missing?