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
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.
That may force the game to write keybindings part in that file.