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
AxisMappings=(AxisName="MoveForward",Key=Up, Scale=1.000000)
AxisMappings=(AxisName="MoveRight",Key=Left,Scale=-1.000000)
AxisMappings=(AxisName="MoveRight",Key=Right,Scale=1.000000)
AxisMappings=(AxisName="MoveForward",Key=Down,Scale=-1.000000)
i did that and i can use the the arrows keys for movement!
MANY MANY THANKS!!!!!!!!!!!
I was able to mostly fix this by setting an opposite binding to those keys as well. Not 100% perfect, but I suspect you can get closer by tweaking the "Scale" value for the last two keys in the list to make it perfect. I just lost patience at "good enough":
[/script/engine.inputsettings]
AxisMappings=(AxisName="MoveForward",Key=E, Scale=1.000000)
AxisMappings=(AxisName="MoveRight",Key=S,Scale=-1.000000)
AxisMappings=(AxisName="MoveRight",Key=F,Scale=1.000000)
AxisMappings=(AxisName="MoveForward",Key=D,Scale=-1.000000)
AxisMappings=(AxisName="MoveRight",Key=D,Scale=-0.200000)
AxisMappings=(AxisName="MoveForward",Key=S,Scale=0.200000)
[edit] If you find the "perfect" values, please post here!
That makes two of us mate. Here'e my config.
Also, I am trying to bind jump on "s" and crouch on "a" but those commands are not recognized in input.ini. Anyone know what to call it as?
[/script/engine.inputsettings]
AxisMappings=(AxisName="MoveForward",Key=rightMouseButton, Scale=1.000000)
AxisMappings=(AxisName="MoveRight",Key=d,Scale=-1.000000)
AxisMappings=(AxisName="MoveRight",Key=f,Scale=1.000000)
AxisMappings=(AxisName="MoveForward",Key=Spacebar,Scale=-1.000000)
AxisMappings=(AxisName="Jump/jetpack",Key=s,Scale=1.000000)
AxisMappings=(AxisName="crouch",Key=a,Scale=1.000000)
I'm looking for binding right control and right shift.
Doesn't the new patch fix that?
It's not fixed with the latest patch, came to seek help and found none.
It seems CTRL is still hardcoded to DODGE. Even if you rebind it from the setup menu, it will still dodge in addition to whatever you chose in the menu. V and I also do that, I haven't tested SHIFT.