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

Need help translating games in other languages? Have your language problems solved here.
Post Reply
fordisi
Banned
Posts: 11
Joined: Tue Aug 02, 2011 12:18 pm

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

Post by fordisi » Tue Aug 30, 2011 8:36 am

Please, help with unpacking *.cub file

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

User avatar
delutto
veteran
Posts: 155
Joined: Sat Apr 16, 2011 5:20 am
Has thanked: 49 times
Been thanked: 12 times

Re: Help with unpacking *.cub file

Post by delutto » Thu Sep 01, 2011 4:22 pm

Be more specific. What game? What platform?

fordisi
Banned
Posts: 11
Joined: Tue Aug 02, 2011 12:18 pm

Re: Help with unpacking *.cub file

Post by fordisi » Thu Sep 01, 2011 5:52 pm

delutto wrote:Be more specific. What game? What platform?
Game - Enigmatis: The Ghosts of Maple Creek; platform - PC from bigfishgames

User avatar
aluigi
VVIP member
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

Post by aluigi » Sat Oct 29, 2011 9:59 pm

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

fordisi
Banned
Posts: 11
Joined: Tue Aug 02, 2011 12:18 pm

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

Post by fordisi » Mon Oct 31, 2011 7:54 pm

aluigi, thank you! All works! :)

Post Reply