You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Villermen 1361a5974b Removed improvements from readme
They are in issues now.
10 years ago
Properties Initial commit 10 years ago
lib Moved ZipLib to lib and removed sox 10 years ago
.gitattributes :neckbeard: Added .gitattributes & .gitignore files 10 years ago
.gitignore Initial commit 10 years ago
App.config Initial commit 10 years ago
Options.cs Initial commit 10 years ago
Program.cs Initial commit 10 years ago
RSCacheTool.csproj Moved ZipLib to lib and removed sox 10 years ago
readme.md Removed improvements from readme 10 years ago

readme.md

#RSCacheTool

######A command line tool written in C# for extracting and manipulating RuneScape's cache files.

A pre-compiled binary is available for download from my website. Just run the tool without arguments and it will tell you the available options.

####RSCacheTool can:

  • Extract the entire cache or just one archive into separate files in a given directory. Decompressing and handing out extensions where appropriate.
  • Combine sound chunks (.ogg) from a given archive into full-fledged soundtracks.

####RSCacheTool makes use of the following tools and libraries:

  • NDesk.Options, a command line argument parser.
  • SharpZipLip, a .NET zipping library. Used to decompress archive files
  • SoX (not included in source), a cross-platform command line utility for editing sound files. Used to merge .ogg files.