[PC] Enigmatis: The Ghosts of Maple Creek *.cub file
Posted: Tue Aug 30, 2011 8:36 am
Game Research Forum
https://forum.xentax.com/
Game - Enigmatis: The Ghosts of Maple Creek; platform - PC from bigfishgamesdelutto wrote:Be more specific. What game? What platform?
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