MOARdV / AvionicsSystems

MOARdV's Avionics Systems for Kerbal Space Program - a new generation of IVA enhancement.
Other
52 stars 26 forks source link

Radial in/out are swapped #355

Open JonnyOThan opened 1 year ago

JonnyOThan commented 1 year ago

Clicking an ASET radial-out button actually points radial-in and vice versa.

This is an unfortunate consequence of the stock game getting this wrong. I fixed this in RPM by doing the swap internally, so that all the content actually made sense: https://github.com/JonnyOThan/RasterPropMonitor/commit/618fc314be60b25f2278688fd2fbdad7e8738cd4

MOARdV commented 1 year ago

Yeah, I left comments in the code where I convert between KSP values and MAS values.

JonnyOThan commented 1 year ago

Hmm, if you swap it there..then why are the props still backwards? Needs some investigation I guess.