Need help for From Dust game

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
tarique
Posts: 4
Joined: Sat Feb 21, 2015 2:09 pm

Need help for From Dust game

Post by tarique »

hello friends. ı want to translate this game. so I searched all over the internet and I find this script in xentax from ekey.

Code: Select all

# From Dust (BF format)
#
# Written by Ekey (h4x0r)
# http://www.progamercity.net
#
# script for QuickBMS http://quickbms.aluigi.org

idstring "ABE"
goto 0x18
get TABLEOFFSET long
goto 0x2C
get FILES long
goto TABLEOFFSET

for i = 0 < FILES
   get DUMMY long
   get DUMMY longlong
   getdstring NAME 108
   get OFFSET long
   get DUMMY long
   get SIZE long
   getdstring TRASH 68
    log NAME OFFSET SIZE
next i


and the extracted files has .oli extension. so ı searched again google and ı find a topic in a forum, a russian forum, so ı can't understand anything. there are tools but the links are dead.
topic is this: http://www.zoneofgames.ru/forum/lofiver ... 23644.html

the files are in the attachment.
anybody could help me?

note: I'm not good at english. If I made a mistake, Im sorry about this.
tarique
Posts: 4
Joined: Sat Feb 21, 2015 2:09 pm

Re: Need help for From Dust game

Post by tarique »

anybody help me?