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.
Hello, this is my second issue I've made. Ever since Roblox switched to using a database in
%localappdata\Robloxinstead of%temp%\Robloxfor storing cached assets earlier this year, I've noticed that this program doesn't extract audio files from the%localappdata\Roblox\rbx-storagedirectory. The program only extracts audio files from the database filerbx-storage.db, but not that directory.My workaround for this was to copy every folder (containing the files) in
%localappdata\Roblox\rbx-storageand paste it into%temp%\Roblox\http, then runmv */* .to move all files from the child directories to the parenthttpdirectory, 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.