Skip to content

TASmod-Alpha8

Pre-release
Pre-release
Compare
Choose a tag to compare
@ScribbleTAS ScribbleTAS released this 27 Feb 14:17
Alpha8
9f2b6e3

New things

Log4J

With this release you will have to update to the newest forge version, since it fixed the log4j exploit on client and server. This is because with TASmod you are still vulnerable to that exploit in singleplayer, since another person can send you a TAS that writes stuff in your chat, which may trigger the exploit. So please update your Minecraftforge!

Fullrecord

Start a recording or a playback from the main menu with /fullrecord or /fullplay. This will save and quit to the main menu and record to the buffer or play back the current buffer.

The command /restartandplay <filename> will quit minecraft, but when launching, it will load the specified file and will start playing that file. This is useful for sending your TASes to other players.

Credits in chat

When doing /fullplay credits will display in the chat upon joining a world. To change these credits, save the file via /saveTAS <filename>, open the saved file with a text editor, and change the parameters at the top of the document. Once that is done, save the file and load the file via /loadTAS <filename> to apply these changes

Input Container View (Preview)

Pressing numpad zero ingame should launch a second window that displays all inputs in the current buffer. It will also display the current index when playing back. This feature is still experimental and more used to debug some things, so expect some bugs.

Pause recording/playback

You can now pause and resume the recording or playback. This is pretty useless for the average user but has a big use for development purposes. So you may sometimes see "Paused" in the F6 menu under State

Fixes

  • Removed unnecessesary libraries
  • Fixed recording not running in the main menu
  • Fixed stop key (F10) not working in the main menu
  • Fixed desync monitor not recording the main menu
  • Fixed pointers scaling not working in multiple gui screens
  • Removed Access Transformers (@MCPfannkuchenYT)
  • Fixed a game freeze when loading the world in tickrate 0