The Evil Within 2

The Evil Within 2

View Stats:
Stragedy Oct 13, 2017 @ 4:58pm
LEFT RIGHT quicktime event. I have no idea what to do.
I have tried pushing left arrow key and right arrow key, i have tried looking left then right on my mouse. What am i missing here. I have never had issues with QTE stuff before.
< >
Showing 1-4 of 4 comments
BareNakedSlayer Oct 13, 2017 @ 5:01pm 
If you are using the M+KB, for me it was left right from the character movements keys, so alternate pressing of A + D.
Stragedy Oct 13, 2017 @ 5:03pm 
ok thank you, it finally worked.
BareNakedSlayer Oct 13, 2017 @ 5:15pm 
Glad to hear it. I hate when I am enjoying a game and something comes along like this that gets me stuck.
burnhell Oct 15, 2017 @ 3:52pm 
Would be good to have QTE scripts for this as well, I only got it to work with the QTE that has to press A faster, if someone has some AHK (autohotkey) script for A+D QTE please share here.

This is my 'A' QTE skip script just hold p during the QTE to skip it, you may also put 'p' on Xpadder or controller companion to use it in your controller:
#UseHook
#MaxHotkeysPerInterval 200 ;example from Help file

*p::
SetKeyDelay -1
var := true
sleep_var := 1
if(!chat)
{
while(var)
{
Send {Blind}{space DownTemp}{space DownTemp}
Sleep sleep_var
Send {Blind}{space up}{space up}
Sleep sleep_var
}
}
else
{
Send {Blind}{p DownTemp}
}

return

*p up::
var := false
Send {Blind}{p up}
return

End::ExitApp
return
Last edited by burnhell; Oct 15, 2017 @ 3:52pm
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Oct 13, 2017 @ 4:58pm
Posts: 4