|
 |
« Reply #2025 on: July 11, 2011, 04:30:52 PM » |
|
Wow, I know what you mean. It took me about an hour to get it to import. The cause of the problem is that his model uses multiple textures per object, and as you stated earlier the mdl0 format only supports 1 per object. I had to reassign 3 different default gray 3ds max materials to each of the objects. Also the mesh wasn't really skinned to the brawl skeleton, and it was just sorta floating over it, so I replaced that with a single bone to make sure that didn't cause any problems. If I had access to the textures for this model I could see whether it affected them at all. My guess would be that his eyes might not have the right textures or something, but it could be that there aren't any problems at all.
Also once the model is actually rigged perfectly to the brawl skeleton I'll re-import it using that for ya.
the MDL0 format supports 8 UV channels (multiple textures per object)
facepoint format:
vm,u0m,u1m,u2m,u3m,u4m,u5m,u6m,u7m,v,n,c0,c1,u0,u1,u2,u3,u4,u5,u6,u7
m: matrix v: vert n: normal u: uv c: color
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2026 on: July 11, 2011, 04:34:06 PM » |
|
the MDL0 format supports 8 UV channels (multiple textures per object)
So are you saying that you ARE able to import multi-subobject materials? I can try it again, but I'm pretty sure that's what's giving the exception. Sweet! But are you going to use the skeleton I included or are you going to try and get a new one (just asking to make sure)?
Yeah, I'm using the one you included. Also BlackJax96 is right about that DAE. Google Sketchup's Collada format is officially confirmed to be incompatible. I imported it to 3ds Max, but unfortunately I can only guess where all these textures of yours go. It's pretty tedious, but I'll send you a picture to confirm whether I have them all in the right place. 
|
|
« Last Edit: July 11, 2011, 04:39:29 PM by Justin712 »
|
Logged
|
If you've got a minute, check out my portfolio! I'm always lookin' for fun projects to do, so if you think you'd want my help, just let me know! I do all of my own modeling, texturing, rigging, and animating.
|
|
|
|
|
 |
« Reply #2027 on: July 11, 2011, 04:39:00 PM » |
|
So are you saying that you ARE able to import multi-subobject materials? I can try it again, but I'm pretty sure that's what's giving the exception.
Yeah, I'm using the one you included.
with brbx... no...
I'm trying to figure out a way to implement it into my converter though >_>
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2028 on: July 11, 2011, 04:40:21 PM » |
|
404, here's one of two problems: <effect id="ID342"> <profile_COMMON> <technique sid="COMMON"> <constant> <transparent opaque="A_ONE"> <color>0 0 0 1</color> </transparent> <transparency> <float>1</float> </transparency> </constant> </technique> </profile_COMMON> </effect> MDL0s need textures for each object, assuming this links to an object. (Lambert, phong or blinn) The 2nd problem is that your model has no joint nodes, aka no bones. So are you saying that you ARE able to import multi-subobject materials? I can try it again, but I'm pretty sure that's what's giving the exception.
It's possible, but not currently supported in the parser. Multiple texture refs would have to be added to a material, and the parser only adds one at the moment. with brbx... no...
I'm trying to figure out a way to implement it into my converter though >_>
You don't know how to?
|
|
« Last Edit: July 11, 2011, 04:41:14 PM by BlackJax96 »
|
Logged
|
|
|
|
|
|
 |
« Reply #2029 on: July 11, 2011, 04:40:44 PM » |
|
can't wait to be vertexing in Brawlbox 
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2030 on: July 11, 2011, 04:43:43 PM » |
|
can't wait to be vertexing in Brawlbox  But you can wait to import completely new models? 
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2031 on: July 11, 2011, 04:44:14 PM » |
|
with brbx... no...
I'm trying to figure out a way to implement it into my converter though >_>
Oh, I see what'cher sayin'. Just the importer might not support em. As I said before, I'll double check that.It's possible, but not currently supported in the parser. Multiple texture refs would have to be added to a material, and the parser only adds one at the moment.
Got'cha. But you can wait to import completely new models?  I know, is it just me or what? Seems more exciting to me.
|
|
« Last Edit: July 11, 2011, 04:46:07 PM by Justin712 »
|
Logged
|
If you've got a minute, check out my portfolio! I'm always lookin' for fun projects to do, so if you think you'd want my help, just let me know! I do all of my own modeling, texturing, rigging, and animating.
|
|
|
|
|
 |
