Courseplay for FS19 v6.03.00048
6.03.00048 Many fixes, some MP
Debug channel refactoring (#6908)
Channels 1-10 assigned for the corresponding mode 1-10
Hopefully more logical split of other channels.
Possible MP fix for bale loader init
Initialize bale loader only when starting the CP driver,
as that happens only on the server.
On the client where not all data is available keep the
constructor at a minimum.
Disable send event from client on AIDriver init (#6941)
Apparently the noEventSend was not passed all the way down to all the
SiloSelectedFillTypeSetting functions
Turning radius fix (#6943)
Updated functions finding the turn radius in AIDriverUtil.getTurningRadius to include user settings and values from VehicleConfigurations.xml or to revert to a default if no value is found/given.
MP bandaid for #6935
No idea why that error is coming, there were no changes there,
it may be just a buggy mod, in any case try to handle that exception
gracefully.