No description
Find a file
2014-11-18 12:10:18 +01:00
lib Moved ZipLib to lib and removed sox 2014-11-18 11:58:32 +01:00
Properties Initial commit 2014-11-17 23:53:03 +01:00
.gitattributes :neckbeard: Added .gitattributes & .gitignore files 2014-11-17 23:49:24 +01:00
.gitignore Initial commit 2014-11-17 23:53:03 +01:00
App.config Initial commit 2014-11-17 23:53:03 +01:00
Options.cs Initial commit 2014-11-17 23:53:03 +01:00
Program.cs Initial commit 2014-11-17 23:53:03 +01:00
readme.md Added to readme 2014-11-18 12:10:18 +01:00
RSCacheTool.csproj Moved ZipLib to lib and removed sox 2014-11-18 11:58:32 +01:00

#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.

##Next up:

  • Automatically name combined music, I'm pretty sure I saw a named index in one of the archives one day...
  • See if more extensions can be handed out than just .png, .ogg and .jaga.