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

Sound effects #72

Closed ghost closed 3 years ago

ghost commented 3 years ago

Can you add an option to extract sound effects from cache? I wanna extract some sound effects like jingles and any that are not part of soundtrack

villermen commented 3 years ago

@Toshiba1127 You should be able to extract sound effects using rsct.exe audio --download --scrape=14/1-1000 (to try to combine files 1-1000 in the sound effects index). This is a tedious process and there are tons of sound effects, but this should get you started. You can't just specify rsct.exe audio --download --scrape=14 right now to target all sound effects as some high number files will throw an error.

ghost commented 3 years ago

ok, sad they are unnamed

villermen commented 3 years ago

Nothing is I'm afraid. The only reason I'm able to get the music track names is because I've found where they are stored. The sound effects are not shown by name in-game so they are probably not stored either.