A collection of Runescape Classic artifacts, mostly from the auto'ing community. It's a clone of http://rscdump.com/, but extracted.
http://rscdump.com/ is a good collection of RSC artifacts, but since it's just a set of nested ZIPs, it isn't easiy searchable, and isn't indexed by search engines. This repo is!
Urgh.
wget -r http://rscdump.com/
- Compute
SHA256SUMS
- Repeatedly execute
recursively-extract-archives
until the only archives that are found are "Skipped". This creates a commits for each extracted archive file. - Optionally, purge your Git repo of archive files, using https://rtyley.github.io/bfg-repo-cleaner/ :
java -jar bfg.jar --delete-files '*.rar' .
I saved the BFG reports in ..bfg-report
in case anyone wants to read. I haven't looked at what it contains.