
Kruziikrel13
Published
The game thinks the up arrow is being pressed at all times.
This means menus scroll immediately to the top and if I manage to successfully get into character / camera view, the camera immediately looks to the sky and spins around and nothing can fix it.
I've tried running in bottles, Glorious Eggroll Proton, Proton Experimental, Proton Hotfix.
I've tried switching from Hyprland to Gnome.
I've tried running with and without gamescope.
Worth noting the bug goes away when I unplug my keyboard... however this does not render the game any more playable given I need a keyboard to play.
Can't see any errors that might be relevant to keyboard input in the game logs. (Viewed by running steam from Console)
If you experience any sort of input drift (i.e. Up arrow being constantly held down, camera looking towards the sky) and you have a Keychron Keyboard (or any other keyboard that steam might think is a controller).
Fix Input Drifting
Add /etc/udev/rules.d/99-keychron-no-joystick.rules
SUBSYSTEM=="input", ATTRS{idVendor}=="3434", ATTRS{idProduct}=="0311", ENV{ID_INPUT_JOYSTICK}=""
You can find the idVendor and idProduct value of your keyboard with lsusb command then run
udevadm control --reload-rules && sudo udevadm trigger