No description
027762be51
No binaries in here no more. |
||
---|---|---|
lib | ||
Properties | ||
.gitattributes | ||
.gitignore | ||
App.config | ||
Options.cs | ||
Program.cs | ||
readme.md | ||
RSCacheTool.csproj |
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.