Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upGame uses default direction buttons for actions instead of user-configured ones #234
Comments
This comment has been minimized.
This comment has been minimized.
|
This is presumably a result of having two separate input-handling files, input.cpp and keypress.cpp. The former is hardcoded, the latter seems to be where remaps happen. |
This comment has been minimized.
This comment has been minimized.
|
9bc757c still exists |
kevingranade
closed this
in
#7283
Apr 19, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wuzzy2 commentedMar 21, 2013
On all actions which require a direction key to be pressed afterwards (like examine) the game only accepts the default direction keys. The customized controls are ignored. This is a major pain in the ass because this means you have two different keybindings for basicly the same thing: direction.
I have discovered this bug because I changed "Move Northwest" from [y] to [z] because I have a QWERTZ keyboard, not a QWERTY keyboard.
Don't get me wrong: For the normal player movement, all the move keys remappings work properly (I have tested it by remapping every move key). But for any action other than moving the player, the game forces you to use the default ones.
This has been tested with following actions:
I am too lazy to test every possible action, probably this issue affects every action which require a direction key except moving.
Of course this creates an inconsistence in the gameplay. The direction keys used by the action keys should be the same than those configured by the player for moving the character.
This bug can still be observed in the version after commit ea4c9b3.