Skip to content

skrillax-dev/silkroad-patch-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silkroad Patch Compressor

(De)Compresses files for Silkroad Online such that they can be served from any normal file server and the client will accept them.

Silkroad uses some weird LZMA setup that may not be repeatable in all scenarios. Therefor, it would be easier to do the compression separately, such that the file server can simply serve the files as usual.

This is an MVP essentially - it works, but isn't nice to use.

Usage

Compress:

$ patch-compressor file.txt compressed.txt

Decompress:

$ patch-compressor -d compressed.txt file.txt

About

(De)Compresses patch files for Silkroad Online

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages