senseiwells / ServerReplay

A completely server-side implementation of the replay mod, this mod allows you to record multiple players that are online on a server at a time, as well as any given chunk area. This will produce replay files which can then be used with the replay mod for rendering.
MIT License
91 stars 8 forks source link

Option to not include server resource pack in every recording #65

Closed HoldYourWaffle closed 1 week ago

HoldYourWaffle commented 1 week ago

I just noticed that every recording contains a copy of the server resource pack. I assume this makes an accurate replay easier, but with a non-trivially sized resource pack this takes up too much storage for my poor server T_T

It'd be great if there was a config option to disable this behavior. It might be nice to still include some kind of marker of which resource pack was used, e.g. the SHA1 of server.properties.

senseiwells commented 1 week ago

This is how replay mod records resource packs. I can add an option to disable this but then there's no guarantee that the resource pack will work in the replay

HoldYourWaffle commented 1 week ago

That'd be amazing! In the words of a not-so-wise man(child): A sacrifice... I'm willing to make.

senseiwells commented 1 week ago

This has now been implemented, you can download the latest version on modrinth: https://modrinth.com/mod/server-replay/version/1.1.5+mc1.21.1

HoldYourWaffle commented 1 week ago

Wow that was quick, thanks again!