fraxiinus / ReplayBook

Play, manage, and inspect League of Legends replays
https://www.fraxiinus.dev/ReplayBook/
GNU General Public License v3.0
315 stars 50 forks source link

League-VCS implementation #160

Open fraxiinus opened 2 years ago

fraxiinus commented 2 years ago

I want to add League-VCS support to ReplayBook to replace the existing executables project.

How important are auto-backups? A separate application would have to be included in order to achieve that. Otherwise, you would need to open the ReplayBook app whenever the game is patched.

Project Link: https://github.com/fraxiinus/LeagueBackupManager

fraxiinus commented 1 year ago

The base League-VCS implementation is done, however the space savings is pretty mediocre. Looking into reading wad blocks and versioning that way. Save more space vs. Be more responsive?

fraxiinus commented 1 year ago

A solution that cuts files to be versioned has been created by this user: https://github.com/JerryLiew/LeagueBackupper

Implementation in ReplayBook soon... no promises on release date

cgutierr-zgz commented 7 months ago

Hey @fraxiinus is there any news regarding this?

fraxiinus commented 7 months ago

Still a work in progress, the new feature requires a bit of a UI rework