No description
Find a file
Villermen e862a3e3aa Compressed and first 5 bytes correlate
So now it will always remove 5 bytes (and 4 more for compressed files).
Closes #5.
2014-11-24 11:12:24 +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 Compressed and first 5 bytes correlate 2014-11-24 11:12:24 +01:00
readme.md Corrected typo in readme 2014-11-23 15:42:46 +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. It can even give them their in-game name based on another file from the archive.

####Usage examples:

  • Get help: rscachetool, done.
  • If you're aiming only at ripping named complete music from your cache these are your 2 golden commands: rscachetool -e=40 -c and rscachetool -e=17 -n.
  • Extract all archives, combine music (including incomplete) and try to name the tracks rscachetool -e -c -i -n.
  • Recombine sound 21713.jaga extracted to D:\cache and rename it rscachetool -c -f=21713 -o -n=21713 D:\cache. (Basically this tries to fix a file if SoX mangled it before.)

####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 repository), a command line utility for editing sound files. Used to merge soundchunks.

####Be a nice guy and help me out

If you like this tool you can show your appreciation by helping me complete my music archive. If you have any named extraced music files that do not exist in my archive, please share them with me in whatever way possible (dropbox, drive, puush, you name it). A small PayPal donation (villermen@gmail.com) wouldn't hurt either!