Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'd like to add my own vote for adding key rebinding sooner rather than later - while it's technically not unplayable, I have a tiny keyboard (60 total keys) and as things stand currently, accessing 'x' (for the master keys) and accessing the arrow keys cannot be done at the same time (to make up for the lack of space, I programmed my keyboard to have an arrow key mode that replaces that side of the keyboard - I could reprogram it, but this is literally the only time I've come up against a problem like this).

Even just adding wasd movement would fix this for me, but accessibility features like key rebinding is something best done sooner rather than later.

I understand the need for key rebinding, and I've been working on the options menu for a while now for the full release. Unfortunately, the demo version of the game was not maintained as its own version, and it would now be substantially harder for me to make a new demo version with key rebinds (harder than just continuing to work on the full game to completion). There *is* a config file in AppData/Local/I_Wanna_Lockpick which has some (but not all) key binds available to change by changing the ASCII values assigned to the buttons, but some binds in the demo (such as the 'A' and 'H' binds) are hardcoded. I'm aware it's not really ideal, but at the very least, it won't be an issue anymore in the full release.