Yaw-turn speed control
Mouse has sensitivity controls for both yaw and pitch
input-mouse-x-sensi
input-mouse-y-sensi
However, joystick seems to have just one global sensitivity
input-joy-sensi
However, it would be better to have top speed control
ctl-look-speed <- variable exist, but only has 1-5 range
ctl-turn-speed <- variable doesn't exist
For keyboard and joystick speed adjustments while zooming, like what can be done with mouse:
bind +shift "rend-camera-fov 30;input-mouse-x-sensi 12;input-mouse-y-sensi 12"
bind -shift "rend-camera-fov 120;input-mouse-x-sensi 48;input-mouse-y-sensi 48"
It would be nice to be able to do the same with joystick, such as:
bind +shift "rend-camera-fov 30;ctl-turn-speed 12;ctl-look-speed 12"
bind -shift "rend-camera-fov 120;ctl-turn-speed 48;ctl-look-speed 48"
Thanks for your consideration, and the awesome Doomsday engine!
input-mouse-x-sensi
input-mouse-y-sensi
However, joystick seems to have just one global sensitivity
input-joy-sensi
However, it would be better to have top speed control
ctl-look-speed <- variable exist, but only has 1-5 range
ctl-turn-speed <- variable doesn't exist
For keyboard and joystick speed adjustments while zooming, like what can be done with mouse:
bind +shift "rend-camera-fov 30;input-mouse-x-sensi 12;input-mouse-y-sensi 12"
bind -shift "rend-camera-fov 120;input-mouse-x-sensi 48;input-mouse-y-sensi 48"
It would be nice to be able to do the same with joystick, such as:
bind +shift "rend-camera-fov 30;ctl-turn-speed 12;ctl-look-speed 12"
bind -shift "rend-camera-fov 120;ctl-turn-speed 48;ctl-look-speed 48"
Thanks for your consideration, and the awesome Doomsday engine!
Comments