ToolAssistedSloth is a custom TAS tool for Mesen Emulator.
The TAS editor provided in the releases section is a custom text editor made for creating TAS files.
- Download a suitable version of the editor from the releases section and launch it.
- Make new file and write your TAS inputs on the editor.
- Press RUN and configure the Emulator and the TASplayer settings.
- Enjoy
TAS player is the script actually running the TAS.
- Download the ToolAssistedSloth.lua from releases section.
- Run the script on Mesen
- Look for the script.cfg file in the Mesen folder and configure it properly.
Basic buttons:
H - START
G - SELECT
W - UP
A - LEFT
S - DOWN
D - RIGHT
L - A
K - B
Holds:
Add + before the button to hold it and - for release
Timing:
Each button operation will use 1 frame of emulation time. To perform multiple action on same frame, add [ brackets ] around the button list.
Idle:
. - idle 1 frame
%X - idles X frames, for example %23 will idle the next 23 frames
@X - idles until emulation reaches frame X, for example @120 will wait for frame number 120 of the emulation before continuing
Savestates:
! - create a savestate
? - will create a temporary savestate
Misc:
X - Pause emualtion and open debug
# - Comment, rest of the line is now a comment.