rfg-modding / Nanoforge

A modding tool for Red Faction Guerilla Re-Mars-Tered
MIT License
31 stars 3 forks source link

Camera speed improvements #66

Open CamoRF opened 1 year ago

CamoRF commented 1 year ago
Moneyl commented 1 year ago

Are you referring to the buttons in View > Camera? I agree that those buttons are way too large of increments. +100 is enough to fly across terr01 in a second or two. What would be a good default speed?

Moneyl commented 1 year ago

I put this one in v1.0.0 since it's a simple enough change to make while porting this UI.

CamoRF commented 1 year ago

Referring to using the scroll wheel to change the camera speed, maybe it should take more scrolls to speed up/down and a good default speed is 0.6

Moneyl commented 1 year ago

Ok. Looks like the scroll wheel sensitivity could be made into a setting/cvar relatively easily. Right now it divides the input by an arbitrary number since using the raw input was way too fast.