Page 1 of 1

Demon Seals online Game .npk file archive

Posted: Tue Aug 04, 2015 3:13 pm
by diksonhe
"Demon Seals" online game for neox engine. This Game engine with NetEese Custom engine, the company from china . Game chinese name:镇魔曲 (zhen mo qu).
Games website:http://zmq.163.com/index.html
Game download:http://zmq.gdl.netease.com/zmq-1.0.219-setup.exe

The game file is *.npk unknown format QuickBMS all script invalid. please help me check this sample file. Thanks all.

http://www.mediafire.com/download/8s5xy ... /model.npk

Re: Demon Seals online Game .npk file archive

Posted: Tue Aug 04, 2015 11:02 pm
by Ekey

Code: Select all

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

idstring "NXPK"
get FILES long
get OFFSET asize
xmath OFFSET "OFFSET - (FILES * 0x1c)"
goto OFFSET
for i = 0 < FILES
    get NAME_CRC long
    get OFFSET long
    get ZSIZE long
    get SIZE long
    get ZCRC long
    get CRC long
    get FLAGS long
    if FLAGS == 2
        comtype lz4
    else    # 0
        comtype zlib
    endif
    if SIZE == ZSIZE
        log "" OFFSET SIZE
    else
        clog "" OFFSET ZSIZE SIZE
    endif
next i    

Re: Demon Seals online Game .npk file archive

Posted: Tue Aug 04, 2015 11:51 pm
by shakotay2
this is a model's submesh:
00000014_dat.JPG

Re: Demon Seals online Game .npk file archive

Posted: Wed Aug 05, 2015 10:18 am
by diksonhe
Ekey wrote:

Code: Select all

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

idstring "NXPK"
get FILES long
get OFFSET asize
xmath OFFSET "OFFSET - (FILES * 0x1c)"
goto OFFSET
for i = 0 < FILES
    get NAME_CRC long
    get OFFSET long
    get ZSIZE long
    get SIZE long
    get ZCRC long
    get CRC long
    get FLAGS long
    if FLAGS == 2
        comtype lz4
    else    # 0
        comtype zlib
    endif
    if SIZE == ZSIZE
        log "" OFFSET SIZE
    else
        clog "" OFFSET ZSIZE SIZE
    endif
next i    
Thanks so much , :) :)

Re: Demon Seals online Game .npk file archive

Posted: Wed Aug 05, 2015 10:30 am
by diksonhe
shakotay2 wrote:this is a model's submesh:
00000014_dat.JPG
learning tutorial, but a little difficult. :cry: :cry: