You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special thanks: Darkmoon, The Minecraft TAS Community
22
22
# Features
23
23
## Playback
24
-
This mod can record and play back:
25
-
- The entire keyboard, minus TASmod specific keys (see below).
24
+
This mod can record and play back
25
+
- The entire keyboard, minus TASmod keybinds (see below).
26
26
- Gui-Screens like crafting, the pause menu and the main menu! (Except the keybinding screen)
27
27
- Any screen size and window size (No warranties here...)
28
28
29
29
### Commands
30
-
`/record` - Starts to record your input, hit the same command again to stop recording
31
-
`/play` - Starts to play back a the stored inputs
32
-
`/save <filename>` - Saves stored inputs to a file
33
-
`/load <filename>` - Load inputs from file
30
+
`/record` - Start a recording. This will record inputs to RAM. Closing the game will empty these inputs.
31
+
`/play` - Start to play back the stored inputs.
32
+
`/save <filename>` - Save stored inputs to a file.
33
+
`/load <filename>` - Load inputs from file.
34
34
`/clearinputs` - Delete all stored inputs, use this before starting a brand new recording.
35
35
`/record` - will resume the recording and not clear the inputs first.
36
-
`/playuntil <tickCount>` - Stops the next recording at the specified tick number, then switches to a recording. Run this command then start a playback via `/play`
36
+
`/playuntil <tickCount>` - Stops the next playback at the specified tick number, then switches to a recording. Run this command then start a playback via `/play`.
37
37
38
38
`/fullrecord, /fullplay` - Same as record/play however it will quit to the main menu first.
39
39
`/restartandplay <filename>` - Quits Minecraft completely. When restarting, the specified file will be loaded and played back, when the menu appears.
@@ -42,25 +42,28 @@ This mod can record and play back:
42
42
43
43
## Savestate
44
44
### Commands
45
-
`/savestate` - Prints a full guide to the savestate command in chat
45
+
`/savestate` - Prints a full guide to the savestate command in chat.
46
46
### Keybinds
47
47
<kbd>J</kbd> - Make a new savestate.
48
-
<kbd>K</kbd> - Load the most recent savestate
48
+
<kbd>K</kbd> - Load the most recent savestate.
49
49
50
50
## Tickratechanger (Slowdown)
51
51
### Commands
52
52
`/tickrate <ticks/second>` - Changes the game speed. Default is 20, anthing below will slow the game down, anything above will speed it up.
53
53
### Keybinds
54
-
<kbd>F8</kbd> - Enter "Tickrate 0". The game is paused but you can still look around
54
+
<kbd>F8</kbd> - Enter "Tickrate 0". The game is paused but you can still look around.
55
55
<kbd>F9</kbd> - While in tickrate 0, advance the tick by 1. By holding keyboardkeys, you can make inputs while tickadvancing.
56
56
57
57
## Multiplayer support
58
-
> **Note:**This is **NOT** a clientside mod, a server side installation is required a.k.a This doesn't work on Hypixel, 2b2t etc. And will **NEVER** be suppoted
58
+
<pstyle="color: red; font-size: 1.3em"><b>Important:</b> This is <b>NOT</b> a clientside mod, a server side installation is required a.k.a This doesn't work on Hypixel, 2b2t etc. These servers will <b>NEVER</b> be supported.</p>
59
59
60
60
Record TASes with friends! Needs operator permissions to run tasmod related commands.
61
61
/savestate can be used to manage savestates.
62
62
63
-
> **Note:** /fullrecord, /fullplay and /restartandplay do not work in multiplayer at this time
63
+
> **Note:** /fullrecord, /fullplay and /restartandplay are not guaranteed to work in multiplayer at this time.
64
+
65
+
## HUD
66
+
When ingame, hitting <kbd>F6</kbd> will show you options for customising your HUD, with monitoring options and more. Even more options are available when KillTheRNG is installed.
64
67
65
68
# Development
66
69
## Setup
@@ -69,12 +72,12 @@ Record TASes with friends! Needs operator permissions to run tasmod related comm
69
72
- Use gradle version 4.10.3
70
73
- Use [JDK 8](https://adoptium.net/en/temurin/releases/?version=8)
71
74
3. Run gradle tasks `setupDecompWorkspace` then `eclipse`.
72
-
4.*Optional but recommended:* Run gradle task `downloadKTRNG` (in the tasmod category) to download KillTheRNG to the run/mods folder.
75
+
4.*Optional but recommended:* Run gradle task `downloadKTRNG` (in the "tasmod" category) to download KillTheRNG to the run/mods folder.
73
76
74
77
## Running
75
-
The task `eclipse` should've genererated to launch configs: `TASmod_Client.launch` and `TASmod_Server.launch`. Select it then click the run or debug button in your IDE.
78
+
The task `eclipse` should've generated to launch configs: `TASmod_Client.launch` and `TASmod_Server.launch`. Select it, then click the run or debug button in your IDE.
76
79
77
80
> **Note:** Additional setup is required for the server to actually start, like changing the eula.txt and setting `online-mode` to false in server.properties.
78
81
79
82
## Building
80
-
Build the mod using the gradle task `build` (or alternatively `shadowJar`)
83
+
Build the mod using the gradle task `build` (or alternatively `shadowJar`).
0 commit comments