Page 1 of 1

[PC] Enigmatis: The Ghosts of Maple Creek *.cub file

Posted: Tue Aug 30, 2011 8:36 am
by fordisi
Please, help with unpacking *.cub file

http://www.mediafire.com/?db2u0jn0jida95q

Re: Help with unpacking *.cub file

Posted: Thu Sep 01, 2011 4:22 pm
by delutto
Be more specific. What game? What platform?

Re: Help with unpacking *.cub file

Posted: Thu Sep 01, 2011 5:52 pm
by fordisi
delutto wrote:Be more specific. What game? What platform?
Game - Enigmatis: The Ghosts of Maple Creek; platform - PC from bigfishgames

Re: [PC] Enigmatis: The Ghosts of Maple Creek *.cub file

Posted: Sat Oct 29, 2011 9:59 pm
by aluigi
script for QuickBMS:

Code: Select all

filexor 0x96
idstring "cub\0"
get VER string
get FILES long
getdstring DUMMY 0x100
for i = 0 < FILES
    getdstring NAME 0x100
    get OFFSET long
    get SIZE long
    log NAME OFFSET SIZE
next i

Re: [PC] Enigmatis: The Ghosts of Maple Creek *.cub file

Posted: Mon Oct 31, 2011 7:54 pm
by fordisi
aluigi, thank you! All works! :)