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
And yes, you should be able to rebind all the keys. Other people have brought this issue up. I recommend posting about it on the official ELEX forums.
http://community.elexgame.com/forums/15-ELEX-General-Discussion
But I can't find the key bindings in the .ini files, can you help me there? Thanks in advance.
Players accepting such crap probably play with some console controller.
How people can be so dumb to design such stupid thing?
What they imagine to think it's smart to fix the binding of many or even one key? For a crap tutorial, facepalm, or more smash in the face.
Also let the devs know on the respective forum
http://community.elexgame.com/threads/1176-Please-make-ALL-keys-rebindable
Waiting for my refund and hopefull once this gets fixed I can buy the game again.
I had AutoHotkey already installed, but really the installation is simple. You just need accept that install adds menu items in Windows context menu.
Once done:
- Right click on desktop, New => Auto Hotkey script
- Right click on the file => Edit script. Then add the setup bellow and save.
Bellow an example for a French keyboard, to free keys fixed by the game, A, Space, E, R, T.
Once saved:
- To activate the script, right click on the file and "Run script"
- To quit the script, in bottom bar at right, find the AutoHotkey icon, right click on it, quit.
- You can do both when the game is already launched so it's easy. Thankfully the game never requires input text otherwise it would be troubles.
The command Key1::Key2 means that when you type Key1 in fact it's Key2 that will be triggered. This allows swap easilly two keys.
Yeah, that is my post, and I read your comments there as well. You said you don't want to use AutoHotKey because you could alt-tab out of the game and your keyboard would be all messed up. That was my concern as well, and that's why I tried another program that required me to restart my computer everytime I wanted to play Elex and again after I exited the game.
But then, on another forum, someone told me AutoHotKey can actually be used to affect only one program... I tried their suggestion, and it worked beautifully. You could try that, if you like.
Here's the script I've been using; it moves the QWE and ASD keys one position to the right, and the R e F keys back to the left, so the changes are minimal; it also starts the game and makes it so the remapped keys are only in effect while the game is active. I tested it with alt-tab, and found no problems whatsoever:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Run, E:\Steam\steamapps\common\ELEX\system\ELEX.exe ; this is my path to the game, adjust accordingly
#IfWinActive, ELEX ; this is the command that tells AutoHotKey to only run this script as long as ELEX is the active app.
w::q
e::w
r::e
q::r
s::a
d::s
f::d
a::f
Hope it helps!
EDIT: You forgot the Return instruction, except if API changed, I'd say ha those unclean programmers... :=)
Well, I wrote that script myself, and I'm really not a programmer; that's why I didn't want to use AutoHotKey at first. But as a makeshift solution while PB come to their senses, it's been working well for me... for whatever it's worth. :)
This worked for me:
EDIT: Dam I don't use the last version of AutoHotkey, could be why it didn't work for me, lol.
That's probably it, because I also play fullscreen and it works for me. Good to see they made it simpler in the new version, for people like me. :)
This does help, thanks Truehare. Are you using autohotkey v1.1.29x or v2?
https://elexgame.com/
... at the bottom of the page are 4 main links to sites that the developer regularly follows. Here, I'll help:
https://www.facebook.com/elexgame
https://twitter.com/elex_game
https://www.instagram.com/thqnordic/
https://www.youtube.com/c/thqnordic?
Make your voice(s) heard!!!
If you have a technical issue with the game, go here instead:
https://help.steampowered.com/en/wizard/HelpWithGameTechnicalIssue?appid=411300
Spaming the Steam forums for the Elex game won't work because, I guess they are mostly for sorting out trolls and spam, go figure.
BUT, if you really really really want them to fix the locked keybinds, go to those websites given above and make yourself heard!
EDIT: You can contact Piranha Bytes.
https://www.facebook.com/Piranha.Bytes/
https://twitter.com/Piranha_Bytes
Their OFFICIAL page is here:
http://pluto13.de/
https://www.instagram.com/piranhabytes/
... and it links here:
https://www.youtube.com/channel/UCgfSPZSGlIJZcdVm8EObDZg
I'm actually using v1.1.27.03... But it's been working so far (for Elex as well as other games that have the same kind of stupid design decisions), so I haven't felt the need to update the software... and you're quite welcome. :)
And BuffHamster, I've already posted in the official forums as well, but at this point in time, there's zero chance they will do something about the problem, and we already have a workaround anyway... but thanks for the links, there are some I hadn't tried and which will definitelty come in handy in case PB doesn't get their act together and stop this locked bindings nonsense by the time Elex 2 is released.
Just think though, if they had assigned a moderator to the Steam forums and paid a little attention to what the customers were asking for most, the game's popularity might have gone up a couple of notches, which in turn would have yielded a little more in sales.
Who knows? THQNordic might be expanding a little too quickly to pay very much attention to titles that have already been released, overwhelmed staff and organiztional snafus everywhere.
One can only hope that the playerbase gets their message across in the right channels, then things should improve.