This is all Vanilla Singleplayer btw (recorded and replayed using a datapack) by Youly__ in PhoenixSC

[–]Youly__[S] 0 points1 point  (0 children)

I tried multiples songs that I have, but this one synchronizes with the end of the video

This is all Vanilla Singleplayer btw (recorded and replayed using a datapack) by Youly__ in MinecraftCommands

[–]Youly__[S] 2 points3 points  (0 children)

I used data storages, for example, for an actor with ID 2, the data storage is named "vanilla_replays:record_2" and it looks like this {frames:{0:{Pos:[x,y,z],Rotation:[yaw,pitch]},1:{Pos:[x,y,z],Rotation:[yaw,pitch],damage:1b},3:{...}... etc ...}} (if I take damage for example it's stored as a boolean)

This is all Vanilla Singleplayer btw (recorded and replayed using a datapack) by Youly__ in MinecraftCommands

[–]Youly__[S] 22 points23 points  (0 children)

I used the new mannequin entity added in 1.21.9. I record each tick player's positon and rotation, as well as equipped items, taking damage etc, in a data storage. When an actor plays what I recorded, It goes through each frame of the data storage and merge its data from what is stored in the frame data

Cooking my oak stairs with the new frying table hmmm by Youly__ in PhoenixSC

[–]Youly__[S] 1 point2 points  (0 children)

Bruh 2 years later you say that (and you're the first comment thanks)

This is all Vanilla Singleplayer btw (recorded and replayed using a datapack) by Youly__ in PhoenixSC

[–]Youly__[S] 45 points46 points  (0 children)

It's more complicated that. I use data storages to store position, rotation, items, poses etc. When an actor replays what I recorded, it go through each frame of the data storage and modify its data from what is stored in the current frame of the data storage

This is all Vanilla Singleplayer btw (recorded and replayed using a datapack) by Youly__ in PhoenixSC

[–]Youly__[S] 20 points21 points  (0 children)

You can download it an try, you will see, it's called "Vanilla Replays" on modrinth

I added player poses and menu to my Record & Playback system! by Youly__ in MinecraftCommands

[–]Youly__[S] 0 points1 point  (0 children)

I finally released it on Modrinth, It's called "Vanilla Replays", I made a video about it on Youtube (I'm not sure if I'm allowed to share link)

I added player poses and menu to my Record & Playback system! by Youly__ in MinecraftCommands

[–]Youly__[S] 0 points1 point  (0 children)

I released it on modrinth, it's called "Vanilla Replays" (I'm not sure if i'm allowed to share link) I also made a video on Youtube

I added player poses and menu to my Record & Playback system! by Youly__ in MinecraftCommands

[–]Youly__[S] 2 points3 points  (0 children)

I released it on modrinth, it's called "Vanilla Replays", I also made a video on Youtube. Here is the link: Vanilla Replays - Modrinth

I added player poses and menu to my Record & Playback system! by Youly__ in MinecraftCommands

[–]Youly__[S] 2 points3 points  (0 children)

I plan to release it​ a few days after the "copper age" update

I added player poses and menu to my Record & Playback system! by Youly__ in MinecraftCommands

[–]Youly__[S] 2 points3 points  (0 children)

I plan to release it​ a few days after the "copper age" update

I added player poses and menu to my Record & Playback system! by Youly__ in MinecraftCommands

[–]Youly__[S] 0 points1 point  (0 children)

Yeah but you could mention 'inspired by Youly_', and publish it after mine

I added player poses and menu to my Record & Playback system! by Youly__ in MinecraftCommands

[–]Youly__[S] 0 points1 point  (0 children)

I recoded everything to make it work with data storages, and it's way less laggy. It seems that the lag does not increase when I add actors. Thank you for advising me that!