Page 1 of 1

Dark arcane the carnnival .cub file help !

Posted: Thu Jan 17, 2013 8:12 am
by danny
Hi i have a file called game_.cub but, i can not decompress with the code for .cub archives:

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: Dark arcane the carnnival .cub file help !

Posted: Thu Jan 17, 2013 4:36 pm
by Ekey
Files inside archive not xored :)

Code: Select all

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