PBechon
PBechon
## Description of the bug Several users report some cases of SAS turning itself off without any inputs. Nothing seems to appear in the logs when it happens. It seems...
Currently, the port name(s) are read while KSP is loading, and cannot be changed while KSP is running. This means relaunching KSP to change the config, especially if the port...
Tested on latest version of Simpit, KSP1.12 w/ AGExt. Reported by @CodapopKSP Using the logging, you can see the difference in behavior between AG1-10 and AG11+. If you put a...
The [Flight ControlState API](https://www.kerbalspaceprogram.com/api/class_flight_ctrl_state.html) allow setting the values for the trim and there is currently no way to set them from the SimpitAPI. One solution would be to reuse the...
The [FlightGlobals](https://www.kerbalspaceprogram.com/api/class_flight_globals.html) API defines a Enum related to the speed display mode of the navball (orbit, surface or target) and some functions to get/set it. The idea is to use...
## Description of the proposal [kOS](https://ksp-kos.github.io/KOS/) is a scripting mod for KSP that allow user to automate a lot of stuff. A way to link kOS with SimPit (meaning for...
@rettoph have completely re-written kerbal simpit, mainly for breaking the core simpit protocol into its own .net standard library. This refactoring have been used by himself but not tested by...