How to use Animation Cancelling in Stardew Valley

1 year ago
23

Just a short video explaining what Animation Cancelling is and how to do it in Stardew Valley either with or without third party programs.

Download AutoHotKey - https://www.autohotkey.com/

There are now two versions of AutoHotKey, depending on the version you are using as of April 2023 it may or may not work. See the correct script below for the version you are using.

Script for Animation Cancelling (V1.1)

#IfWinActive Stardew Valley

x::

While GetKeyState("x","P")

{
sendEvent {LButton Down}
sleep 10
sendEvent {LButton Up}
sleep 125
sendEvent {r Down}{Delete Down}{RShift Down}
sleep 10
sendEvent {r Up}{Delete Up}{RShift Up}
}

sleep 30

return

Script for Animation Cancelling (V2)(Provided by Icebarf on the Steam Guide version of this)

#HotIf WinActive("Stardew Valley", )

x::

{
While GetKeyState("x","P")
{
SendEvent("{LButton Down}")
Sleep(10)
SendEvent("{LButton Up}")
Sleep(125)
SendEvent("{r Down}{Delete Down}{RShift Down}")
Sleep(10)
SendEvent("{r Up}{Delete Up}{RShift Up}")
}

Sleep(30)

return
}

Steam Guide to Animation Cancelling - https://steamcommunity.com/sharedfiles/filedetails/?id=2372287739

Buy Stardew Valley
• Humble Store - https://www.humblebundle.com/store/stardew-valley?partner=equiinox67

• Steam - https://store.steampowered.com/app/413150/Stardew_Valley/

Follow me!
• Twitter - https://www.twitter.com/eQuiinox_67
• Twitch - https://www.twitch.tv/eQuiinox_67
• Instagram - https://www.instagram.com/equiinox_67/
• Steam Group - https://goo.gl/YWn84i
• Website - https://equiinox.com

Support me & my channel!
• Donate via Paypal - http://goo.gl/Iub6RI
• Subscribe to Humble Choice - https://www.humblebundle.com/subscription?partner=equiinox67
• Buy games from Humble Bundle - https://www.humblebundle.com/?partner=equiinox67
• Buy Merch - https://teespring.com/stores/equiinox67

Loading comments...