This tool is designed to assist players of Stardew Valley in canceling animations. It listens to a selected key (Space button by default) and, when pressed, simulates the key combination R-Shift + R + Delete to cancel animations.
To use this tool, you can run it from the command line with the following options:
-h
: Prints help text.-r
: Records your selected key for animation canceling and changes it to the pressed key.-e
: Resets the configuration to the default settings.--start
: Starts the executable as a service.--stop
: Stops the service.--service
: This flag indicates that the executable is intended to run as a service. Use--start
instead. Running this argument from terminal is not recommended
./SVAnimCancel -h
./SVAnimCancel -r
./SVAnimCancel -e
./SVAnimCancel --start
./SVAnimCancel --stop
If you want to run this tool as a service, you can use the --start
and --stop
options. Make sure to specify --start
to initiate the service and --stop
to stop it.
Note: If you use the --service
flag, it indicates that the executable should run as a service, but it's recommended to use --start
instead of running it --service
in terminal as it works unexpected.