PDA

View Full Version : Problem with importing Quake2/md2 models


johanzebin
02-15-2009, 03:34 PM
Hi everybody,
I'm currently fiddling around with the Trial Version (3.12.0004), and one of the first things I wanted to try is loading a md2 model... mostly just for the fun of it.
However now it took me at least 2 hours until I found out how to convert those REALLY old QuakeI-models into md2, but if I try to add them into Vizard (via viz.add), I get the following:

Traceback (most recent call last):
File "<string>", line 11, in ?
File "VizardTutorial1.py", line 5, in ?
ogre = viz.add('ogre.MD2')
File "F:\Program Files\WorldViz\Vizard30/python\viz.py", line 8575, in add
raise ValueError, 'Unrecognized file extension: '+fileType
ValueError: Unrecognized file extension: MD2

I also downloaded some random md2 models from the web, and ran into the same error message... is it a problem of the Trial Version, my files, or is this format just not supported anymore?

Any suggestions into which format I should convert the md2-file to, in order to oblige Vizard most likely? I already tried Blender, but somehow the textures got lost on the way (the plain meshes worked, though!)...

johanzebin
02-15-2009, 05:45 PM
Haha, great success!
At least, I got the texture to work - I simply added a texture I found on the internets... (the mesh was converted from .md2 to .wrl using Blender)

Now I would like to have it all - has anybody ever converted the animations of a .md2 into something Vizard can read? It's just that I'm a complete noob and don't want to spend a whole day on this small journey into 3D-modeling^^

johanzebin
02-15-2009, 05:47 PM
... oh sorry I forgot to include the screenshot which proves it all!

Please answer if you know how to convert an .md2 file with all its animations into something Vizard can read easily!

vserchi
09-05-2013, 01:02 AM
Hi Johanzebin, I encountered in the same problem. Have solved it?