The VG Resource

Full Version: help extracting a .dat file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i've been meaning to extract some assets from this .dat file which come from this short doujin game
problem is i've tried multiple tools and none of them worked
dxarc? arc_unpacker? GARbro? neither one of these were able to extract the contents of the file,which i know exist due to the hex code listing some of the files inside[Image: Capture-d-cran-2025-01-17-172611.png]
i would very much appreciate any help given for me to figure it out
(01-17-2025, 12:52 PM)Barack Obama Wrote: [ -> ]Have you tried Dragon Unpacker / HyperRipper?
https://www.elberethzone.net/dragon-unpacker.html
https://github.com/elbereth/DragonUnPACKer
dragonunpacker itself didn't work
but with hyperripper i had found some success
the images came out wobbly and weird

[Image: Capture-d-cran-2025-01-17-215728.png]
though the audio files came out decent though it came with a weird tick example
thanks for this tool though i feel there's something else i could use that could grant a cleaner rip
It seems like data is RLE compressed. You're lucky to get anything from this DAT file, because usually data is totally unreadable when it's compressed.
I was able to create a program that unpacks data from "Data1.dat" archive from "Re:Tiyoruga" game.

You can download it here:
https://github.com/bartlomiejduda/Tools/...a_DAT_Tool

All the data was compressed. You can see my implementation of decompression algorithm here:
https://github.com/bartlomiejduda/Revers...uga_dat.py

[attachment=17065]

Enjoy ripping Smile
(04-28-2025, 06:34 PM)ikskoks Wrote: [ -> ]I was able to create a program that unpacks data from "Data1.dat" archive from "Re:Tiyoruga" game.

You can download it here:
https://github.com/bartlomiejduda/Tools/...a_DAT_Tool

All the data was compressed. You can see my implementation of decompression algorithm here:
https://github.com/bartlomiejduda/Revers...uga_dat.py



Enjoy ripping Smile

i have zero idea on how to rip stuff like this, please post the extracted files somewhere  Cry
Everything is explained in the README file. You just need to follow the steps and you should be able to extract files. Smile