Posts: 3
Threads: 1
Joined: Jan 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
i would very much appreciate any help given for me to figure it out
Posts: 1,624
Threads: 23
Joined: Mar 2020
Posts: 3
Threads: 1
Joined: Jan 2025
01-17-2025, 04:03 PM
(This post was last modified: 01-17-2025, 04:06 PM by aviancompatriot.)
(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]](https://i.postimg.cc/qgHH2HtY/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
Posts: 21
Threads: 0
Joined: Jan 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.
Posts: 21
Threads: 0
Joined: Jan 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/...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