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

Demon Seals online Game .npk file archive

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
diksonhe
beginner
Posts: 22
Joined: Thu Jul 23, 2015 3:15 pm
Has thanked: 2 times
Been thanked: 3 times

Demon Seals online Game .npk file archive

Post 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
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: Demon Seals online Game .npk file archive

Post 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    
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4291
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1151 times
Been thanked: 2244 times

Re: Demon Seals online Game .npk file archive

Post by shakotay2 »

this is a model's submesh:
00000014_dat.JPG
You do not have the required permissions to view the files attached to this post.
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
diksonhe
beginner
Posts: 22
Joined: Thu Jul 23, 2015 3:15 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Demon Seals online Game .npk file archive

Post 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 , :) :)
diksonhe
beginner
Posts: 22
Joined: Thu Jul 23, 2015 3:15 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Demon Seals online Game .npk file archive

Post by diksonhe »

shakotay2 wrote:this is a model's submesh:
00000014_dat.JPG
learning tutorial, but a little difficult. :cry: :cry:
Post Reply