So, I have enough presets on my saber that I’m finding it hard to accurately select the one I want in the Select Preset dial menu. I keep accidentally turning too fast and skipping some. Is there a way to set how much you have to rotate to cycle to the next option in the various horizontal rotary dial menus? If not, could a #define be added to set it?
I think he has a few different “sensitivities” throughout the menus, but this looks promising.
float twist_menu_ = M_PI / 2.2; // default Twist Right / Left sensitivity
This is controlled throughout the prop, dependent on the specific menu, to allow the controls to adapt. This is just the starting value, it is changed and reset in multiple places throughout so you would need to change in all other instances as well. It also impacts controls outside the menus, like Special Abilities, track player, etc.
Yeah. Sounds like just slowing down might be the easiest adjustment to make ?
Yeah, going slower helped a lot.
There is one menu that seems to skip one or two settings no matter how slowly i turn, the “ignition time” and “retraction time” settings, while spinning, always seem to skip multiple steps (multiple ignitions/retractions)