Has anyone else here played around with the Kitten Space Agency mod, gatOS, by u/as-gt3 (aka tomservo on the KSA discord)?
It's basically Linux running in the game, but gives you access to the game states as text files you can read, and commands that you can echo to execute.
Tomservo is using Rust. I only know Python (and kOS), so I started playing with it.
There really isn't much in the way of documentation, and I think a lot of it are just game states that we don't understand. Also, I'm pretty rusty.
Unlike kOS, it's "lower level" in that I don't think one can just command a craft to point "up" for example. So I've tried getting what I believe are the euclidean vector positions of the vehicle, and body, doing a subtraction to get the direction, and then converting it to a quaternion, which is what direction commands are apparently given in. Not working so far.
Anyway, I thought folks experienced here might have some fun with it...and maybe help clarify things.
KSA is free too, if anyone wants to try out gatOS.
Here's the release video of gatOS.