linuxgurugamer / ksp-advanced-flybywire

Controller mod for Kerbal Space Program
MIT License
26 stars 11 forks source link

Add bindings for Axis Groups #32

Closed X52p closed 6 months ago

X52p commented 3 years ago

Implements the ability to use the Axis groups which came with the "Breaking Ground" dlc.

It seems like state.custom_axes doesn't work like I expected it to work, but I found a workaround which you can find in line 198 of AFBW/FlightManager.cs.

It's probably not the best solution, but it works fine (at least on my machine) but it would be nice if more people could test it. Feedback is always appreciated :)

linuxgurugamer commented 6 months ago

I merged this into a branch, and it doesn't compile, your patch removes the function UpdateAxisGroups, but you didn't remove the call to it, and I'm not sure which it should be .

Can you look at it and get back to me?

linuxgurugamer commented 6 months ago

Oh, never mind, axis group support was already added by sopmeone else