Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

CP Editor Wegpunkte löschen bis Anfang geht nicht mehr, fix geht nur im SP. #6297

Closed
BauerNepo opened this issue Nov 7, 2020 · 7 comments
Closed

Comments

@BauerNepo
Copy link

Hallo,
ich nutze ausgiebig den CP Editor. Schönes Ding ;-)
Heute habe ich mir die neueste CP Version 6.02.00076 geladen, nun geht die Funktion "Wegpunkte löschen bis Start" nicht mehr. Löschen bis Ende funktioniert weiterhin. Versuchsweise habe ich mir mehrfach die Tastenbelegung geändert, keine Besserung. Leider weiss ich nicht, welche Version ich vorher benutzt habe als es noch ging.
Ist das nur bei mir so oder liegt das an CP?

Gruss
Bauer Nepo

@Tensuko Tensuko added the try to reproduce reproduction possible ? label Nov 7, 2020
@Tensuko
Copy link
Contributor

Tensuko commented Nov 8, 2020

Jup, da hast du recht, das scheint kaputt zu sein.
Müssen wir uns bei Gelegenheit anschauen, aber da man sonst problemlos löschen kann usw wird das eher niedrige Priorität haben.

@Tensuko Tensuko added bug and removed try to reproduce reproduction possible ? labels Nov 8, 2020
@BauerNepo
Copy link
Author

Ok, liegt also nicht an mir...
Schade dass die Priorität niedrig ist, diese Funktion ist für mich sehr nützlich. Damit kann ich auf einfache weise Kurse abändern, so muss ich halt jeweils hundert und mehr Wegpunkte löschen. Aber Ihr habt halt auch so genug zu tun :-). Danke für Eure tolle Arbeit.

@BauerNepo
Copy link
Author

Also um es etwas einzugrenzen: Version.xxx74 klappt das mit dem löschen bis Start, mit Version .xxx75 geht es nicht mehr. Vieleicht hilft Euch ja diese Information...

@SavageMkII
Copy link

I noticed this today as well. I did some testing with only CP in the mod folder, and it seems you can't make any changes to the first point of the course other than moving it. I also noticed that sometimes the "undo last course change" function doesn't work.

@BauerNepo
Copy link
Author

Hallo, ich habe bei mir diese Funktion wieder zum arbeiten gebracht. Da ich aber keine LUA Kentnisse habe, kann ich nicht sagen ob das auch korrekt ist so. Aber es funktioniert nun bei mir, und in der Log erscheinen erstmal keine Meldungen nach meiner Anpassung ;-) .

In der courseeditor.lua habe ich geändert:

Zeile 726 von:
CourseEditorEvent.sendEvent(vehicle,"DeleteToStart", self.guiWpSelected);
zu:
courseEditor:doDeleteToStartAction(vehicle,"DeleteToStart", self.guiWpSelected);

Zeile 925 von:
for _ = 1,guiWpSelected - 1 do
zu:
for _ = 1,self.guiWpSelected - 1 do

(Diese Zeile stammt aus Version 6.2.00074, habe ich einfach mal kopiert und ausprobiert)

Alles ohne Gewähr auf Richtigkeit, aber so kann ich nun endlich wieder meine Kurse nach Herzenslust abändern und neu zusammenfügen.

Gruss vom BauerNepo

@BauerNepo BauerNepo changed the title CP Editor Wegpunkte löschen bis Anfang geht nicht (mehr) CP Editor Wegpunkte löschen bis Anfang geht nicht (mehr)(Habe es jetzt für mich repariert) Feb 15, 2021
@BauerNepo BauerNepo reopened this Feb 15, 2021
@Tensuko Tensuko changed the title CP Editor Wegpunkte löschen bis Anfang geht nicht (mehr)(Habe es jetzt für mich repariert) CP Editor Wegpunkte löschen bis Anfang geht nicht mehr, fix geht nur im SP. Feb 16, 2021
Tensuko added a commit that referenced this issue Feb 16, 2021
Fixed some MP debug output and Editor delete all WP to start for SP and MP. #6297

Full Credits to @Satissis who helped us out once more :)
pvaiko added a commit that referenced this issue Feb 17, 2021
Mode 1 with overloader swerve fix #6814 #6801

See if the other vehicle as an overloader, potentially waiting
for us (is near the overload point). We should not swerve as we
need to drive under the pipe of the overloader wagon.

Stop at end setting fix for #6845
Never set or reset stop at end automatically.

Also fixed a minor pathfinder bug when generating an alignment
course starting in reverse, made sure the first waypoint really
is always in reverse.

Two-side headland fix for #6847

Editor delete to start fix

Fixed some MP debug output and Editor delete all WP to start
for SP and MP. #6297

Full credits to @Satissis who helped us out once more :)
@Tensuko
Copy link
Contributor

Tensuko commented Feb 17, 2021

Try Version 6.03.00041 or higher and report.

@BauerNepo
Copy link
Author

Hallo, danke sehr, funktioniert jetzt wieder einwandfrei (soweit ich das beurteilen kann).

Gruss BauerNepo

@Tensuko Tensuko closed this as completed Feb 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants