Ghost of Tsushima DIRECTOR'S CUT

Ghost of Tsushima DIRECTOR'S CUT

View Stats:
Smartik1 May 22, 2024 @ 8:54am
How to re-bind ghost stance?
I've lost track just how many times I got hit and lost my ghost stance charges while trying to activate it. V+ALT is a horrible key bind that makes you let go of literally all your char controls whenever you want to press it.

Any idea how to change it / what bind do you use?
< >
Showing 1-9 of 9 comments
sno0ks May 22, 2024 @ 8:54am 
play with a controller :wangwithit:
Smartik1 May 22, 2024 @ 9:04am 
Originally posted by sno0ks:
play with a controller :wangwithit:
If I wanted to use controllers, I'd have played this on a console years ago :) I play on PC specifically for kb/mouse. Most games let you rebind keys yourself. This one uses quite a few hard coded shortcuts. I can deal with most of them, but this one is just far too inconvenient.
BOT APLHAq Jun 17, 2024 @ 5:58pm 
I am facing the same problem. If you find any solution for this please let me know
Denim Chicken Jun 17, 2024 @ 7:31pm 
If you have a mouse with additional buttons, try binding ALT to mouse 4.
sooshon Jun 17, 2024 @ 7:49pm 
you're stuck to it being special ability key + dodge key
one improvement you can do though is you can assign a secondary key to one or both of these keys that you don't normally use for them (that you don't even use for dodge etc.) and then you can use the combo of those two keys for ghost stance if that somehow makes it easier for your particular config.
fakenzz Jun 24, 2024 @ 8:28pm 
Originally posted by Denim Chicken:
If you have a mouse with additional buttons, try binding ALT to mouse 4.

Originally posted by sooshon:
you're stuck to it being special ability key + dodge key
one improvement you can do though is you can assign a secondary key to one or both of these keys that you don't normally use for them (that you don't even use for dodge etc.) and then you can use the combo of those two keys for ghost stance if that somehow makes it easier for your particular config.

Thank you guys both, I havent thought about setting Mouse 4 as secondary keybind. Hopefully it works because V+Alt is very awkward, it doesnt even work with Alt as first key pressed and has to be in that particular order.. Its weird that neither Suckerpunch or Nixxes thought about setting up such simple QoL change as ability to change that keybind.

This wouldnt bother me too if we only had ability to transmog armor but welp, you cant have it all lol
st_gotcha Jul 8, 2024 @ 11:06pm 
This might help: install autohotkey (google for it, github). This can bind any key on your keyboard to a key sequence. I am still experimenting so not sure if this works.
Create a text file called "valt.ahk" (or any name) I have it on my desktop so its easy to reach. In it put the following text:

#Requires AutoHotkey v2.0

; Disable Alt+Tab

;!Tab::Return

; Disable Windows Key + Tab

;#Tab::Return

;RWin::return
LWin::return
LWin Up::return
;RWin Up::return

Tab::
{
Send "{v down}" ; Press and hold the "v" key
Send "{LAlt down}" ; Press and hold the "Left Alt" key
KeyWait "y" ; Wait until the "y" key is released
Send "{v up}" ; Release the "v" key
Send "{LAlt up}" ; Release the "Left Alt" key
}

+Esc::ExitApp ; Alt-Esc to Exit script

to activate this simply double click on the file. To disable it, press alt-esc
Last edited by st_gotcha; Jul 10, 2024 @ 10:22am
Xalphire Jul 27, 2024 @ 9:22pm 
Step 1: Buy a gaming mouse with side buttons if you don't have one already (I use Logitech G102)
If you're a gamer that doesn't have a gaming mouse, you're not a true gamer

Step 2: Unbind the secondary buttons for "Select Stance" and "Select Quickfire Weapon" (use Backspace to clear). Now you have both side buttons free.

Step 3: Change "Dash or Dodge" secondary button to a side button (doesn't matter which)

Step 4: Change "Special Ability" secondary button to the second side button

And now...
Activate Ghost Stance: Press both side buttons at the same time. You're welcome!
timgk1 Jan 5 @ 11:05am 
Sorry for being late to the party but I just picked up the game for PC and ran into the same problem. I couldn't find another solution so I used Autohotkey to remap it to the middle mouse button and remapped the focus key.
Here's the macro I used:
#IfWinActive ahk_exe GhostOfTsushima.exe *MButton:: { sendInput {v down} sendInput {LAlt down} sleep 1 sendInput {v up} sendInput {LAlt up} } return
< >
Showing 1-9 of 9 comments
Per page: 1530 50

Date Posted: May 22, 2024 @ 8:54am
Posts: 9