Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 812 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 812 Bytes

League Backup Manager

Backup old versions of League of Legends to play old replays! Built for ReplayBook.

Using the CLI

Provides command line access to the backup repository.

Import patches

Folder must contain League of Legends.exe

.\LeagueBackupManager.exe import "C:\Path\To\Game"

List available patches

.\LeagueBackupManager.exe list

Export patch to use

Version must match exactly

.\LeagueBackupManager.exe export "version"

Show last exported patch

.\LeagueBackupManager.exe last

Acknowledgements

preyneyv - Pioneered League-VCS technology

JerryLiew - C# implementation