COURSEPLAY FOR FS19 V6.03.00059


Description:
v6.03.00059
Created an area between Combine and fruit with high penalty, so we try to not get a path there. #7102
Increase the the distance to the target, where we don't swerve for our Combine. (20 -> 75)
To prevent crashing into a working Combine, an increased distance to the fruit by 1 should help. (3 -> 4)
For Mode2, we don't generate a reverse course with trailers anyway. For Trucks, it can cause some unwanted conflict course with our Combine. To prevent that, we don't generate a reverse course at all. (an increased turnradius is needed too, tested with 20m) #7169
The driver now drives along a Course in the silo. #6640 #6949 #7161 #7167
Improves the detection of the silo end.
Fixed a bug where course changes wasn't saved correctly.

6.03.00058 minor fixes
fixes #7157
fix for small bunker silos #7046
fix for sold bunker silos, might be related to #7138
might fix mp hud open/close action event #7143
might fix action event bug #7146
fixes returning mission vehicles #7045
course loading: fixed cosmetic issue

6.03.00057 Faster course loading
Changed the format of the saved course file for faster
loading (I mean really faster, courses with 60,000
waypoints now load in a few seconds, saving is a little slower
but should be significantly faster).

This version can load the old format files but always
saves the course using the new format (new format files
have version="2" in the first line).

You can use the console command cpUgradeAllCourses to
upgrade all saved courses to the new, faster format.
Run it right after the savegame is loaded and make
sure you make a backup of your courses before!

This new format will break any external tool which
relies on loading/saving the course XML files.

The new format:
Use a single XML node for all waypoints
Each waypoint is separated by a '|' and a new line,
latter for visibility only
Waypoint attributes are separated by ';'

See the Course.serializeWaypoints() function in
Waypoint.lua for the details.

Authors:
pvaiko


Share this mod with Friends:

DOWNLOAD (1021 KB, modsbase.com)