ELEX
0 of 0

File information

Last updated

Original upload

Created by

Paul Denton

Uploaded by

pauldenton

Virus scan

Some manually verified files

8 comments

  1. chomp
    chomp
    • premium
    • 4 kudos
    So I want to remap forward to right mouse and heavy attack to space bar - can i do that with this mod?
  2. cryogen4000
    cryogen4000
    • member
    • 12 kudos
    This is great. But could you make a version that unlocks all the locked keys! So every locked key can be rebound to something else? particularly the mouse buttons. Cheers.
    1. Yttri
      Yttri
      • member
      • 0 kudos
      This is just an autohotkey script, it's extremely easy to remap keys if that's what you want. This script turns the function keys into quick slots and you can see that adding in z, x, return to other keys would be painfully easy.

      Now, if you want to map OVER a key then you need to replace it with something else that you aren't using.

      ; <COMPILER: v1.1.30.00>
      SendMode Input
      f1::6
      f2::7
      f3::8
      f4::9
      f5::0
  3. vegitossj7
    vegitossj7
    • supporter
    • 1 kudos
    So whats the value for the extra mouse buttons? Because Mouse4 or Mousebutton4 doesnt work

    edit: buttons for quickslot0 dont work, probably because i have hungarian keyboard? i guess
    which makes the game put quickslot0 on my Ö(its after 9 on KB) instead of my 0(which above TAB)
  4. mpmb
    mpmb
    • member
    • 6 kudos
    maybe you know how to make separate grenade hotkey as it is in shooters.
    1. pauldenton
      pauldenton
      • supporter
      • 15 kudos
      You mean, with a key such as "G" firing directly from the inventory?
      It does not work.
      You could only map the armed (for example on Quickslot 0) grenade with "G".
      I do not know if it makes sense.


      Best regards
  5. thedogdays
    thedogdays
    • premium
    • 1 kudos
    Does this allow me to rebind the hotbar items to any key?
    1. pauldenton
      pauldenton
      • supporter
      • 15 kudos
      YES, you can put any other key on the quickslot bar.
      You edit this the configuration file (Elex_Keys.ini).
      Please also read the enclosed Keycontrols-Help_english.txt.

      Best regards
      Paul Denton