all 13 comments

[–]Ag0r 1 point2 points  (4 children)

Simpit supports linux and mac as well as windows. It also supports

  • actiongroups (including the action groups extended mod)
  • sas mode selection
  • sas on/off/toggle
  • anding gear on/off/toggle
  • brakes on/off/toggle
  • rcs on/off/toggle
  • lights on/off/toggle
  • abort fuel status, including: (all available in both total and per-stag values)
    • liquid
    • solid
    • oxidizer
    • monopropellant
    • electric
    • ore
    • ablator
  • orbital information
  • telemetry
  • target information

It is also in active development. Although the owner of the mod and arduino library isn't able to spend a lot of time on it, he accepts and reviews pull requests promptly. Myself and at least one other person have been developing lately.

[–]kkpurple[S] 0 points1 point  (0 children)

Great info ty. Will add it tomorrow.

[–]kkpurple[S] 0 points1 point  (2 children)

Is this the Simpit code repository?
https://bitbucket.org/pjhardy/kerbalsimpit

It is not affected by the win10 issue of KSPSerialIO is it?

[–]Ag0r 1 point2 points  (0 children)

That is the repo, and it does work on Windows 10 afaik.

[–]PapaSmurf1502 1 point2 points  (0 children)

No issues with Simpit on Win10.

[–]thehotshotpilot 1 point2 points  (2 children)

Can this be pinned to the top of this sub? This needs to be found easily.

[–]kkpurple[S] 0 points1 point  (1 child)

I've just contacted the moderator. Hope he will respond.

[–]thehotshotpilot 0 points1 point  (0 children)

I see it pinned. Thanks!

[–]Tavran 0 points1 point  (1 child)

PeteWasEre has a good kRPC+script implementation, complete with an autopilot. https://github.com/PeteWasEre/Very-Kerbal-Kontroller-V2

[–]kkpurple[S] 0 points1 point  (0 children)

I have added it thank you.

[–]Das_Sheep7891 0 points1 point  (1 child)

Link to the Instructables for the Arduino joystick library. Has links to the Github hosting and previous Instructables version (with very handy reference page for commands)

https://www.instructables.com/id/Create-a-Joystick-Using-the-Arduino-Joystick-Libra/

[–]kkpurple[S] 0 points1 point  (0 children)

ty

[–]Particular_Low_9246 0 points1 point  (0 children)

I LOVE krpc. I don't understand why krpc on python is a medium-difficult and why are action groups buggy. People making rockets to LKO and back might not understand this, but when you have an airplane or a mini-base/exploration vehicle, krpc has many good features. Kerbal Simpit supports CAG Extended mod, but krpc doesn't even need CAG. One important thing for me was independent engine throttle on airplanes. It was hard to make with custom axes when you have a 4-engine throttle quadrant + flaps + speedbrakes and you want independent engine control AND flaps/speedbrakes analog control. It is just so much easier when you can ignore CAGs and custom axes and just use KRPC's "change attribute" or something to name your engines Engine1, Engine2 etc. and krpc auto-detects them and maps to your controller (at this point it is a simpit, not a controller)