Courseplay/CourseGenerator

[Feature] Ridge markers first/last row

Closed this issue · 4 comments

READ FIRST
https://github.com/Courseplay/Courseplay_FS22/wiki

Steps to reproduce
Steps to reproduce the behavior.
Pflugkurs, HB, Feld30

Actual behavior
A clear and concise description of what happen.
der Pflug dreht in der ersten Bahn auf die falschen Seite

Expected behavior
A clear and concise description of what you expected to happen.
eventuell ein Fehler beim Kursgenerieren, da fehlt eine Zahl

Screenshots
If applicable, add screenshots to help explain your problem.

Courseplay version
Version used:
7.0.0.28, aktuelles main

Log
Please attach a log with all debug channels active.
For help with the debug channels,
please check out the readme at the github front page.

Map
Map played on.
Haut Beyleron, Feld 30

Vehicles/ implements involved
Which vehicle or implement?
Mod yes/no ?

Relevant script mods
Mods like Autodrive or VCA and so on.

hallo Leute der Pflugkurs wird i nder xml so generiert:

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Courses>
    <Course name="Pflügen.F30. 3,3m" workWidth="3.300000" numHeadlands="0" multiTools="1">
        <waypoints>
            <wp>18.85 392.56 - - - - 1 - -</wp>
            <wp>18.85 395.29 - - - - 1 - -</wp>
            <wp>18.85 400.29 - - - - 1 - -</wp>
            <wp>18.85 405.29 - - - - 1 - -</wp>
            <wp>18.85 410.29 - - - - 1 - -</wp>
...
...
...
            <wp>18.85 630.29 - - - - 1 - -</wp>
            <wp>18.85 635.29 - - - - 1 - -</wp>
            <wp>18.85 640.29 true - - - 1 - -</wp>
            <wp>15.55 638.83 - true - - 2 - -</wp>
            <wp>15.55 633.83 - - - - 2 1 -</wp>
            <wp>15.55 628.83 - - - - 2 1 -</wp>
...
...
...
            <wp>15.55 398.83 - - - - 2 1 -</wp>
            <wp>15.55 393.83 - - - - 2 1 -</wp>
            <wp>15.55 392.47 true - - - 2 - -</wp>
            <wp>12.25 393.16 - true - - 3 - -</wp>
            <wp>12.25 398.16 - - - - 3 2 -</wp>
            <wp>12.25 403.16 - - - - 3 2 -</wp>
...
...
...


die erste Bahn sollte mMn so generiert werden:

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Courses>
    <Course name="Pflügen.F30. 3,3m" workWidth="3.300000" numHeadlands="0" multiTools="1">
        <waypoints>
            <wp>18.85 392.56 - - - - 1 2 -</wp>
            <wp>18.85 395.29 - - - - 1 2 -</wp>
            <wp>18.85 400.29 - - - - 1 2 -</wp>
            <wp>18.85 405.29 - - - - 1 2 - </wp>
            <wp>18.85 410.29 - - - - 1 2 - </wp>
...
...
...
            <wp>18.85 630.29 - - - - 1 2 -</wp>
            <wp>18.85 635.29 - - - - 1 2 -</wp>
            <wp>18.85 640.29 true - - - 1 - -</wp>
            <wp>15.55 638.83 - true - - 2 - -</wp>
            <wp>15.55 633.83 - - - - 2 1 -</wp>
            <wp>15.55 628.83 - - - - 2 1 -</wp>
...


also das auf der Bahn 1 auch der Wendeparameter gesetzt wird
18.85 392.56 - - - - 1 2 -
anstelle
18.85 392.56 - - - - 1 - -

lg
andreas

Schnelles edit am handy,
Habs 2 und - geändert

For the record, this is by design as the comment says:

			-- don't use ridge markers at the first and the last row of the block as
			-- blocks can be worked in any order and we may screw up the adjacent block

Aber somit beginnt er in der ersten Bahn mit dem Pflug mit falscher Drehung

Gibt schlimmeres, arbeitet doch trotzdem sauber.

Auch kein problem dann trag ich es selber ein in die xml.
Gibts echt schlimmes?
ich bin mit CP eigentlich sehr zufrieden, mir fehlen eigentlich nurmehr zwei, drei dinge um vollends glücklich zu sein.
:-)
Lg
Andeas