From e3a168bf36702f06c10b2ef3cbfe6ee9c2d17955 Mon Sep 17 00:00:00 2001 From: Villermen Date: Tue, 18 Nov 2014 08:07:25 +0100 Subject: [PATCH] Create readme.md --- readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..bbdf8b8 --- /dev/null +++ b/readme.md @@ -0,0 +1,15 @@ +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](https://villermen.com/browser/?d=rscachetool). + +RSCacheTool makes use of the following tools and libraries: + - [SoX](http://sox.sourceforge.net/), a cross-platform command line utility for editing sound files. + - [SharpZipLip](http://icsharpcode.github.io/SharpZipLib/), a .NET zipping library. + - [NDesk.Options](http://www.ndesk.org/Options), a command line argument parser.