I am building a HEMS mission generator. The actual custom missions work like a charm, but currently it is rather hard to spot the emergency site, because nothing is there.
My idea is to place an already existing model for an ambulance or police car at the emergency site. I found some models in ...\Aerofly FS 4 Flight Simulator\scenery\xref\xref_vehicles and came up with a TSL file which looks like this:
# C:\Users\***\Documents\Aerofly FS 4\scenery\poi\e01045n5324_lueneburg_emergency_sites\lueneburg_emergency_sites.tsl
<[file][][]
<[tmsimulator_scenery_place_simple][][]
<[string8u] [name] [lueneburg_emergency_sites]>
<[string8u] [coordinate_system] [lonlat]>
<[bool] [autoheight] [true]>
<[list_tmsimulator_scenery_object][objects][]
<[tmsimulator_scenery_object][element][0]
<[string8u] [type] [object]>
<[string8u] [geometry] [ambulance]> # xref_vehicles
<[vector3_float64] [position] [10.457120457349816 53.24802547097829 -0.2]>
<[int32] [autoheight_override] [-1]>
>
<[tmsimulator_scenery_object][element][0]
<[string8u] [type] [object]>
<[string8u] [geometry] [police_car]> # xref_vehicles
<[vector3_float64] [position] [10.457471401626123 53.24808986733703 -0.2]>
<[int32] [autoheight_override] [-1]>
>
>
>
>
Display More
The coordinates are supposed to be on the Lüneburg airfield, but I cannot see the vehicles. The tm.log does not tell me anything about my file.
So here is the question: can anyone point me to a simple solution to spawn vehicles in Aerofly FS4? I found multiple manuals, but most are meant for building new 3d objects as well, which is out of scope for my little project.