Pallurikio .dat Files
-
- Posts: 64
- Joined: Tue Sep 08, 2015 11:27 am
Re: Pallurikio .dat Files
Code: Select all
comtype zlib
endian big
open FDDE "fs"
open FDDE "dat" 1
get FILEZ asize
math FILEZ / 0x70
for i = 0 < FILEZ
get SIZE long
get ZSIZE long
math ZSIZE - 0x80000000
get OFF long
getdstring NAME 0x64
clog NAME OFF SIZE ZSIZE 1
next i