Disney Universe (PC) *.000

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Disney Universe (PC) *.000

Post by Mygoshi »

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.
Last edited by Mygoshi on Mon Feb 22, 2021 1:34 pm, edited 2 times in total.
einstein95
Posts: 64
Joined: Tue Sep 08, 2015 11:27 am

Re: Disney Universe (PC) *.000

Post by einstein95 »

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
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Re: Disney Universe (PC) *.000

Post by Mygoshi »

Thanks!