RSCacheTool/readme.md

17 lines
980 B
Markdown
Raw Normal View History

2014-11-18 11:10:18 +00:00
#RSCacheTool
2014-11-18 07:07:25 +00:00
2014-11-18 11:12:24 +00:00
######A command line tool written in C# for extracting and manipulating RuneScape's cache files.
2014-11-18 07:07:25 +00:00
2014-11-18 11:10:18 +00:00
A pre-compiled binary is available for [download from my website](https://villermen.com/browser/?d=rscachetool). Just run the tool without arguments and it will tell you the available options.
2014-11-18 11:12:24 +00:00
####RSCacheTool can:
2014-11-18 11:10:18 +00:00
- Extract the entire cache or just one archive into separate files in a given directory. Decompressing and handing out extensions where appropriate.
2014-11-18 07:07:25 +00:00
- Combine sound chunks (.ogg) from a given archive into full-fledged soundtracks.
2014-11-18 11:12:24 +00:00
####RSCacheTool makes use of the following tools and libraries:
2014-11-18 07:07:25 +00:00
- [NDesk.Options](http://www.ndesk.org/Options), a command line argument parser.
2014-11-18 11:10:18 +00:00
- [SharpZipLip](http://icsharpcode.github.io/SharpZipLib/), a .NET zipping library. Used to decompress archive files
- [SoX](http://sox.sourceforge.net/) (not included in source), a cross-platform command line utility for editing sound files. Used to merge .ogg files.