Change Searchlight Key?Solved

When flying, you can ALT/Look around to your gas tank and see how much fuel you have, but you press the USE key to do so, which turns on the searchlight.  Any way to change the searchlight toggle key?

It can be changed to the flashlight key, similar to how Drone Lights does it, which is a slightly involved change since it requires a different means of input detection, and will need performance optimizations. I plan on adding this feature eventually. When I do, I will probably not make it an option, it will just use the flashlight key from that point on (and will prevent headgear such as miner hat or night vision from functioning while in the seat).

I've submitted a PR which changes the search light toggle to the flashlight key. You can download it off the branch for now. I didn't bother with the performance optimizations I mentioned since this is still way better than the previous implementation which was using OnPlayerInput.

https://github.com/Pho3niX90/MiniCopterOptions/pull/4

Locked automatically