From 44fabca3847503d1b94e995c8c8b50f13505a188 Mon Sep 17 00:00:00 2001 From: Villermen Date: Sun, 23 Nov 2014 02:06:53 +0100 Subject: [PATCH] Added new developments to features list in readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0de6584..0394681 100644 --- a/readme.md +++ b/readme.md @@ -7,10 +7,10 @@ A pre-compiled binary is available for [download from my website](https://viller ####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. + - 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. ####RSCacheTool makes use of the following tools and libraries: - [NDesk.Options](http://www.ndesk.org/Options), a command line argument parser. - [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. + - [SoX](http://sox.sourceforge.net/) (not included in repository), a command line utility for editing sound files. Used to merge soundchunks.