Toy Story 2 (PC) - NGN file

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
frogz2007
Posts: 118
Joined: Sun Dec 14, 2014 3:56 pm

Toy Story 2 (PC) - NGN file

Post by frogz2007 »

Not sure if anything is extractable, but I looked at the file in a hex editor and saw the names of some characters.


https://www.dropbox.com/s/wtw33e8wbjt8r ... l.ngn?dl=0
einstein95
Posts: 64
Joined: Tue Sep 08, 2015 11:27 am

Re: Toy Story 2 (PC) - NGN file

Post by einstein95 »

Code: Select all

goto 8
get FILEZ long
for i = 0 < FILEZ
   get SIZE long
   get NAMEL long
   getdstring NAME NAMEL
   string NAME + "."
   savepos OFF
   log NAME OFF SIZE
   math OFF + SIZE
   goto OFF
next i

Image
That attached file has just BMPs.
frogz2007
Posts: 118
Joined: Sun Dec 14, 2014 3:56 pm

Re: Toy Story 2 (PC) - NGN file

Post by frogz2007 »

Interesting that only BMP's are in there. I wonder if these files would have anything interesting? 6 other formats attached in this zip file if anyone wants to look at it for me. Thanks all!

https://www.dropbox.com/s/0wu9lw5exdf9l ... l.zip?dl=0