@PowerGecko
The documentation states, an empty string will enable the liveries for all careers:
Which is what I have done for all my fleet, and pretty much every single 3rd party developer, instead, what is happening is, only 1 livery is used all the time in career mode.
I am not sure if you guys are understanding the problem here, career mode is working, the presets have the target specialization as per documentation inside the aircraft.cfg example:
targeted_specializations = PRC-PLC
premium=1
All the checks for carreer mode are passing, locally and via marketplace.
The problem is, only one livery is always used in carreer mode, it never gives the users other options from the 20 available, which should work, as stated on the configuration, see the SDK highlith saying, an empty string, should enable it for all, so the expectation is, the system should pick any available livery.
Not sure if the problem is with frelancers, or employers, this is another big issue for us as 3rd party developers, we cannot test carreer mode properly, we should be granted a way to test this in full, by allowing us to buy the plane in career mode, etc, currenlty we cannot, all we can do, is to fire the career tool and test a mission.
I test my missions an always picks the same livery for phenom, ace blue.
Either the SDK documentation is wrong, or the system is wrong, it makes no sense we would have to edit hundreds of livery.cfg files and put the dressing codes there, where an empty string, should just asume, the livery is available for everything, which is the intended scenerario in most cases.
Preset, aircraft.cfg example:
[MODULAR_MERGE]
auto = true
[FLTSIM.0]
title = "FSReborn Phenom 300E Manchester Interior"
ui_variation = "Manchester Interior"
ui_powerplant_specifics = "Pratt & Whitney PW535E1"
ui_instrumentation = "Garmin 3000"
ui_additional_information = "The aircraft boasts a spacious and comfortable cabin with features like large windows, comfortable seating, and a private lavatory."
isUserSelectable = 1
capacity = 8
targeted_specializations = PRC-PLC
premium=1
This is an example of a livery.cfg:
[Version]
major = 1
minor = 0
[General]
Name = "FSReborn Delta Charlie"
[Selection]
required_tags = ""
[Specialization]
dressing_codes = ""
[Panel_DynamicParameters]
param.0="color,White"
param.1="stroke_size,0"
param.2="stroke_color,black"
param.3="font_scale,1"
Since the dressing codes is empty, I am expecting this livery to be available for all career modes enabled, all liveries are configured like that, so why then only 1 livery is always used? it should be any livery.
Best,
Raul