PhilouDS

Results 134 comments of PhilouDS
trafficstars

> There is the `ksp::vessel::get_vessels_in_range()` and `ksp::vessel::get_all_owned_vessels()` functions. The former is something the game provides, though I am not entirely sure what "in-range" means exactly. OK thanks! I don't know...

> I just read the news this morning. The most pragmatic solution seems to be: Wait and observe ;) > > As for this mod though: I will continue support...

> Instead of manually overriding the `target_orientation` you could just set the SAS to maneuver mode directly: > > ``` > vessel.autopilot.mode = AutopilotMode.Maneuver > ``` > > It should...

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...