untoldwind / KontrolSystem2

Autopilot scripting system for KSP2
Other
54 stars 14 forks source link

New update #178

Open PhilouDS opened 2 weeks ago

PhilouDS commented 2 weeks ago

Hello @untoldwind

I hope you're going well.

I installed the new KSP2 update and, when I try my maneuver script to create a maneuver node, I have this error: 20240611214421_1

The problem comes from ship.maneuver.add(current_time() + 500, 0, 0, 0)

untoldwind commented 1 week ago

This is somewhat surprising, the above method still exists. Maybe it is some wired assembly-version mismatch. I just recompiled everything base on the new libraries and it works for me. Please check if 0.5.9.4 fixes the problem for you as well: https://github.com/untoldwind/KontrolSystem2/releases/tag/v0.5.9.4

PhilouDS commented 1 week ago

This version works fine! I had nothing to change in my script. Thank you. I'm trying my classical to go to Minmus and then back to Kerbin to see if I notice something else. Thanks to continue your work on Kontrol System.

untoldwind commented 1 week ago

Pushed it to SpaceDock as well. ... the pre-release was dangling around for too long anyway ;)