• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Login
FAForever Forums
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Login

Camera movements with WASD keys rather than arrow keys

Scheduled Pinned Locked Moved I need help
6 Posts 6 Posters 541 Views 1 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    zranja
    last edited by 27 May 2024, 11:38

    Dear all, can you please help with the above, surely there is a way now to have the camera movement bind to WASD otherwise I cant play this game, for this very reason, came back after a hiatus of 3 years and this was the sole reason I stopped paying.
    Regards

    M 1 Reply Last reply 27 May 2024, 15:37 Reply Quote 1
    • M Offline
      MostLostNoob @zranja
      last edited by 27 May 2024, 15:37

      @zranja The creator of SupCom intended players to use the strategic zoom feature for moving the camera about the battlefield, so camera movement was set to the arrow keys which are hardcoded; however, you might be able to use 3rd party software like that which comes with a keyboard or scripting software like AutoHotKey to remap those keys while playing.

      1 Reply Last reply Reply Quote 0
      • F Offline
        FreadyFish Global Moderator
        last edited by 27 May 2024, 19:33

        AHK is worth a try, but sometimes I find that it doesn't work like intended. I bind my Mac Command key (mapped as Windows button in bootcamp) as Ctrl. For it to work I strangely have to tab out of the game, click the key, tab back in and then it works. Key Remapper did the trick for me if I remember correctly. It can activate only when a specific program is running, which is also possible with AHK but key remapper has a GUI making it easier. Your post made me realize my free trial ran out, explains why it isnt working anymore. It's $30, but if you cant play without it...

        https://atnsoft.com/keyremapper/

        I believe I also concluded that AHK works better when it is converted to an exe

        1 Reply Last reply Reply Quote 0
        • D Offline
          deletethis
          last edited by deletethis 27 May 2024, 20:48

          The answers you got in your original thread from 2020 are still valid and, actually, all you are going to get is a repeat of those, since nothing changed in that regard.

          1 Reply Last reply Reply Quote 0
          • Z Offline
            ZLO
            last edited by 28 May 2024, 06:20

            just need to find an ASM programmer that REALLY WANTS to use WASD instead of arrow keys and maybe he can patch the exe file 😄

            TA4Life: "At the very least we are not slaves to the UI" | http://www.youtube.com/user/dimatularus | http://www.twitch.tv/zlo_rd

            1 Reply Last reply Reply Quote 0
            • K Offline
              Katharsas
              last edited by Katharsas 28 May 2024, 20:20

              It might even be relatively easy.

              I think there are only two ways how the arrow keys could be hardcoded into the exe:

              Using Windows scan codes (raw input):
              bd850e39-fed1-4cc4-a260-e413fdde32ef-grafik.png

              If the right most hex values were found in the exe in close proximity (0xE04D, ...), they could be exchanged with the corresponding values for WASD (see link).

              Using Windows Virtual-Key Codes

              1b73a278-1d43-4de2-ae88-ccbba14730b2-grafik.png

              So in this case these hex values would be hardcoded in the exe in close proximity (0x25, ...), and again could be exchanged (see link, W=0x57 for example).

              So somebody would just have to use a hex editor to search for a set of these, replace them, and check if it works.

              1 Reply Last reply Reply Quote 1
              2 out of 6
              • First post
                2/6
                Last post