Monopoly PC .dat files (Artech Studios)
-
- Posts: 382
- Joined: Wed Sep 12, 2018 2:22 am
Monopoly PC .dat files (Artech Studios)
I would like to unpack this archive please: https://archive.org/download/MonopolyEn ... t_comm.dat
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Monopoly PC .dat files (Artech Studios)
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
-
- Posts: 382
- Joined: Wed Sep 12, 2018 2:22 am
Re: Monopoly PC .dat files (Artech Studios)
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
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Monopoly PC .dat files (Artech Studios)
No need to update it. Script works fine on all DAT from the Dat_Mon folder.
PS: dat don't contain names.
PS: dat don't contain names.