I don’t see a way for the aircraft to use the default atc_id value as defined in the livery FLTSIM section in aircraft.cfg. This was mainly used for real world liveries to display correct registration number without additional action from the user.
In the old simulator if the Tail Number field was left blank in the UI, the default id from aircraft.cfg
was used. So the user had a choice of using default number or his own customized one. But in the new sim this field cannot be left blank, it requires at least one letter input, which forces the custom reg numbers.
I’m posting it here in case it’s a simple UI bug and not a conscious design decision. Low priority, obviously.
I’d like to add a +1 to this issue as well, but also mention that we’d like a way to specify atc_id for Modular SimObject liveries.
If these parameters would go in livery.cfg, I assume it would be in the [general] section? If so, would this apply to some of the other parameters that used to appear in the [fltsim.n] sections, like atc_airline, icao_airline, etc?
We’re preparing to launch a free update to our aircraft that makes it a Modular SimObject, and are in the process of recompiling over 700 liveries. If it is intended for modular liveries to support this feature, we would greatly appreciate some guidance, so we don’t need to update them again if this is changed.
It hasn’t made its way into the documentation and editor yet but you can redefine [FLTSIM.N] section in the livery.cfg file.
The following parameters are supported:
@FlyingRaccoon This seems not to be working on the currently released SU2 version.
we’ve set the FLTSIM.0 entry in the livery.cfg of a modsimobject, it doesn’t get shown in the identification page when selecting that particular livery.
We even tried FLTSIM.1 and got the same result nothing is shoewn. Console reports back that tail number is blank.
My apologies, it appears these params are being searched in a [FLTSIM] section and not a [FLTSIM.N] section.
I will have this reviewed as I’m not sure this is what we want.
Has this been reviewed yet as to whether the section should be called [FLTSIM] as is currently searched by the sim or [FLTSIM.N] as written in the SDK documentation?