Please, help with unpacking *.cub file
http://www.mediafire.com/?db2u0jn0jida95q
[PC] Enigmatis: The Ghosts of Maple Creek *.cub file
Re: Help with unpacking *.cub file
Game - Enigmatis: The Ghosts of Maple Creek; platform - PC from bigfishgamesdelutto wrote:Be more specific. What game? What platform?
- aluigi
- VVIP member

- Posts: 1917
- Joined: Thu Dec 08, 2005 12:26 pm
- Location: www.ZENHAX.com
- Has thanked: 4 times
- Been thanked: 650 times
- Contact:
Re: [PC] Enigmatis: The Ghosts of Maple Creek *.cub file
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