Loading the FS 2024 SDK sample for the DA62 mod using presets, the preset that is loaded in the plane configuration screen shows AIRCRAFT.UI_MANUFACTURER AIRCRAFT.UI_MODEL instead of the name. It does however load the correct cabin/gear/engine/instrumentation info below it. edit: see below. It actually doesn’t show the extra info either.
Is the SDK sample wrong or is the UI coded wrong? Which section should the bug report be in?
When creating a custom livery + attachment + preset package for a default aircraft, the new presets also show AIRCRAFT.UI_MANUFACTURER AIRCRAFT.UI_MODEL, but they also fail to list the cabin/gear/engine/instrumentation info, even when copying a preset from the default model in the VFS.
What are the requirements to show this info correctly in an addon mod package?
Edit: test project sent to privatecontent. Adds 4 presets to default C152.
Edit: After trying again, the DA62 mod sample is also not showing the extra info like cabin/gear/engine/additional.
Edit 3: I was able to add the manufacturer name and model name by adding the following to the preset aircraft.cfg file, but it absolutely refuses to show the extra UI info regardless of which additional fields I add to the file.
ui_manufacturer = “@asobo-aircraft-c152,TT:AIRCRAFT.UI_MANUFACTURER”
ui_type = “@asobo-aircraft-c152,TT:AIRCRAFT.UI_MODEL” ;
I feel the UI should be able to pull this info even if the preset is added in an addon package.







