maverik2k: I'm left-handed. And for me, none of the proposed schemes of management is inconvenient. I was waiting for this game. Made a pre-order. And the impossibility of a trivial tuning of the keyboard makes me very frustrated. Any desire to play disappears. And just want to return the game: (
I agree that every PC game should have the possibility to rebind keys but luckily for this game it is quite easy to set the key bindings. Go to the folder
C:\Users\USER\Documents\My Games\Runic Games\Hob
And open the file PLAYER_CONTROLS.TXT with a good editor like notepad ++.
First thing listed in the file are all the keys and buttons available in the game. After that you can see each action listed like this:
[SPRINT]
<STRING>ACTIVATION:HOLD
<STRING>INPUT0:AXIS_RIGHT_TRIGGER
<STRING>INPUT1:SHIFT
<BOOL>TOGGLES_OFF:FALSE
[/SPRINT]
"Sprint" is the action. Activation shows if the button/key needs to be tapped or hold, InputXX shows the keys/buttons assigned to the action and "Toggles" let's you toggle the action if the button is used. Simply search for the value(s) you like to change and either change the assigned key to the one you desire or add a new entry (In this case INPUT2) and add a new assignment. In example
[SPRINT]
<STRING>ACTIVATION:HOLD
<STRING>INPUT0:AXIS_RIGHT_TRIGGER
<STRING>INPUT1:B
<BOOL>TOGGLES_OFF:FALSE
[/SPRINT]
or
[SPRINT]
<STRING>ACTIVATION:HOLD
<STRING>INPUT0:AXIS_RIGHT_TRIGGER
<STRING>INPUT1:SHIFT
<STRING>INPUT2:B
<BOOL>TOGGLES_OFF:FALSE
[/SPRINT]
To use B as Sprint button. If you have further questions feel free to ask. :)