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

Queen's Blade MMO

Post questions about game models here, or help out others!
alton
ultra-n00b
Posts: 5
Joined: Mon Feb 08, 2010 9:26 am
Has thanked: 2 times

Re: Queen's Blade MMO

Post by alton »

Thanks For Plugin. but some files not loading Perfectly.

sorry fool english.
You do not have the required permissions to view the files attached to this post.
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: Queen's Blade MMO

Post by finale00 »

Yes, I only load one mesh. Haven't looked at how to loop it
rhaehf2004
ultra-n00b
Posts: 4
Joined: Mon Apr 18, 2011 12:02 pm

Re: Queen's Blade MMO

Post by rhaehf2004 »

alton wrote:Thanks For Plugin. but some files not loading Perfectly.

sorry fool english.
gfpk export How?
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: Queen's Blade MMO

Post by finale00 »

I've updated the script to load all meshes. It also parses the bone section, which is just a bunch of bone names.
Consider the size of each vertex, there might be indices into these bones. Or not, considering how many 0's there are.

It looks like the material names are defined with the meshes as well, but I still haven't parsed the mtl files properly so some of the textures won't be loaded.

Image
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: Queen's Blade MMO

Post by CriticalError »

rhaehf2004 wrote:
alton wrote:Thanks For Plugin. but some files not loading Perfectly.

sorry fool english.
gfpk export How?
here you have bms script of chrox.

Code: Select all

goto 0x104 
get files short 
get null short 
filexor "0x73 0x64 0x66 0x61 0x73 0x6C 0x64 0x66 0x6B 0x6A 0x66 0x73 0x6C 0x6B 0x65 0xA4 0xA9 0xA4 0xB8 0xA4 0xA7 0xA4 0xA9 0xA4 0xA9 0xA4 0xA4 0xA4 0xB7 0x73 0x64 0x66 0x21 0x40 0x40 0x23 0x21 0x40 0x46 0x24 0x47 0x67 0x66 0x67 0x64 0x73 0x00" 
for i = 0 < files 
get id long 
putarray 0 i id 
next i 
for i = 0 < files 
get id1 long 
putarray 1 i id1 
next i 
for i = 0 < files 
getarray OFFSET 1 i 
if OFFSET == -1 
getdstring null 0x310 #this is the recursive directory info but we can skip it in this game 
endif 
if OFFSET != -1 
getdstring basename 0xF8 
get SIZE long 
get UNK01 long 
get UNK02 long 
getdstring NULL 0x18 
getdstring NAME 0x1EC 
getdstring basename 0x8 
putarray 2 i SIZE 
putarray 3 i NAME 
endif 
next i 
filexor "" 
savepos base 
for i = 0 < files 
getarray OFFSET 1 i 
getarray SIZE 2 i 
getarray NAME 3 i 
math OFFSET + base 
if NAME != 0 
log NAME OFFSET SIZE 
endif 
next i
finale00 wrote:I've updated the script to load all meshes. It also parses the bone section, which is just a bunch of bone names.
Consider the size of each vertex, there might be indices into these bones. Or not, considering how many 0's there are.

It looks like the material names are defined with the meshes as well, but I still haven't parsed the mtl files properly so some of the textures won't be loaded.

Image
thanks for update man, really good work.
alton
ultra-n00b
Posts: 5
Joined: Mon Feb 08, 2010 9:26 am
Has thanked: 2 times

Re: Queen's Blade MMO

Post by alton »

Thanks for updating Scripit. :D :D :up:
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: Queen's Blade MMO

Post by finale00 »

Forgot about this.
It now assigns materials to the correct mesh. For queen's blade anyways.

Image
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: Queen's Blade MMO

Post by Rimbros »

Its only mi imagination or this its hot models?. :P
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM
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: Queen's Blade MMO

Post by finale00 »

Actually I guess it uses indices to determine which material is used, rather than by name as I had previously assumed...

Image Image
logansan25
veteran
Posts: 138
Joined: Mon Oct 04, 2010 1:15 am
Has thanked: 5 times
Been thanked: 3 times

Re: Queen's Blade MMO

Post by logansan25 »

Very nice! Thanks!
jangoclone
n00b
Posts: 15
Joined: Wed Dec 08, 2010 1:52 am
Has thanked: 5 times

Re: Queen's Blade MMO

Post by jangoclone »

Sorry to ask, but I can't find any textures, only for the maps, and when I open a mesh file it look like overlap various models, here is an example Image
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: Queen's Blade MMO

Post by finale00 »

At the top of the script there's a variable called MODE that's set to 0 or 1.
If it's set to 1 then all model files in the same folder as the model you chose will be loaded.

The textures are located in an archive called "texture" somewhere else
jangoclone
n00b
Posts: 15
Joined: Wed Dec 08, 2010 1:52 am
Has thanked: 5 times

Re: Queen's Blade MMO

Post by jangoclone »

Thanks ! ! ! now it worked...
Szkaradek123
mega-veteran
mega-veteran
Posts: 292
Joined: Wed May 05, 2010 8:21 pm
Location: Poland Głogów
Has thanked: 21 times
Been thanked: 742 times

Re: Queen's Blade MMO

Post by Szkaradek123 »

For Blender249 importer:
-geometry with uv and vertex weighting(*.mesh)
-bones(*.bone)
-animation(*.ani)
-no materials assign

http://www.mediafire.com/?bv78e4r59x7rd4f
Last edited by Szkaradek123 on Sat Mar 24, 2012 12:52 pm, edited 1 time in total.
User avatar
dj082502
mega-veteran
mega-veteran
Posts: 202
Joined: Wed Oct 13, 2010 3:47 am
Has thanked: 37 times
Been thanked: 21 times

Re: Queen's Blade MMO

Post by dj082502 »

Link is your personal folder
Post Reply