The VG Resource
help extracting a .dat file - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html)
+---- Thread: help extracting a .dat file (/thread-43359.html)



help extracting a .dat file - aviancompatriot - 01-17-2025

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


RE: help extracting a .dat file - Barack Obama - 01-17-2025

Have you tried Dragon Unpacker / HyperRipper?
https://www.elberethzone.net/dragon-unpacker.html
https://github.com/elbereth/DragonUnPACKer


RE: help extracting a .dat file - aviancompatriot - 01-17-2025

(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


RE: help extracting a .dat file - ikskoks - 01-29-2025

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.


RE: help extracting a .dat file - ikskoks - 04-28-2025

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/tree/master/NEW%20Tools/ReTiyoruga/ReTiyoruga_DAT_Tool

All the data was compressed. You can see my implementation of decompression algorithm here:
https://github.com/bartlomiejduda/ReverseBox/blob/main/reversebox/compression/compression_re_tiyoruga_dat.py

   

Enjoy ripping Smile


RE: help extracting a .dat file - parined - 05-13-2025

(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/tree/master/NEW%20Tools/ReTiyoruga/ReTiyoruga_DAT_Tool

All the data was compressed. You can see my implementation of decompression algorithm here:
https://github.com/bartlomiejduda/ReverseBox/blob/main/reversebox/compression/compression_re_tiyoruga_dat.py



Enjoy ripping Smile

i have zero idea on how to rip stuff like this, please post the extracted files somewhere  Cry


RE: help extracting a .dat file - ikskoks - 05-13-2025

Everything is explained in the README file. You just need to follow the steps and you should be able to extract files. Smile