A .NET library and command-line interface for manipulating RuneScape's cache.
A precompiled executable of the latest release is available from the releases page on GitHub.
Extract the archive and run rsct.exe
to list available options.
rsct.exe extract
). Decompressing and handing out extensions where appropriate.rsct.exe audio
). By default the lossy OGG format is used, but there is also an option to combine the tracks into FLAC files without (minor) loss of quality.RSCT is a command-line application. That means it is a text-only application that should be run from your terminal with arguments. Running it directly will only show the manual and exit again. If you're not familiar with the command-line give this page on getting started a read.
rsct.exe extract --java 40/1-100
.rsct.exe audio --download --filter=soundscape
.rsct.exe items --download --print="name:kwuarm*"
I've uploaded all named tracks to YouTube. Their playlist can be found here. You can download the soundtrack we have created together with the tool from my website. It's as complete as possible and is usually updated within one day after updates.
SoX - Sound eXchange, a command-line audio editing tool, is used by the cache tools to stitch soundtrack files together.
If you plan on combining soundtrack files SoX needs to be available.
On non-Windows platforms this can be accomplished by installing the sox package using something similar to sudo apt install sox
on Debian-based platforms.
For Windows, either put the SoX binary and its dependencies (dlls) into the same directory as the cache tools, or install the application and add it to your PATH.
Thanks to all the great community members who helped me in getting the cache figured out and making this a better tool. I'm not listing you here for privacy reasons (unless you want to), but you know who you are!
If you have any remaining questions feel free to send me an email.