Please help extract this archive *.DAT_

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
cardia
Posts: 11
Joined: Mon Oct 05, 2020 4:02 pm

Please help extract this archive *.DAT_

Post by cardia »

Hello, i tried extract files from the psv game 天涯ニ舞ウ、粋ナ花 , but I didn’t succeed. _(:з」∠)_
Could you please write bms script for this format *.DAT_ ? I can see .gxt files in these files
h3x3r
Posts: 165
Joined: Wed Jun 01, 2016 5:53 pm

Re: Please help extract this archive *.DAT_

Post by h3x3r »

Code: Select all

####################################
get FILENAME basename
idstring "DAT "
get FILES long

for i = 0 < FILES
   savepos STR_OFF
   get FNAME string
   goto STR_OFF
   getdstring SKIP 0x20
   get SIZE long
   get OFFSET long
   string NAME p= "%s/%s" FILENAME FNAME
   log NAME OFFSET SIZE
next i

GXT looks like textures to me.