Page 1 of 1

yongshi online

Posted: Wed Feb 01, 2012 5:53 am
by finale00
The contents of this post was deleted because of possible forum rules violation.

Re: yongshi online

Posted: Wed Feb 01, 2012 12:44 pm
by aluigi
it's only a customized zip file:

Code: Select all

# Yongshi Online (script 0.1.1)
# script for QuickBMS http://quickbms.aluigi.org

get zip_filesize asize
for offset = 0 < zip_filesize
    idstring "hry"
    get sign threebyte
    if sign == 0x030201     # Local file header
        get flag            short
        get method          short
        get modtime         short
        get moddate         short
        get crc             long
        get comp_size       long
        get uncomp_size     long
        get name_len        short
        get extra_len       short
        getdstring name     name_len
        getdstring extra    extra_len
        savepos offset

        if method == 0
            Log name offset uncomp_size
        else
            if method == 8
                ComType deflate
            else
                print "unsupported compression method %method%"
                cleanexit
            endif
            CLog name offset comp_size uncomp_size
        endif
        math offset += comp_size
        goto offset
    else
        cleanexit
    endif
    savepos offset
next
*edit* script updated

Re: yongshi online

Posted: Wed Feb 01, 2012 6:04 pm
by CriticalError
aluigi wrote:it's only a customized zip file:

Code: Select all

# Yongshi Online
# script for QuickBMS http://quickbms.aluigi.org

get zip_filesize asize
for offset = 0 < zip_filesize
    idstring "hry"
    get sign threebyte
    if sign == 0x030201     # Local file header
        get flag            short
        get method          short
        get modtime         short
        get moddate         short
        get crc             long
        get comp_size       long
        get uncomp_size     long
        get name_len        short
        get extra_len       short
        getdstring name     name_len
        getdstring extra    extra_len
        savepos offset

        if flag != 0
            if method == 0
                Log name offset uncomp_size
            else
                if method == 8
                    ComType deflate
                else
                    print "unsupported compression method %method%"
                    cleanexit
                endif
                CLog name offset comp_size uncomp_size
            endif
            math offset += comp_size
        endif
        goto offset
    else
        cleanexit
    endif
    savepos offset
next
thanks for scripts aluigi but I try unpack some files and with all get errors.

Re: yongshi online

Posted: Wed Feb 01, 2012 6:34 pm
by aluigi
sorry a lot for the error, I have fixed it immediately so recheck the previous post

Re: yongshi online

Posted: Wed Feb 01, 2012 7:10 pm
by CriticalError
aluigi wrote:sorry a lot for the error, I have fixed it immediately so recheck the previous post
don't worry aluigi, you're welcome bro, thanks for all support you give, I need learn how make my own bms scripts for don't disturb others, cool job again now it worked fine.

Is a Gamebryo File Format, Version 20.3.0.9.

Some models tested.

Image
Image
Image

Re: yongshi online

Posted: Wed Feb 01, 2012 7:22 pm
by aluigi
if you learn the bms language and make some script, remember to post it here on xentax.
here we share everything.

and don't worry "to disturb" me, this is my hobby and I plan to have scripts for almost all the games in the world :)

Re: yongshi online

Posted: Wed Feb 01, 2012 7:47 pm
by CriticalError
aluigi wrote:if you learn the bms language and make some script, remember to post it here on xentax.
here we share everything.

and don't worry "to disturb" me, this is my hobby and I plan to have scripts for almost all the games in the world :)
eh yeah don't worry about that, i'm a good person and like help alway when I can, ofc this is all new for me because need learn not only 1 thing, but I try take some lesson soon have a nice day, take care.

Re: yongshi online

Posted: Wed Feb 08, 2012 6:12 am
by finale00
That's weird.
Is anyone else getting models that look very...2D?

Cause I'm looking at 20.6 engine and the coords are also very...2D

Re: yongshi online

Posted: Thu Feb 16, 2012 6:54 am
by EasterSudharta
Hi anyone have alternative file? i mean hosting file. i can't download it, too bad!