HarbourMasters / HarbourMasters/Shipwright
gyro sensitivity
- Dominant language
- C
- Stars
- 5.4k
- Forks
- 837
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 72
Description
there have been complaints about not being able to set gyro sensitivity high enough, this is *not* something that should be addressed on the LUS side, as it's actually an issue in SoH with multiplying by an arbitrary magic number (`750.0f`).
https://github.com/HarbourMasters/Shipwright/blob/76e90c0928a01d75e70a5a382d46439bff1b6575/soh/src/overlays/actors/ovl_player_actor/z_player.c#L11490
https://github.com/HarbourMasters/Shipwright/blob/76e90c0928a01d75e70a5a382d46439bff1b6575/soh/src/overlays/actors/ovl_player_actor/z_player.c#L11510
i think to resolve this we should:
* `#define` the value
* play around with a few different values, see what feels reasonable (probably get feedback from people who have complained)
* make sure we have a good range of sensitivities when setting it in the menu (0% - 100%)
* make sure we have a good default sensitivity percent in the menu
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.