Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Rohan Gem / GEL extractor

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Rohan Gem / GEL extractor

Post by chrrox »

Code: Select all

#quickbms script
#Rohan Gem Extractor
#from chrrox

open FDDE GEM 0
open FDDE GEL 1

get id longlong 1
get files long 1
goto 0x18 1
savepos Tablepos 1
for i = 1 to files
    goto Tablepos 1
    get FILENUM long 1
    get UNKSIZE long 1
    getdstring name 0x80 1
    get DUMMYSIZE long 1
    get offset long 1
    get UNK01 long 1
    get UNK02 long 1
    if i < files
    savepos Tablepos 1
    savepos temp 1
    math temp + 0x8C
    goto temp 1
    get size long 1
    math size - offset
    else
    get size asize
    math size - offset
    endif
        log name offset size
next i
Nazaroff
advanced
Posts: 40
Joined: Mon Oct 11, 2010 12:30 pm
Has thanked: 7 times
Been thanked: 12 times

Re: Rohan Gem / GEL extractor

Post by Nazaroff »

Graphic convertor for EMP and GTX files from ROHAN.

Usage:
Convert file.emp to TGA:
rohancvt.exe file.emp

COnvert file.gtx to TGA or DDS (automatic selection)
rohancvt.exe file.gtx
You do not have the required permissions to view the files attached to this post.
Post Reply