Skip to content

Commit e7e6599

Browse files
committed
Push Release 8.0.2.0
- Fix Combine does not start #818 - Fix Lands setting direction depends on start position #802 This reverts the changes from #709 which will not be changed. - Fix for #795 - Fix for #612 and maybe #196 - Enhancement for harvester with delayed filling #357 #813 - Fix for #786 Change the turn for Harvesters on second headland. - Use the second headland turn on the first headland for root harvesters and Oxbo harvesters. - Better alignment behavior for approaching a moving combine with an unloader with big turn radius (e.g. auger wagons). - Improvements for controller input. - Soil sampler and other PF fixes. - Pathfinder improvements. - Added draw custom field on the CP AI Map with updated help menu. #539 - New Pathfinder algorithm jump point search added. This will speed up pathfinding a lot when the distance to the target is high. This can be turned off in vehicle settings but is on by default. - Added penalty factor setting for the pathfinder, default is 1. - IMPORTANT: Increase modDesc Version to 98. That means minimum game Version 1.8.0.1
1 parent b13af15 commit e7e6599

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/scripts/update-templates/config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"1.5.0.1",
66
"1.6.0.0",
77
"1.7.0.1",
8-
"1.7.0.2"
8+
"1.7.0.2",
9+
"8.0.0.1"
910
],
1011
"cp_versions" : [
1112
"8.0.0.0",
@@ -26,7 +27,8 @@
2627
"8.0.1.2",
2728
"8.0.1.3",
2829
"8.0.1.4",
29-
"8.0.1.5"
30+
"8.0.1.5",
31+
"8.0.2.0"
3032
],
3133
"modhub_versions" : [
3234
"0"

modDesc.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
2-
<modDesc descVersion="97">
3-
<version>8.0.1.5</version>
2+
<modDesc descVersion="98">
3+
<version>8.0.2.0</version>
44
<author><![CDATA[Courseplay.devTeam]]></author>
55
<title>
66
<en>CoursePlay</en>

0 commit comments

Comments
 (0)