A program that goes through Roblox's CDN cache and converts any recognized files.
This essentially lets you dump assets from any Roblox game.
- Visit the Releases page and download a version from there.
- Make sure you extract the program and everything else somewhere safe, it will create extra folders for dumping.
- After that just open
BloxDump.exeand you should be good to go!
When starting you will be prompted if you want to clear your cache.
This is to prevent any old assets from being caught. Any new cache files that show up will be dumped in real-time.
List of everything BloxDump can currently dump:
• 2D Textures (PNG / JFIF / WebP)
• 3D Textures (KTX => PNG)
• Fonts (TTF)
• Meshes (v1-v7 => OBJ)
• Sounds (OGG)
• Videos (WEBM)
• Translations (JSON)
• RBXM Files
BloxDump is fairly complete and most file types are dumped now.
If there is something you want to improve feel free to make a pull request!
ApexdaGamer, for co-developing the Roblox Mesh to OBJ converter.
MaximumADHD, for documenting the Roblox Mesh Format
Nominom, for creating BCnEncoder.NET which can convert BCn textures
EvergineTeam, for creating Draco.Net which made Roblox Mesh v7 support possible
deccer, for creating Ktx2Sharp which provided bindings for the KTX library