The Witcher 3: Wild Hunt

The Witcher 3: Wild Hunt

View Stats:
Adam__86 May 8, 2016 @ 4:01am
No way to make canter/gallop a toggle?
Im disabled so use Glovepie to voice command Witcher 3. Everything is awesome BUT two issues: canter & gallop. Because there's no toggle I can't get gallop to work via voice and for canter I can only hold button down for a set time. Any solutions
< >
Showing 1-6 of 6 comments
Nerbert Dec 30, 2016 @ 12:59pm 
Hey Adam,

Did you ever figure out a solution for your issue?

I am also disabled gamer, and I found a solution that works for me. First, I use Autohotkey to create scripts for toggle buttons. This allows me to set up button to turn on cantor or or gallop. I remap the buttons for those actions because holding down shift does not work well in scripts.

They look like this:
; LShift modifier toggle Insert:: { if(modifier_toggle := !modifier_toggle) send {End down} else send {End up} } return ; Gallop toggle Delete:: { if(gallop_toggle := !gallop_toggle) { Send {End down} Sleep 100 Send {End up} Send {End down} Sleep 100 Send {End up} Sleep 75 Send {End down} } else send {End up} } return
I remapped the horse canter/gallop key to End and set the canter toggle to Insert with the gallop toggle to Delete with the script.

This is not enough to get gallop working. The script is not able to double tap the End Key fast enough to begin galloping. I edited the "The Witcher 3\content\content0\scripts\game\vehicles\horse\states\exploration.ws" file. I increase the duration required to double tap the gallop key so the script will have long enough to activate it.

If you're able to change it yourself with Notepad++ or any other IDE, then you can change the following line:
default DOUBLE_TAP_WINDOW = 0.4;
I changed it to 1.0

You may also download the file here[drive.google.com].

I hope this helps.
Last edited by Nerbert; Dec 30, 2016 @ 1:10pm
Adam__86 Jan 9, 2017 @ 6:44am 
Cheers I shall try this, I actually found another solution (be it tempemental) in Glovepie
Nerbert Jan 9, 2017 @ 6:37pm 
let me know how it works for you. I'm willing and usually available to help you tweak it.
Ruffles Nov 25, 2020 @ 11:45pm 
Thank you for the post Nerbert, this has worked perfectly for me, even 3 years later. You have saved my hand from significant strain.
Nerbert Dec 8, 2020 @ 2:48pm 
I'm glad it works for you! You're very welcome
Last edited by Nerbert; Dec 8, 2020 @ 2:49pm
Nerbert Dec 24, 2022 @ 7:09am 
This comment is awaiting analysis by our automated content check system. It will be temporarily hidden until we verify that it does not contain harmful content (e.g. links to websites that attempt to steal information).
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: May 8, 2016 @ 4:01am
Posts: 6