Monopoly PC .dat files (Artech Studios)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Puterboy1
Posts: 382
Joined: Wed Sep 12, 2018 2:22 am

Monopoly PC .dat files (Artech Studios)

Post by Puterboy1 »

I would like to unpack this archive please: https://archive.org/download/MonopolyEn ... t_comm.dat
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: Monopoly PC .dat files (Artech Studios)

Post by Ekey »

Code: Select all

# Monopoly (DAT format)
# script for QuickBMS http://quickbms.aluigi.org

idstring "Artech\0\0"
goto 0x14
get FILES long
goto 0x1C

for i = 0 < FILES
    get OFFSET long
    get SIZE long
    get FLAG long
    get ZSIZE long
    if FLAG == 0
        log "" OFFSET SIZE
    else
        clog "" OFFSET ZSIZE SIZE
    endif
next i
Puterboy1
Posts: 382
Joined: Wed Sep 12, 2018 2:22 am

Re: Monopoly PC .dat files (Artech Studios)

Post by Puterboy1 »

Ekey wrote:

Code: Select all

# Monopoly (DAT format)
# script for QuickBMS http://quickbms.aluigi.org

idstring "Artech\0\0"
goto 0x14
get FILES long
goto 0x1C

for i = 0 < FILES
    get OFFSET long
    get SIZE long
    get FLAG long
    get ZSIZE long
    if FLAG == 0
        log "" OFFSET SIZE
    else
        clog "" OFFSET ZSIZE SIZE
    endif
next i


Thanks, but just to make sure to look at the other dat files, you might want to update the script a little bit: https://ia802903.us.archive.org/view_ar ... 006%29.iso
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: Monopoly PC .dat files (Artech Studios)

Post by Ekey »

No need to update it. Script works fine on all DAT from the Dat_Mon folder.

PS: dat don't contain names.