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
I'm having difficulty with this last part:
.Bindings=(Name="Left",Command="OnButtonDPadLeft | OnRelease ReleaseButtonDPadLeft")
.Bindings=(Name="Right",Command="OnButtonDPadRight | OnRelease ReleaseButtonDPadRight")
.Bindings=(Name="Up",Command="OnButtonDPadUp | OnRelease ReleaseButtonDPadUp")
.Bindings=(Name="Down",Command="OnButtonDPadDown | OnRelease ReleaseButtonDPadDown")
It controls the pause menu, but rebinding it doesn't seem to work.
I'm using ESDF instead of WASD, but if I change those Left Right Up Down to ESDF it disables ESDF movement ingame.
W and A seem to be overridden elsewhere as well. I tried changing "Up" to "W" and it disabled the up key in the menu but W was still bound to forward movement. A seems to be stuck on "Move Left" as well.