Hearts of Iron IV

Hearts of Iron IV

138 betyg
WASD Move (1.15+)
2
3
2
2
2
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
312.188 KB
19 dec, 2024 @ 21:28
1 ändringsnotis ( visa )

Abonnera för att ladda ner
WASD Move (1.15+)

Beskrivning
THIS IS NOT A PLUG AND PLAY MOD SADLY, PLEASE READ INSTRUCTIONS!
It's like 1 step

This does not need to be updated so do not worry about the outdated alert.
Paradox: hah, gottem

This mod allows the user to use AWSD Keys to move the map without hassle. All keys that originally use the AWSD keys are remapped to Ctrl+[key] so you can still split your armies and such.

REQUIRED: You MUST download AutoHotKey[www.autohotkey.com]. I searched extensively in the HOI4 files and could not locate the map keys, but this is still clean to do.

INSTRUCTIONS: This mod comes with "HOI.ahk," and after downloading this mod, all you need to do is double click "HOI.ahk". It will ONLY be active if HOI4 is running. If you tab out or exit HOI4, your keys are normal. "HOI.ahk" will be located in
"*:\Program Files (x86)\steam\steamapps\workshop\content\394360\3387676057"

If you want this to be plug-and-play, you need to put the "HOI.ahk" file in your Startup folder so it runs every time Windows boots. Again, it doesn't do anything unless HOI4 is running.

** Multiplayer Compatible

***Ironman Compatible.

Ingame typing: Press Ctrl+Shift+A to suspend the file, and you can type normally. Press Ctrl+Shift+A again and it re-enables it. Simple. Documentation will be listed below for more information.

If you want to know compatibility, this should be compatible with everything. As usual, check if any mods you use edit the files this mod changes. This mod edits the following files in the \Interface\ Folder
airselectionview.gui battleplantools.gui naviesview.gui operativeleader.gui topbar.gui unitview.gui

If a shortcut you used to use does not work, if in doubt, use Ctrl+[original key]

#IfWinActive, ahk_exe hoi4.exe ;;this looks for hoi4.exe, it does not alter it or touch it w::up ;; this reads w key as up key a::left ;; this reads a key as left key s::down ;; this reads s key as down key d::right ;; this reads d key as right key ^w::^w ;; this reads ctrl+w key combination as ctrl+w key combination ^a::^a ;; this reads ctrl+a key combination as ctrl+a key combination ^s::^s ;; this reads ctrl+s key combination as ctrl+s key combination ^d::^d ;; this reads ctrl+d key combination as ctrl+d key combination ^+a::Suspend ;; this reads ctrl+shift+a key combination and suspends the activity of this file, pressing it again re-enables Return ;; this ensures autohotkey knows to stop translating

"#IfWinActive" function documentation
AutoHotKey WinActive[www.autohotkey.com]

  • "What is AutoHotKey?"
AutoHotkey is a free, open-source scripting language for Windows that allows users to easily create small to complex scripts for all kinds of tasks such as: form fillers, auto-clicking, macros, etc.

  • "Is it Safe?"
- Norton Safe Web Report[safeweb.norton.com]
Norton Rating: OK

AWSD

For old version, see AWSD Move 1.12



1.15 Update: Carried over many, many new control schemes and mappings (like the new research and intelligence and such), additionally fixed the code with one word so it doesn't cause your PC to need to be restarted everyday. Don't ask, I fixed it, don't worry, it's perfect now.