Skip to content

Enhancement: Allow extracting audio files from the rbx-storage directory #43

@nerdydumbykier

Description

@nerdydumbykier

Hello, this is my second issue I've made. Ever since Roblox switched to using a database in %localappdata\Roblox instead of %temp%\Roblox for storing cached assets earlier this year, I've noticed that this program doesn't extract audio files from the %localappdata\Roblox\rbx-storage directory. The program only extracts audio files from the database file rbx-storage.db, but not that directory.

My workaround for this was to copy every folder (containing the files) in %localappdata\Roblox\rbx-storage and paste it into %temp%\Roblox\http, then run mv */* . to move all files from the child directories to the parent http directory, and finally, extract the audio files with RoExtract. This works quite well from my experience.

If this could be implemented natively without workaround, that would be nice to have.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions