I don't think this works anymore. The hotkeys i set work, but all three pull up the "Gear Menu" instead of pulling out the mount. I'm using the requested version of AutoHotKey, is it something I'm doing wrong or is anyone else experiencing this?
Hey, got the same problem. But I found out a solution. Same as I, you likely rebind the "Tab" key to Gear (which is the default Tool Wheel keybind) and Tool Wheel to something else.
1) Open the "hogwarts-legacy-fast-mounts.ahk" script with Notepad
2) Find this section of codes, it's the last ones:
If you dont know how to execute ahk file, you can download this link and just run exe https://drive.google.com/file/d/1qFaCN-CCj754yPqoxC6TOcsiV46HMpnb/view?usp=sharing
I too am completely confused with all the instructions, it seems to be simple enough but kinda confused xD I will follow blindly what you said about using the .exe (if my AV don't catch anything LUL and we'll see, i'll come back to say if it works :))
To run ahk, also known as autohotkey, it needs to be installed from the site of autohotkey (https://www.autohotkey.com), which has a very short installation. The reason why it is not installed directly like other files is that it is a script (it is a software that works under certain directions). But since most people don't use it, I turned it into an exe with its own tool and used it without using ahk installation.
ooooooooo... I tried it, the .exe doesn't seem to function, pressing x doesn't pull the mount. Did I do anything wrong? I'm that stupid with these subjects lol
If you dont know how to execute ahk file, you can download this link and just run exe https://drive.google.com/file/d/1qFaCN-CCj754yPqoxC6TOcsiV46HMpnb/view?usp=sharing
22 comments
1) Open the "hogwarts-legacy-fast-mounts.ahk" script with Notepad
2) Find this section of codes, it's the last ones:
MagicStickHandler:
{
Send "{Tab Down}{3 up}" ;hold a
Sleep 300 ;10 seconds
Send "{3 down}{Tab up}"
}
HippogriffHandler:
{
Send "{Tab Down}{2 up}" ;hold a
Sleep 300 ;10 seconds
Send "{2 down}{Tab up}"
}
GraphornsHandler:
{
Send "{Tab Down}{1 up}" ;hold a
Sleep 300 ;10 seconds
Send "{1 down}{Tab up}"
}
3) Change all texts that says 'Tab' into the keybind you use, in my case, it is middle mouse button (MButton).
It will become this:
MagicStickHandler:
{
Send "{MButton Down}{3 up}" ;hold a
Sleep 300 ;10 seconds
Send "{3 down}{Tab up}"
}
HippogriffHandler:
{
Send "{MButton Down}{2 up}" ;hold a
Sleep 300 ;10 seconds
Send "{2 down}{Tab up}"
}
GraphornsHandler:
{
Send "{MButton Down}{1 up}" ;hold a
Sleep 300 ;10 seconds
Send "{1 down}{Tab up}"
}
To find out the name of the keybind you want, look here:
https://www.autohotkey.com/docs/v1/KeyList.htm
https://drive.google.com/file/d/1qFaCN-CCj754yPqoxC6TOcsiV46HMpnb/view?usp=sharing
I will follow blindly what you said about using the .exe (if my AV don't catch anything LUL and we'll see, i'll come back to say if it works :))
Edit: WAIT, nevermind, it worked like a charm.
ooooooooo... I tried it, the .exe doesn't seem to function, pressing x doesn't pull the mount. Did I do anything wrong? I'm that stupid with these subjects lol
https://drive.google.com/file/d/1qFaCN-CCj754yPqoxC6TOcsiV46HMpnb/view?usp=sharing
Joy1, Joy2, Joy3, Joy4, Joy5 keys
great work btw
Thanks.
XButton1
XButton2
for the mb4 and mb5 I think it will work but not certain :).