Hi! I would need some help to extract the FILE_COM.000 archive, please.
Link to the file filecutted: FILE_COM.000
https://mega.nz/#!PsEjDQIA!wEXxuVUtV22x ... HLKn6bBL14
https://mega.nz/#!ypEzRJCC!h8g_9TrXEBhM ... 4EmldoHKjQ
Attached FILE_COM.bin:
https://mega.nz/#!C5lj3ZCZ!HTWKDwXa8MrZ ... Ks0lNrZ7rY
Thanks in advance.
Disney Universe (PC) *.000
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Disney Universe (PC) *.000
Last edited by Mygoshi on Mon Feb 22, 2021 1:34 pm, edited 2 times in total.
-
- Posts: 64
- Joined: Tue Sep 08, 2015 11:27 am
Re: Disney Universe (PC) *.000
Not sure if this will work, but it seems to.
Code: Select all
open FDDE "bin" 0
open FDDE "000" 1
get DUMMY long 0
get DUMMY long 0
get FILEZ long 0
set OFF 0
for i = 0 < FILEZ
getdstring DUMMY 0xC 0
get SIZE long 0
getdstring DUMMY 0x14 0
if SIZE > 0
log "" OFF SIZE 1
endif
math OFF + SIZE
next i