Longwu Online 《龙武》

Post questions about game models here, or help out others!
Post Reply
User avatar
CriticalError
double-veteran
double-veteran
Posts: 677
Joined: Sun Jul 05, 2009 2:03 am
Has thanked: 99 times
Been thanked: 37 times

Longwu Online 《龙武》

Post by CriticalError » Wed Sep 03, 2014 4:05 am

Image

Web: http://lw.q1.com/
Download: http://dl.q1.com/lw/LWSetup_BC_FD_0311.exe

Hello guys, well with help of Ekey I got files unpacked of this game, checking files unpacked I got some strange formats there, files with format .Fb and .mz in models and textures in dds, so well I ask for help with this format, maybe somebody can open files for view in 3d program, many thanks for all guys.

http://puu.sh/bjb5v/719f71f4a2.7z

User avatar
zaramot
double-veteran
double-veteran
Posts: 767
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 818 times

Re: Longwu Online 《龙武》

Post by zaramot » Wed Sep 03, 2014 8:38 am

Why there's only diffuse texture? You forgot to upload bump/spec maps or game doesn't use them?!
You do not have the required permissions to view the files attached to this post.
Making model-import scripts, PM

User avatar
CriticalError
double-veteran
double-veteran
Posts: 677
Joined: Sun Jul 05, 2009 2:03 am
Has thanked: 99 times
Been thanked: 37 times

Re: Longwu Online 《龙武》

Post by CriticalError » Wed Sep 03, 2014 5:20 pm

zaramot wrote:Why there's only diffuse texture? You forgot to upload bump/spec maps or game doesn't use them?!
omg thats great result, the model quality look very good, well about textures I upload all found in folder, sure no use them, rarely, but I upload all I found when unpacked files.

PS: you need more samples?

Szkaradek123
mega-veteran
mega-veteran
Posts: 293
Joined: Wed May 05, 2010 8:21 pm
Location: Poland Głogów
Has thanked: 21 times
Been thanked: 619 times

Re: Longwu Online 《龙武》

Post by Szkaradek123 » Sun Sep 14, 2014 4:24 pm

Longwu Online for Blender 249 importer:
- mz - skinned mesh file
- fb - animation file

How use:
- install Blender 249 and Python 26
- unpack importer
- click Blender249.blend
- press alt+p in Text Window
- select supported file type

If something is wrong send console error or file
You do not have the required permissions to view the files attached to this post.

User avatar
CriticalError
double-veteran
double-veteran
Posts: 677
Joined: Sun Jul 05, 2009 2:03 am
Has thanked: 99 times
Been thanked: 37 times

Re: Longwu Online 《龙武》

Post by CriticalError » Tue Sep 16, 2014 9:09 am

wow thats great, awesome job, I format some minutes so I need install all my games again but no problem, I go to check it to soon, many thanks again for support, cheers.

hugo7yang
ultra-n00b
Posts: 4
Joined: Thu Sep 18, 2014 4:26 am
Has thanked: 1 time

Re: Longwu Online 《龙武》

Post by hugo7yang » Fri Sep 19, 2014 4:30 am

can you post unpacked tool,thanks very much. :lol:

Larss
n00b
Posts: 10
Joined: Sun Aug 12, 2012 11:54 pm
Has thanked: 2 times

Re: Longwu Online 《龙武》

Post by Larss » Thu Jan 29, 2015 8:09 pm

can anyone make a noesis script for the model format?

User avatar
CriticalError
double-veteran
double-veteran
Posts: 677
Joined: Sun Jul 05, 2009 2:03 am
Has thanked: 99 times
Been thanked: 37 times

Re: Longwu Online 《龙武》

Post by CriticalError » Wed Sep 09, 2015 5:35 am

any update zaramoth?

User avatar
zaramot
double-veteran
double-veteran
Posts: 767
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 818 times

Re: Longwu Online 《龙武》

Post by zaramot » Wed Sep 09, 2015 9:00 am

Update? Script from Szkaradek123 doesn't work?
Making model-import scripts, PM

User avatar
CriticalError
double-veteran
double-veteran
Posts: 677
Joined: Sun Jul 05, 2009 2:03 am
Has thanked: 99 times
Been thanked: 37 times

Re: Longwu Online 《龙武》

Post by CriticalError » Wed Sep 09, 2015 1:31 pm

client still updating and files was change I think.

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: 300 times

Re: Longwu Online 《龙武》

Post by finale00 » Sun Sep 20, 2015 9:59 pm

Archives similar format as Blizzard's MPQ, so the MPQ editor can unpack them.
viewtopic.php?f=10&t=10873

I just tried it on the client linked in the OP.

However I just realized the latest client is 0915 (sep 2015??) so I'm DL'ing that now, but it's really slow.

If someone can just upload new models that don't work that would be easier.

The format from 0315 client presents a block-based format.

Code: Select all

struct block {
    char[4] NAME
    int SIZE
    byte[size] DATA
}
The first block has an REVM name, which, when you read it backwards, is MVER, which you can deduce as "Mesh version" or something like that. So far I have seen versions 22, 29, and 30, so one can presume that they continually update the model format.

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: 300 times

Re: Longwu Online 《龙武》

Post by finale00 » Sun Sep 20, 2015 11:50 pm

I've loaded the materials, but the material chunks are a bit weird
Example: https://twitter.com/HimeWorks/status/645731531865092096

So far there are four "versions" of the model format. 32 is the latest one I found from 0315 client.

I just finished downloading 0915 client and there's just more files.
Formats are the same as before.

Post Reply