Total War: WARHAMMER II

Total War: WARHAMMER II

Not enough ratings
Battle Abilities Shortcuts
   
Award
Favorite
Favorited
Unfavorite
Tags: mod, UI
File Size
Posted
Updated
111.906 KB
25 Dec, 2020 @ 1:57pm
19 Jul, 2021 @ 12:09pm
3 Change Notes ( view )

Subscribe to download
Battle Abilities Shortcuts

In 1 collection by prop joe
Prop Joe Mods
58 items
Description
This mod allows you to trigger unit abilities using the Ctrl+Alt+1-9 keyboard hotkeys.

You'll need to download this program and and run it before or after you launch the game. It's a compiled AutoHotkey script:

https://www.dropbox.com/s/1bm7m4kh8rn83kw/pj_abilities_glue_alt.exe?dl=0

OR

if you don't trust .exes from the Internet, install AutoHotkey and run the script directly:

https://drive.google.com/file/d/1s0Qx1Kpa2ceClln_pKBcWaPiOz77f-6K

The script listens for Ctrl+Shift+1-9 hotkey presses, then passes them to the game. I have to use an external script since it's impossible to directly catch the hotkey presses from inside the game.

You can edit the script so it is some other combination of key presses, if you're familiar with AutoHotkey.

Script mod so compatible with everything.

This is the alternative Ctrl+Shift+1-9 version (Shift instead of Alt):
https://www.dropbox.com/s/x44l0jlhjnpo0aw/pj_abilities_glue.exe?dl=0 (exe)
https://drive.google.com/file/d/1KVmTjfaVZEn__dfe0pjcggFpHigJcMac (ahk)

Support my mods:
[paypal.me]
[www.patreon.com]
21 Comments
V 10 Jun, 2023 @ 4:48pm 
F1::
Send {Ctrl Down}
Send {Alt Down}
Send {1 Down}
Sleep 10
Send {1 Up}
Send {Alt Up}
Send {Ctrl Up}
Return

I tried something like this, but it's causing it to activate Spell 1 (Alt+1) instead of the Ability 1 (Ctrl+Alt+1). Please help!
V 9 Jun, 2023 @ 12:46pm 
Quick question if you don't mind:

If I want to bind them to F1 through to F6 instead, what do I need to change in the AHK script? Or do I need to change the .lua file too?

I'm thinking maybe just add some lines to the AHK so F1 through to F6 now simulates Ctrl+Alt+1-6, but I'm not sure what the commands are.
iCovex 26 Apr, 2022 @ 12:09am 
Hi again, Im braindead, and also remind everyone, you need not only to download the exe script but also activate it in the warhammer 2 profile, now everything works properly. Thanks a lot for the patch, you gave the only possible solution!:steamthumbsup:
iCovex 25 Apr, 2022 @ 11:17am 
Hi, tried this mod, for some reasons it simply not reacting, maybe im doing something wrong? Downloaded from dropboxes, it started to be active in the tray, and nothing happening.
prop joe  [author] 7 Jan, 2022 @ 4:16pm 
The dropbox link should work fine, just close the popup and press the download button.

or you can directly run the script by installing autohotkey on your pc and then running the ahk script
ShoeyTheBear 6 Jan, 2022 @ 3:19pm 
your dropbox links aren't working for me and not sure where to find program to run the AHK


if you can help itd be much appreciated i love the idea of this mod and would love to try it, especially considering TTW3 is coming an if this mod gets traction maybe CA will change the spell mechanics
prop joe  [author] 27 Jul, 2021 @ 12:07pm 
If you're using the exe you have to run it every time, it's just a program, nothing gets installed when you run it.
Bo55_Ku 27 Jul, 2021 @ 11:50am 
do i need to install the apps again, after quit the game?
prop joe  [author] 19 Jul, 2021 @ 12:12pm 
Pressed the update button, nothing changed in the mod.
prop joe  [author] 10 Feb, 2021 @ 2:06pm 
I made the Ctrl+Alt+1-9 versions, I think you're right in that they work better.