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

SS OMEGA Online

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
User avatar
Rimbros
ultra-veteran
ultra-veteran
Posts: 495
Joined: Fri Jul 09, 2010 12:23 am
Has thanked: 41 times
Been thanked: 16 times

SS OMEGA Online

Post by Rimbros »

Anyone can help with this file to extract the content its from SS Omega Online.

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

Thanks.
Last edited by Rimbros on Tue Aug 28, 2012 10:17 pm, edited 1 time in total.
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: SS OMEGA Online

Post by Ekey »

:)

Code: Select all

# Saint Seiya Omega Online (PKG format) 0.3
#
# Written by Ekey (h4x0r)
# http://www.progamercity.net
#
# script for QuickBMS http://quickbms.aluigi.org

comtype tdcb_lzw15v

get PSIZE asize
math PSIZE -= 8

goto -0x4
filexor "0xff"
get TABLEOFFSET long
goto TABLEOFFSET

for
   filexor "0xff"
   get NULLS long
   getdstring NAME 0x100
   get OFFSET long
   get ZSIZE long
   get SIZE long
   filexor ""
 if ZSIZE == SIZE
    log NAME OFFSET ZSIZE
 else
   clog NAME OFFSET ZSIZE SIZE
 endif
    savepos TMP
    if TMP == PSIZE
  cleanexit
 endif
next
Last edited by Ekey on Wed Aug 29, 2012 8:31 pm, edited 2 times in total.
User avatar
Rimbros
ultra-veteran
ultra-veteran
Posts: 495
Joined: Fri Jul 09, 2010 12:23 am
Has thanked: 41 times
Been thanked: 16 times

Re: SS OMEGA Online

Post by Rimbros »

Wtf u are greath. :D , Thanks ekey
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: SS OMEGA Online

Post by Ekey »

@Edited: Updated script.
Post Reply