Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The game spams the terminal with :
I have no joystick connected, but the problem may be due to Glfw believing my keyboard is a joystick.
It detects one joystick and glfwGetJoystickName returns Microsoft Microsoft® Digital Media Keyboard.
That joystick have 37 axes and 75 buttons according to glfwGetJoystickAxes and glfwGetJoystickButtons.
This is an old Microsoft keyboard listed as "Microsoft Corp. Digital Media Keyboard 1.0A".
But other games manage to ignore it so it must be fixable. And the same problem happens with a PS3 Controller (connected through USB). At worst the game could just ignore the controllers it doesn't support. Even if the buttons could be remapped, the menu to do it is unusable.
Here is a workaround:
https://github.com/denilsonsa/udev-joystick-blacklist
You can use jstest / jstest-gtk and lsusb to find the vendor / product id for your device if it isn't covered by his rules (mine wasn't) and add them to the blacklist file. Once it's set up, disconnect your device, then reconnect it to apply the new rules.
-===CC=-