HELLGATE: London

HELLGATE: London

flow.geo Nov 15, 2018 @ 9:43pm
Re-Mapping Keys
I'd like to be able to re-map any key, is this not possible?
< >
Showing 1-7 of 7 comments
Cutlass Jack Nov 15, 2018 @ 9:47pm 
Go to options and hit the button at the top of the panel that looks like a keyboard. Will take you to the section where you can remap keys.
Sparzy Nov 16, 2018 @ 10:25am 
I can remap keys just fine cept if i want to change whats on ctrl, alt etc then i can change them to other keys but not change any back. Trying to bind ctrl or alt and nothing happens.
flow.geo Nov 16, 2018 @ 2:37pm 
Originally posted by Sparzy:
I can remap keys just fine cept if i want to change whats on ctrl, alt etc then i can change them to other keys but not change any back. Trying to bind ctrl or alt and nothing happens.
Yes, I wasn't specific enough, I have the same issue as Sparzy. I want to re-map Shift, Control and Alt.
Kami.Naught Nov 16, 2018 @ 5:38pm 
Windows 7:
Edit "settings.xml" located at "C:\Users\<User>\Documents\My Games\Hellgate\Settings\"

You can see all the keybindings at "<Control>" section:

<CMD_JUMP>
<key>32</key>
<mod>0</mod>
<key>0</key>
<mod>0</mod>
<key>11</key>
<mod>0</mod>
</CMD_JUMP>

Jump by hitting "Spacebar", first keytag is "32" for 32 in ascii for "space" according to :
https://css-tricks.com/snippets/javascript/javascript-keycodes/

This table gives "17" for ctrl and you can see:
<CMD_SKILL_POTION>
<key>17</key>
<mod>17</mod>
<key>0</key>
<mod>0</mod>
<key>0</key>
<mod>0</mod>
</CMD_SKILL_POTION>

I'm not sure why at mod tag, there is another "17"

Save the modifications after, and don't forget to put "Read-only" on the xml file or the game may reset back to default at each launch.

Hope that helps.
NormireX Nov 16, 2018 @ 9:14pm 
Originally posted by Kami.Naught:
Windows 7:
Edit "settings.xml" located at "C:\Users\<User>\Documents\My Games\Hellgate\Settings\"

You can see all the keybindings at "<Control>" section:

<CMD_JUMP>
<key>32</key>
<mod>0</mod>
<key>0</key>
<mod>0</mod>
<key>11</key>
<mod>0</mod>
</CMD_JUMP>

Jump by hitting "Spacebar", first keytag is "32" for 32 in ascii for "space" according to :
https://css-tricks.com/snippets/javascript/javascript-keycodes/

This table gives "17" for ctrl and you can see:
<CMD_SKILL_POTION>
<key>17</key>
<mod>17</mod>
<key>0</key>
<mod>0</mod>
<key>0</key>
<mod>0</mod>
</CMD_SKILL_POTION>

I'm not sure why at mod tag, there is another "17"

Save the modifications after, and don't forget to put "Read-only" on the xml file or the game may reset back to default at each launch.

Hope that helps.
I'm in Windows 10 and my Settings XML does not contain a Controls section for some reason.
Kami.Naught Nov 17, 2018 @ 7:28am 
Then change one keybinding ingame and exit.
That may force the game to write keybindings part in that file.
NormireX Nov 17, 2018 @ 8:29am 
Originally posted by Kami.Naught:
Then change one keybinding ingame and exit.
That may force the game to write keybindings part in that file.
I no longer need them, found a way to clear controller bindings.
< >
Showing 1-7 of 7 comments
Per page: 1530 50

Date Posted: Nov 15, 2018 @ 9:43pm
Posts: 7