villermen / runescape-cache-tools

A .NET library and command-line interface to interact with RuneScape's cache.
MIT License
78 stars 17 forks source link

Newer unnamed soundtracks aren't being picked up #87

Closed villermen closed 1 year ago

villermen commented 1 year ago

[..] the "unnamed" command only extracts tracks up to a certain number (32841). These date from 2017 and are very incomplete.

That's suspiciously close to 2^15=32768 so I suspect I made a mistake in the original code or Jagex has since upgraded this system to support bigger values.

Edit: They might've just moved away from listing the tracks without a name at all :thinking:

villermen commented 1 year ago

Yeah they are just no longer stored in the two enums RSCT is using. Scraping is the solution:

mono rsct.exe audio --download --scrape=40/78286-81281
[19:44:20 INF] Combined "40-78290".
[19:44:25 INF] Combined "40-80678".
[19:44:58 INF] Combined "40-80688".

And just as a fun exercise: Here are all the unnamed tracks after file 78286.