No description
Find a file
2014-11-18 08:07:25 +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
ICSharpCode.SharpZipLib.dll 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 Create readme.md 2014-11-18 08:07:25 +01:00
RSCacheTool.csproj Initial commit 2014-11-17 23:53:03 +01:00
sox.exe Initial commit 2014-11-17 23:53:03 +01:00

RSCacheTool

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

RSCacheTool can:

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

A pre-compiled archive is available on my website.

RSCacheTool makes use of the following tools and libraries:

  • SoX, a cross-platform command line utility for editing sound files.
  • SharpZipLip, a .NET zipping library.
  • NDesk.Options, a command line argument parser.