MinecraftTAS / TASmod

Minecraft Tool-Assisted Speedrun (TAS) Tools with input playback
https://discord.gg/jGhNxpd
GNU General Public License v3.0
30 stars 5 forks source link

Added `/playuntil` command #157

Closed ScribbleTAS closed 1 year ago

ScribbleTAS commented 1 year ago

Additions

/playuntil <ticks> runs the next playback until the specified ticks, then switches to a recording. This is useful when savestates are not available.

Changes

Reordering files

Misc

Fixes

Closes #131 Closes #157 Closes #149

ScribbleTAS commented 1 year ago

Ok so today I found out, that my timing of the TASfile is completely off somehow: The index during recording is constantly 2 ticks ahead instead of 1 tick. This screws up a lot of timings and is the reason why the newly added playuntil feature is not working... dammit...