Page 1 of 1

3ds -> .blend -> .wrl -> .msh conversion FAIL

Posted: Mon Apr 04, 2011 12:03 am
by =BloodyRoses=
So i recently found a few freeware .3ds models that i'd like to work with in swbf2, and i want to convert them to wrl format so that i can switch them to .msh with the viewer. This is a process that i'm pretty familiar with since i do it whenever i make models from scratch in blender. Problem is, i can import models in 3ds format and attempt to export them as wrl, but they crash the msh viewer. Now i've uv mapped, checked the texface buttons and joined all parts of the object before exporting, am I missing a step here? These models are a crucial part of the mod i'm making (which is secret still btw)
one of these models crashes the msh viewer, the other does not show the textures properly and crashes zeroedit.

Re: 3ds -> .blend -> .wrl -> .msh conversion FAIL

Posted: Mon Apr 04, 2011 2:15 am
by THEWULFMAN
Its most likely the models fault. If you want you can PM me with the model and I can try to fix it. Otherwise I can not really help.

Re: 3ds -> .blend -> .wrl -> .msh conversion FAIL

Posted: Tue Apr 05, 2011 1:52 pm
by CalvaryCptMike
Texturing is really tricky for BF2. Do they use Unique UV's? I use XSI and cylindrical projection doesn't work. Have you successfully done the conversion before with other models? :?

Re: 3ds -> .blend -> .wrl -> .msh conversion FAIL

Posted: Tue Apr 05, 2011 4:48 pm
by DarthD.U.C.K.
texturing for swbf2 is not different from texturing for any other game. as long as you freeze the model before exporting to get rid of any texturesupportobjects it will work fine.

Re: 3ds -> .blend -> .wrl -> .msh conversion FAIL

Posted: Tue Apr 05, 2011 9:51 pm
by =BloodyRoses=
DarthD.U.C.K. wrote:texturing for swbf2 is not different from texturing for any other game. as long as you freeze the model before exporting to get rid of any texturesupportobjects it will work fine.
Please explain further.

and yes i have converted objects that ive created in blender and exported as vrml 2.0.

Re: 3ds -> .blend -> .wrl -> .msh conversion FAIL

Posted: Tue Apr 05, 2011 11:41 pm
by THEWULFMAN
=BloodyRoses= wrote:
DarthD.U.C.K. wrote:texturing for swbf2 is not different from texturing for any other game. as long as you freeze the model before exporting to get rid of any texturesupportobjects it will work fine.
Please explain further.

and yes i have converted objects that ive created in blender and exported as vrml 2.0.

:faint:
Dude, thats exactly what you dont want to do, exporting to VRML 2.0 will never work, try VRML97 (.wrl)

Re: 3ds -> .blend -> .wrl -> .msh conversion FAIL

Posted: Wed Apr 06, 2011 6:07 pm
by AceMastermind
THEWULFMAN wrote:...thats exactly what you dont want to do, exporting to VRML 2.0 will never work, try VRML97 (.wrl)
VRML 2.0 is VRML97.
http://en.wikipedia.org/wiki/VRML#Emerg ... al_upgrade

Conversion failure is caused by user error, it means you probably didn't prep the model for the target format properly or you are trying to use a format that doesn't support features that you need. There are many conversion methods to convert 3ds to msh, try another.

Re: 3ds -> .blend -> .wrl -> .msh conversion FAIL

Posted: Wed Apr 06, 2011 6:53 pm
by THEWULFMAN
AceMastermind wrote:
THEWULFMAN wrote:...thats exactly what you dont want to do, exporting to VRML 2.0 will never work, try VRML97 (.wrl)
VRML 2.0 is VRML97.
http://en.wikipedia.org/wiki/VRML#Emerg ... al_upgrade

Conversion failure is caused by user error, it means you probably didn't prep the model for the target format properly or you are trying to use a format that doesn't support features that you need. There are many conversion methods to convert 3ds to msh, try another.
Well then.....

FAIL

I guess I got 1.0 and 2.0 mixed up :oops:

Shutting up now

Re: 3ds -> .blend -> .wrl -> .msh conversion FAIL

Posted: Wed Apr 06, 2011 11:22 pm
by =BloodyRoses=
AceMastermind wrote:
Conversion failure is caused by user error, it means you probably didn't prep the model for the target format properly or you are trying to use a format that doesn't support features that you need. There are many conversion methods to convert 3ds to msh, try another.
I know it's user error, but the problem is that since I didn't make the models in the first place, i don't know if there are any extra parts of the model that are causing the errors. I need to know how to get rid of any unnecessary parts. Can you suggest a few methods?

Re: 3ds -> .blend -> .wrl -> .msh conversion FAIL

Posted: Thu Apr 07, 2011 12:51 am
by AceMastermind
If the model contains unneeded parts then remove them, if the mesh is dense then optimize it or break it up into multiple parts and export each part separately. When folks ask for help but want to keep things secret it makes offering the best solutions difficult, it would help us help you to know what particular model is giving you problems otherwise no one can really help you except for giving general information.

Re: 3ds -> .blend -> .wrl -> .msh conversion FAIL

Posted: Thu Apr 07, 2011 1:48 am
by THEWULFMAN
THEWULFMAN wrote:Its most likely the models fault. If you want you can PM me with the model and I can try to fix it. Otherwise I can not really help.