Farsyte in KSP-2: Automated Orbit

Subscribers:
83
Published on ● Video Link: https://www.youtube.com/watch?v=Jgky82Nw3mM



Duration: 1:21:34
19 views
1


I've been busy writing TO2 scripts for the KontrolSystem2 mod in KSP-2, doing pretty much what I've been doing in the k-OS mod in KSP-1. At this point I have a clean set of scripts that can reliably attain a circular orbit, tested with the stock K1 and K2 craft, and with my Asper 7 configuration.

I plan on doing a demo of the result, followed by a walk-through of some of the code bits that make it happen.

My TO2 scripts for KSP-2's KontrolSystem2 mod are here:
https://github.com/Farsyte/to2local

My KS scripts for KSP-1's k-OS mod are here:
https://github.com/Farsyte/farkos

(I will be pulling math and such from farkos into to2local as needed; farkos is
only mentioned here for reference.)