Hello folks,
I first may introduce myself - I'm Markus, a real life QA test manager who currently is creating configs to be used by AIG on the legacy mdlx aircraft models.
By now I managed to get jetways and pushback working just fine on these models which don't feature nodes, still there seems to be something magic happening on "generic" models which also is not working on custom gltf models.
I included the following lines on each aircraft with different coordinates:
aircraft.cfg:
[SERVICES] FUELTRUCK=1 BAGGAGE_LOADER=1 CATERING_TRUCK=1 BOARDING_RAMP=1 GROUND_POWER_UNIT=1 PUSHBACK=1 SMALL_PUSHBACK=0 MARSHALLER=1 JETWAY=1
flight_model.cfg:
[INTERACTIVE POINTS] number_of_interactive_points=6 interactive_point.0=0, 37.93, -6.05, 0.02, 0, 0, 0, -86, 72, 16, 85, 3, -2, 33 interactive_point.1=0, -43, 5.2, 0, 0, 0, 0, 103, 0, 0, 0, 0, 0, 0 interactive_point.2=0, -19.5, 2, -4.8, 1, 0, 0, 90, 0, 0, 0, 0, 0, 0 interactive_point.3=0, 28, 1.93, -4.9, 1, 0, 0, 90, 0, 0, 0, 0, 0, 0 interactive_point.4=0, 46.3, 10.78, -8.18, 4, 0, 0, 45, 0, 0, 0, 0, 0, 0 interactive_point.5=0, -10, -54.59, -10.57, 3, 0, 0, -90, 0, 0, 0, 0, 0, 0
systems.cfg:
[electrical] max_battery_voltage = 24.0 generator_alternator_voltage = 30.0 max_generator_alternator_amps = 400.0
It somehow seems like the GPU is the first service to be triggered to get the others working, so I included the simplified electrical section used on mdlx too.
AIGs custom gltf aircraft got a modern, more in depth electrical section which unfortunately does not work for lights when spawning in midair. Also on these ones ground services are not triggered.
On UI / as an user aircraft all services work just fine.
What could be missing here? I'd appreciate any answer.