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

DK Online (XAC)

Post questions about game models here, or help out others!
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: DK Online (XAC)

Post by finale00 »

lol I was going to send something but then I realized the samples weren't on this computer.
And it looks like the model repository died lol

Let's use skydrive
Demonsangel
mega-veteran
mega-veteran
Posts: 241
Joined: Fri Aug 05, 2011 9:31 pm
Location: Antwerp
Has thanked: 13 times
Been thanked: 41 times

Re: DK Online (XAC)

Post by Demonsangel »

What in the world is skydrive.
peto1488
n00b
Posts: 12
Joined: Sat Jan 28, 2012 12:26 am
Has thanked: 3 times

Re: DK Online (XAC)

Post by peto1488 »

DK online extract all pak files = msh and dds not xac...does anyone have script for msh?
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: DK Online (XAC)

Post by finale00 »

Send samples I don't have the client on me.
peto1488
n00b
Posts: 12
Joined: Sat Jan 28, 2012 12:26 am
Has thanked: 3 times

Re: DK Online (XAC)

Post by peto1488 »

finale00 wrote:Send samples I don't have the client on me.
Ok.

http://www.2shared.com/file/l3G6x1wv/test.html
Virustotal:

https://www.virustotal.com/file/a980b9c ... 353779151/
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: DK Online (XAC)

Post by finale00 »

There's a huge chunk of zlib compressed data somewhere in the middle. Not sure if I'm supposed to parse the stuff around it.
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: DK Online (XAC)

Post by Rimbros »

Cmon, the last version of fathduck importer already have .XAC support.
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM
Demonsangel
mega-veteran
mega-veteran
Posts: 241
Joined: Fri Aug 05, 2011 9:31 pm
Location: Antwerp
Has thanked: 13 times
Been thanked: 41 times

Re: DK Online (XAC)

Post by Demonsangel »

So? Not everyone wants to use 3ds max and I take writing these scripts as a learning opportunity.
Unless you have anything constructive to add it's time to butt out.
iaw
advanced
Posts: 52
Joined: Wed Oct 21, 2009 12:52 pm
Has thanked: 9 times
Been thanked: 10 times

Re: DK Online (XAC)

Post by iaw »

finale00 wrote:There's a huge chunk of zlib compressed data somewhere in the middle. Not sure if I'm supposed to parse the stuff around it.
chunryong (xac)

Site:http://chunryong.wemade.com/main

Sample:http://dl.dropbox.com/u/62180803/pcsw.rar

Open Error

Code: Select all

Detected file type: DK Online
mat block
here, chunk 5 24267
Traceback (most recent call last):
  File "C:\noesis\plugins\python\fmt_DKOnline_xac.py", line 89, in noepyLoadModel
    load_single_model(data, mdlList)
  File "C:\noesis\plugins\python\fmt_DKOnline_xac.py", line 76, in load_single_model
    parser.parse_file(basename)
  File "C:\noesis\plugins\python\fmt_DKOnline_xac.py", line 390, in parse_file
    self.build_meshes()
  File "C:\noesis\plugins\python\fmt_DKOnline_xac.py", line 170, in build_meshes
    mat = self.matList[matNum]
IndexError: list index out of range
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: DK Online (XAC)

Post by finale00 »

I have updated the DK_Online script with revised parsing for material chunk 5.

I am not sure if this breaks support for yulgang 2 since I have added a couple values to read (no samples on me to check).

The UV's look a little messed up though not sure if it will look good.
iaw
advanced
Posts: 52
Joined: Wed Oct 21, 2009 12:52 pm
Has thanked: 9 times
Been thanked: 10 times

Re: DK Online (XAC)

Post by iaw »

finale00 wrote:I have updated the DK_Online script with revised parsing for material chunk 5.

I am not sure if this breaks support for yulgang 2 since I have added a couple values to read (no samples on me to check).

The UV's look a little messed up though not sure if it will look good.
Image


Material does not

chunryong sample:http://dl.dropbox.com/u/62180803/pcsw_body_02.rar
Post Reply