DAVE THE DIVER

DAVE THE DIVER

View Stats:
pereh Aug 20, 2023 @ 12:18pm
Frustrating and annoying
Refunded the game because of button mashing on the keyboard. Bought it again after the latest patch. Played until the sequence when the dolphin comes a second time, only to find that mashing mouse buttons is still there. Too late to finally refund now.
Also, I missed informations about the meaning of popups, mechanics, etc.
I would say: go back to work and finish it, but I am done.
< >
Showing 16-18 of 18 comments
☠ Pirate ☠ Dec 11, 2023 @ 11:26pm 
Originally posted by Asmodan:
I have not played the recent patch yet, but i use the Program Autohotkey for some of the quicktime events. That saved me a lot of frustration.
Can you share your AutoHotkey script please?
Asmodan Dec 11, 2023 @ 11:42pm 
Originally posted by ☠ Pirate ☠:
Can you share your AutoHotkey script please?

Sure, create a empty txt file and rename it so it has a ahk ending, for example dave.ahk, then edit the file and copy the following in it:

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SetMouseDelay, 10 SetKeyDelay, 10 XButton1:: while GetKeyState("XButton1", "P") { Send {Space Down} Sleep 1 Send {Space Up} Sleep 30 } return XButton2:: while GetKeyState("XButton2", "P") { Send {a down} Sleep 1 Send {a up} Sleep 10 Send {d down} Sleep 1 Send {d up} } return

Safe the File and you can run the script with doubleclick on the FIle if Autohotkey is installed. This script will put a and d wiggle on the Mouse Button 5 (Thumb Button2) and Space mashing on Mouse Button 4 (Thumb Button 1). You can change the Buttons by editing the XButton1/2 to a different one. Here is a list of Keys and the Names you need to use in the Script: https://www.autohotkey.com/docs/v1/KeyList.htm

Hope this helps.
Shazoo Dec 12, 2023 @ 7:22am 
Originally posted by pereh:
Refunded the game because of button mashing on the keyboard. Bought it again after the latest patch. Played until the sequence when the dolphin comes a second time, only to find that mashing mouse buttons is still there. Too late to finally refund now.
Also, I missed informations about the meaning of popups, mechanics, etc.
I would say: go back to work and finish it, but I am done.

give it another go with a controller, lots of people have issues with M/KB on certain games. controller its easier for some on the QTEs.
< >
Showing 16-18 of 18 comments
Per page: 1530 50

Date Posted: Aug 20, 2023 @ 12:18pm
Posts: 18