« Reply #2032 on: July 11, 2011, 04:45:57 PM » |
|
So are you saying that you ARE able to import multi-subobject materials? I can try it again, but I'm pretty sure that's what's giving the exception. Yeah, I'm using the one you included. Also BlackJax96 is right about that DAE. Google Sketchup's Collada format is officially confirmed to be incompatible. I imported it to 3ds Max, but unfortunately I can only guess where all these textures of yours go. It's pretty tedious, but I'll send you a picture to confirm whether I have them all in the right place.  ... Just take the .skp: http://dl.dropbox.com/u/5869687/Model.skp(Maybe I could import it into blender, then export as a DAE?)
|
|
|
Logged
|
 FC: 2191-7379-6272
|
|
|
|
|
 |
« Reply #2033 on: July 11, 2011, 04:46:25 PM » |
|
404, here's one of two problems:
0 0 0 1 1
MDL0s need textures for each object, assuming this links to an object. (Lambert, phong or blinn)
The 2nd problem is that your model has no joint nodes, aka no bones.
It's possible, but not currently supported in the parser. Multiple texture refs would have to be added to a material, and the parser only adds one at the moment.
You don't know how to?
(I'm not holding my backspace on the quote)
atm IDK how to... the shaders are what allow multiple textures >_>
once anyone can figure out the shaders, this shouldn't be a problem 
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2034 on: July 11, 2011, 04:48:45 PM » |
|
Hmm, download a plugin or struggle with textures... Your stage looks awesome by the way from what I've seen of it so far 
|
|
« Last Edit: July 11, 2011, 04:53:04 PM by Justin712 »
|
Logged
|
If you've got a minute, check out my portfolio! I'm always lookin' for fun projects to do, so if you think you'd want my help, just let me know! I do all of my own modeling, texturing, rigging, and animating.
|
|
|
|
|
|
 |
« Reply #2036 on: July 11, 2011, 05:06:46 PM » |
|
Too bad I still suck at modeling and don't have 3DSMAX 10.
|
|
|
Logged
|
 3DS Friend Code: 2895-6640-9302
|
|
|
|
|
 |
« Reply #2037 on: July 11, 2011, 05:11:34 PM » |
|
Too bad I still suck at modeling and don't have 3DSMAX 10.
If you can be a good vertex hacker you can be a good modeler. Also I do believe we're working on making the Blender collada compatible, but I'm not 100% sure.
|
|
|
Logged
|
If you've got a minute, check out my portfolio! I'm always lookin' for fun projects to do, so if you think you'd want my help, just let me know! I do all of my own modeling, texturing, rigging, and animating.
|
|
|
|
|
 |
« Reply #2038 on: July 11, 2011, 05:17:11 PM » |
|
If you can be a good vertex hacker you can be a good modeler. Also I do believe we're working on making the Blender collada compatible, but I'm not 100% sure.
we're?? unless you're a member of one of the teams working on a collada plugin for blender, IDK WTF you're talking about o_O
blender 2.5x I do believe has the collada plugin fixed...
EDIT: if anything, I'm starting back up on my MDL0 plugin for blender...
if anyone's willing to root for the project, I think I'm ready to take another hit at it 
|
|
« Last Edit: July 11, 2011, 05:20:04 PM by Tcll »
|
Logged
|
|
|
|
|
|
 |
« Reply #2039 on: July 11, 2011, 05:20:42 PM » |
|
we're?? unless you're a member of one of the teams working on a collada plugin for blender, IDK WTF you're talking about o_O
blender 2.5x I do believe has the collada plugin fixed...
EDIT: if anything, I'm starting back up on my MDL0 plugin for blender...
if anyone's willing to root for the project, I think I'm ready to take another hit at it 
I could have sworn you've been talking about nothing but blender this entire time. My bad I guess?  By the way 404 if you could get that sketchup model to me in 3ds or obj format that'd be great. These plugins I'm using don't import textures like a .3ds does, basically making it pointless to use it in the first place.
|
|
« Last Edit: July 11, 2011, 05:23:29 PM by Justin712 »
|
Logged
|
If you've got a minute, check out my portfolio! I'm always lookin' for fun projects to do, so if you think you'd want my help, just let me know! I do all of my own modeling, texturing, rigging, and animating.
|
|
|
|
|