Added to readme
This commit is contained in:
parent
027762be51
commit
2befc9a69f
1 changed files with 15 additions and 9 deletions
24
readme.md
24
readme.md
|
@ -1,15 +1,21 @@
|
|||
RSCacheTool
|
||||
===========
|
||||
#RSCacheTool
|
||||
|
||||
A command line tool written in C# for extracting and manipulating RuneScape's cache files.
|
||||
####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.
|
||||
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.
|
||||
|
||||
##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.
|
||||
|
||||
A pre-compiled archive is available on [my website](https://villermen.com/browser/?d=rscachetool).
|
||||
##RSCacheTool makes use of the following tools and libraries:
|
||||
|
||||
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.
|
||||
- [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.
|
||||
|
||||
##Next up:
|
||||
|
||||
- Automatically name combined music, I'm pretty sure I saw a named index in one of the archives one day...
|
||||
- See if more extensions can be handed out than just .png, .ogg and .jaga.
|
||||
|
|
Loading…
Reference in a new issue