DISGAEA 6 [DAT files]

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
MuslimCyberGames
Posts: 220
Joined: Sun Nov 06, 2016 3:28 pm

DISGAEA 6 [DAT files]

Post by MuslimCyberGames »

Image
DISGAEA 6 Complete (STEAM)

Hello, can anyone help me to make some script for extrac/import for this game?
Cause I want to look for the Localization.

I attach some file for the test.

Thank for helping.
NoobInCoding
Posts: 127
Joined: Sat Aug 07, 2021 9:49 am

Re: DISGAEA 6 [DAT files]

Post by NoobInCoding »

Here is bms script

Code: Select all

# DISGAEA 6
idstring "DSARC FL"
get COUNT long
for i = 0 < COUNT
   get DUMMY long
   getdstring NAME 0x74
   get SIZE long
   get OFFSET long
   log NAME OFFSET SIZE
next i
MuslimCyberGames
Posts: 220
Joined: Sun Nov 06, 2016 3:28 pm

Re: DISGAEA 6 [DAT files]

Post by MuslimCyberGames »

It's work for the extract.. Thanks