Bloody Streets

Bloody Streets

View Stats:
Keys remapping ?
Will you add an options to remap the keys ? I'm not used to wasd and I would like to use my mouse thumb buttons to dodge and reload.
Thank you.
< >
Showing 1-9 of 9 comments
Headless Wizard  [developer] Mar 15, 2015 @ 10:00am 
I will check it with our tech.
Thank you.
Hinox [FR] Apr 9, 2015 @ 1:35pm 
up
Headless Wizard  [developer] May 8, 2015 @ 12:09am 
Sorry for the delay! Unfortunately it's not possible.
XTAZ Jun 29, 2015 @ 2:19pm 
Should have read this topic before buying..
So you are saying it's not possible to add a little update in order to change key configuration? :ss13down:
XTAZ Jun 29, 2015 @ 2:29pm 
Thank God for keyboard layout on Windows. :Finger2:
Gerlaria Aug 22, 2015 @ 4:59am 
Is it not possible, really, to do an update of the game to use, for example, the arrow keys? I can not believe it :-(
tautology Dec 10, 2015 @ 12:34pm 
Originally posted by Headless Wizard:
Sorry for the delay! Unfortunately it's not possible.

Why not? Is it really hard to change a statement from
if (key=="w")
to
if (key==upkey)

If your coders can't do this then I'd seriously question their coding ability.

There are games I played in the 80s which allowed fully redefinable keyboards. This is 2015, for a game to not have redefinable keyboard support is just silly. I shouldn't have to build up a macro file just to frig around simple things that ought to be in a game by default.

ETA:
I decompiled the .NET code for the game and had a look. iI's because the programmer was lazy and hardcoded the keys in the code:
if (this.keyboard.IsKeyDown(Keys.W) && this.keyboard.IsKeyDown(Keys.S))
To convert this to a generic would take longer to recompile the code than it would to alter the actual code, so read "too lazy" for "not possible".
Last edited by tautology; Dec 10, 2015 @ 1:08pm
tautology Dec 10, 2015 @ 1:02pm 
As a frig, the following autohotkey file will remap the keys to make the game actually playable (set up for my preference, alter the key name before the :: to tune it for you). Place the below into an .ahk file and make sure you've got autohotkey installed and run it before you start the game (or alt-tab out). On Windows 10 you'll need to run it as administrator.

Of course this shouldn't be needed as the game should have a key redefinition item on the pause menu in game.

up::w
down::s
left::a
right::d
enter::e
Numpad0::q
neoadorable Jun 3, 2017 @ 11:09am 
Originally posted by Headless Wizard:
Sorry for the delay! Unfortunately it's not possible.

Not possible LOL, you really do lack a head. NOT POSSIBLE HAHAHA! :steamhappy:
< >
Showing 1-9 of 9 comments
Per page: 1530 50