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

火鳳三國Online

Post questions about game models here, or help out others!
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

火鳳三國Online

Post by Rimbros »

The contents of this post was deleted because of possible forum rules violation.
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: 火鳳三國Online

Post by finale00 »

I saw PKO on this forum before. I think chrrox posted a thread on it, but don't remember what he called it.

Phoenix Knights Online or something.

EDIT: here it is viewtopic.php?f=10&t=3817&start=0
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: 火鳳三國Online

Post by Rimbros »

The contents of this post was deleted because of possible forum rules violation.
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: 火鳳三國Online

Post by chrrox »

offzip still works on the files.
I see what they did they moved the zip information to the end of the file.
they left the name where it was but moved the zsize and size information at the end of the archive.
if you want to see a directory listing you can use this bms.

once i look at the ending headers i should be able to get this to work again i am just buys playing a game now so mabee later.

Code: Select all

# Heroes:Scions of Phoenix Online
# script for QuickBMS http://aluigi.org/papers.htm#quickbms

comtype deflate
for
    findloc start string "UZ\x03\x04"
    goto start
    idstring "UZ\x03\x04"

    get ver         short
    get flag        short
    get method      short
    get timedate    long
    get crc         long
    get comp_size   long
    get uncomp_size long
    get name_len    short
    get extra_len   short
    filexor 0xb2
    getdstring name     name_len
    filexor ""
    getdstring extra    extra_len
    savepos offset

    if method == 0
        Log name offset uncomp_size
    elif method == 8
        CLog name offset comp_size uncomp_size
    else
        print "unsupported compression method %method%"
        cleanexit
    endif

    math offset += comp_size
    goto offset
next
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: 火鳳三國Online

Post by Rimbros »

Thanks chroxxx
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM
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: 火鳳三國Online

Post by Rimbros »

Any idea or news?
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: 火鳳三國Online

Post by finale00 »

I used the bms script up there on the pak file but got a bunch of 0 KB files lol
Only the textures seem to came out properly.
raykingnihong
mega-veteran
mega-veteran
Posts: 179
Joined: Sun Apr 06, 2014 8:06 pm
Has thanked: 216 times
Been thanked: 6 times

Re: 火鳳三國Online

Post by raykingnihong »

finale00 wrote:I used the bms script up there on the pak file but got a bunch of 0 KB files lol
Only the textures seem to came out properly.
Great tool, but I've tested this tool can only extract a DDS file. Model file is 0 bytes, I hope God can update
Post Reply