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
Copy file name to clipboardExpand all lines: content/downloads/playback/tasmod.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ description: "The main playback mod, currently only for version 1.12.2"
6
6
weight: 02020100
7
7
next: false
8
8
prev: false
9
+
toc: true
9
10
---
10
11
11
12
{{<rawhtml>}}
@@ -16,17 +17,17 @@ A [Tool-Assisted Speedrun](https://tasvideos.org/WelcomeToTASVideos) mod for Min
16
17
Adds tools such as input playback, slowdown and savestates for creating TASes,
17
18
which aim to beat the game as fast as possible.
18
19
19
-
# Installation
20
+
##Installation
20
21
This mod uses the modloader [LegacyFabric](https://legacyfabric.net/), a fork of [Fabric](https://fabricmc.net/) for versions below 1.14.4.
21
22
**Does NOT need LegacyFabric-API**
22
-
# Features
23
-
## Playback
23
+
##Features
24
+
###Playback
24
25
This mod can record and play back
25
26
- The entire keyboard, minus TASmod keybinds (see below).
26
27
- Gui-Screens like crafting, the pause menu and the main menu! (Except the keybinding screen)
27
28
- Any screen size and window size (No warranties here...)
28
29
29
-
### Commands
30
+
####Commands
30
31
`/record` - Start a recording. This will record inputs to RAM. Closing the game will empty these inputs.
31
32
`/play` - Start to play back the stored inputs.
32
33
`/save <filename>` - Save stored inputs to a file.
@@ -40,26 +41,26 @@ This mod can record and play back
40
41
41
42
`/filecommand <filecommandname>` - Enables/Disables certain FileCommands in the TASfile, which are special lines in the TASfile that will trigger actions, when the playback reaches over that point.
42
43
`/folder <tasfiles|savestates>` - Opens the folder for tasfiles or savestates in the file explorer
43
-
### Keybinds
44
+
####Keybinds
44
45
<kbd>F10</kbd> - Stops either a playback or a recording.
45
46
46
-
## Savestate
47
-
### Commands
47
+
###Savestate
48
+
####Commands
48
49
`/savestate` - Prints a full guide to the savestate command in chat.
49
-
### Keybinds
50
+
####Keybinds
50
51
<kbd>J</kbd> - Make a new savestate.
51
52
<kbd>K</kbd> - Load the most recent savestate.
52
53
53
-
## Tickratechanger (Slowdown)
54
-
### Commands
54
+
###Tickratechanger (Slowdown)
55
+
####Commands
55
56
`/tickrate <ticks/second>` - Changes the game speed. Default is 20, anthing below will slow the game down, anything above will speed it up.
56
-
### Keybinds
57
+
####Keybinds
57
58
<kbd>.</kbd> - Increases the tickrate in steps
58
59
<kbd>,</kbd> - Decreases the tickrate in steps
59
60
<kbd>F8</kbd> - Enter "Tickrate 0". The game is paused but you can still look around.
60
61
<kbd>F9</kbd> - While in tickrate 0, advance the tick by 1. By holding keyboardkeys, you can make inputs while tickadvancing.
61
62
62
-
## Multiplayer support
63
+
###Multiplayer support
63
64
**Important:** This is **NOT** a clientside mod, a server side installation is required a.k.a This doesn't work on Hypixel, 2b2t etc. These servers will **NEVER** be supported.
64
65
65
66
Record TASes with friends! Needs operator permissions to run tasmod related commands.
@@ -69,10 +70,10 @@ Record TASes with friends! Needs operator permissions to run tasmod related comm
69
70
/fullrecord, /fullplay and /restartandplay are not guaranteed to work in multiplayer at this time.
70
71
{{</note>}}
71
72
72
-
## HUD
73
+
###HUD
73
74
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.
74
75
75
-
# Credits
76
+
##Credits
76
77
Author of the original prototype: [tr7zw](https://github.com/tr7zw/MC-TASmod)
0 commit comments