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

Game client download requests

Post questions about game models here, or help out others!
iaw
advanced
Posts: 52
Joined: Wed Oct 21, 2009 12:52 pm
Has thanked: 9 times
Been thanked: 10 times

Re: Game client download requests

Post by iaw »

yulgang2 model Sample:
xtex files can be open with fmt_DKOnline_xtex.py ,
.xefx and .xac not open, You can import noesis?
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: Game client download requests

Post by finale00 »

That particular model only contains the skeleton.
iaw
advanced
Posts: 52
Joined: Wed Oct 21, 2009 12:52 pm
Has thanked: 9 times
Been thanked: 10 times

Re: Game client download requests

Post by iaw »

Last edited by iaw on Sat Jun 16, 2012 2:46 pm, edited 1 time in total.
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: Game client download requests

Post by finale00 »

Script updated to support chunk 5 materials from yulgang2.

Image

Still no bones/animations though. Someone want to add it?
iaw
advanced
Posts: 52
Joined: Wed Oct 21, 2009 12:52 pm
Has thanked: 9 times
Been thanked: 10 times

Re: Game client download requests

Post by iaw »

.mpki bms script

Code: Select all

#quickbms script
#yulgang2 .mpki
#from chrrox
#fix iaw

open FDDE mpki 1
set arcnum 0

goto 0x0c 1
get files long 1

goto 0x20001c 1

for i = 0 < files
    get offset long 1
    get zsize long 1
    get null3 long 1
    get size long 1
    get arcnum long 1
 #   print "%arcnum%"
       
    get null1 long 1
    get null2 long 1

    get name string 1
    Padding 4 1
    get null long 1
    set ofile string "ko-kr"

if  name & ofile

    set NAME1 string "ko-KR_"
    set MYEXT string arcnum
    string NAME1 += MYEXT
    string NAME1 += .mpk
    open FDSE NAME1 0

else 

    set NAME1 string "Common_"
    set MYEXT string arcnum
    string NAME1 += MYEXT
    string NAME1 += .mpk
    open FDSE NAME1 0

endif

if zsize == size
        log name offset zsize
else
        clog name offset zsize size
endif
next i
User avatar
CriticalError
double-veteran
double-veteran
Posts: 678
Joined: Sun Jul 05, 2009 2:03 am
Has thanked: 104 times
Been thanked: 41 times

Re: Game client download requests

Post by CriticalError »

finale00 wrote:Script updated to support chunk 5 materials from yulgang2.

Still no bones/animations though. Someone want to add it?
ummm interesting, but what about script? where can I get? I try search into dropbox but can't find.
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: Game client download requests

Post by finale00 »

I put everything under DK_Online xac cause I wrote the xac parser for it.
User avatar
CriticalError
double-veteran
double-veteran
Posts: 678
Joined: Sun Jul 05, 2009 2:03 am
Has thanked: 104 times
Been thanked: 41 times

Re: Game client download requests

Post by CriticalError »

finale00 wrote:I put everything under DK_Online xac cause I wrote the xac parser for it.
ahh ok thanks a lot for it, anyway can provide download client?
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: Game client download requests

Post by Ekey »

Any one have client http://ds.hangame.com ? :)
iaw
advanced
Posts: 52
Joined: Wed Oct 21, 2009 12:52 pm
Has thanked: 9 times
Been thanked: 10 times

Re: Game client download requests

Post by iaw »

Ekey wrote:Any one have client http://ds.hangame.com ? :)
client:

Code: Select all

http://dsdown.hangame.com/pub/PUBDSTRIKER/real/setup/DungeonStriker_CBT2.exe
Last edited by iaw on Tue Sep 11, 2012 6:37 am, edited 1 time in total.
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: Game client download requests

Post by Ekey »

iaw wrote:
Ekey wrote:Any one have client http://ds.hangame.com ? :)
client:

Code: Select all

http://dsdown.hangame.com/pub/PUBDSTRIKER/real/setup/DungeonStriker_CBT.exe
Thanks :)
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: Game client download requests

Post by Ekey »

Drawing
mega-veteran
mega-veteran
Posts: 283
Joined: Wed Jan 11, 2012 10:21 pm
Has thanked: 43 times
Been thanked: 17 times

Re: Game client download requests

Post by Drawing »

someone has the client of this game?
http://bp.kr.gameclub.com/bpmain.asp

p.s: the link of iaw doesn't work...
iaw
advanced
Posts: 52
Joined: Wed Oct 21, 2009 12:52 pm
Has thanked: 9 times
Been thanked: 10 times

Re: Game client download requests

Post by iaw »

Drawing wrote:someone has the client of this game?
http://bp.kr.gameclub.com/bpmain.asp

p.s: the link of iaw doesn't work...
client:http://bp.zcdn.co.kr/bp/Client/BPOnline ... 1_10_2.exe
Post Reply