KontrolSystem2
KontrolSystem2 copied to clipboard
Autopilot scripting system for KSP2
Often I go in a loop of * Change code * Run compiler * Run unit test * Repeat During that time KSP2 will run happily in the background, burn...
Hello. I've written some UI scripts to use inside the VAB with the main_editor function. That works very well. I'm wondering if it's possible to have access to the vessel,...
For various numerical calculations it would be useful to have an N dimensional float vector, with standard operations like addition, scalar multiplication, dot product, etc. It looks like right now...
I am assuming that the returned values for certain functions and fields are in SI units; however, it would save a lot of testing every time if, in the documentation,...
Hey man :) Thanks for your updates :) didnt find the time yet to help with docu #140 because i also have a lot of work to do on my...
I've searched through the docs and have yet to figure out how to determine when science experiments are available to run. Obviously the game knows this (the science icon flashes)....
I'd like to have a function like `LOG` in kOS to write in an extern file and create a TXT or a CSV file. I created log mission with kOS...
Hey ! Thanks for this awesome mod man. Looks like you put a lot of work in it! I am struggling with the docs tho. It seems there are some...
I'm attempting to use vessel.delta_v.stages[0].active_engines[0].get_thrust_vector() to control an asymmetrical engine. The goal is to gimble the engine so that the thrust vector points at the CoM of the vessel and...
_version 0.5.2.7 (Ckan)_ _assumed tag : question_ Hi ! I want to do a screen who synthetize some real time datas about my flight, usefull for information or debug. What...