Page 2 of 2

Re: I want to use models but don't know how to make an md2/m

Posted: Mon Feb 21, 2011 1:54
by wtg62
I can't view the model in milkshape because I'm not registered either.

Re: I want to use models but don't know how to make an md2/m

Posted: Mon Feb 21, 2011 13:07
by Enjay
Milkshape unregistered doesn't allow importing of MD3s? Hmmm... I thought it allowed that but not exporting. I guess that I was wrong. Still, any other program that imports MD3s should be able to read it.

Re: I want to use models but don't know how to make an md2/m

Posted: Mon Feb 21, 2011 14:24
by dark-slayer-201
wtg62 wrote:Blender (Failed, kept saving md2 as a .blend file)
You cannot save it as a .md2
You have to export it as .md2
File > Export > MD2 (.md2)
and Importing is pretty much the same
File > Import > MD2 (.md2)

Also, you can alternatively get a md3 import/export script for Blender aswell.
I find this engine pretty powerful.

Re: I want to use models but don't know how to make an md2/m

Posted: Tue Feb 22, 2011 0:21
by wtg62
Yeah About That...

I Need Python.dll in order to do that with blender.

Re: I want to use models but don't know how to make an md2/m

Posted: Tue Feb 22, 2011 8:02
by dark-slayer-201
You need to install the Python Programming language.
You can get it from here.
http://www.python.org/getit/

Alternatively, blender may require Python 2.6 which can be downloaded from here.
http://www.python.org/download/releases/2.6/

I am not completely sure about the versions since it was a long time since i installed it all.

You can get all the required scripts to work with .md3 files from here.
https://xreal.svn.sourceforge.net/svnro ... l/blender/
You need:
* md3.py
* md3_export.py
* md3_import.py
* q_math.py
* q_shared.py
Place them all in...
(XP) C:\Documents and Settings\<Username>\Application Data\Blender Foundation\Blender\.blender\scripts\
(Vista/7) C:\Users\<Username>\AppData\Roaming\Blender Foundation\Blender\.blender\scripts\ (Not 100% sure)
Note that you will need to have hidden folders visible.

There are other scripts there, but at the moment they will have no use for GZDoom.

Re: I want to use models but don't know how to make an md2/m

Posted: Wed Feb 23, 2011 0:22
by wtg62
I've installed it and blender can't find it.