Model Conversion Tools

Discuss the creation of various model formats for Quake engines, and related matters to modeling.
Post Reply
Zippers
Posts: 3
Joined: Mon May 06, 2013 12:09 am

Model Conversion Tools

Post by Zippers »

Hey all, first post (long time lurker). I was curious as to what model conversion tools and exporters everyone is using when modeling for Quake engine games?

Here is my list:

Milkeshape
Pros: md3, md2, and mdl exporters. Imports a fair number of formats.
Cons: Not free. It has no IK, bad skeleton bugs, extremely limiting modeling tools, bad strict viewports interface, rudimentary UVmap editor.

QuArK
Pros: md3, md2, mdl exporters. Imports a fair number of formats.
Cons: None, except I found the interface clunky. Perhaps using it for a while might change my mind.

Noesis
Pros: md3, md2, mdl, iqm exporters. Imports a fair number of formats.
Cons: I couldn't find a way to set the path of the texture or shader used by exported models.

Asstools
Pros: Imports anything assimp can and spits out an iqe (which can be converted to an iqm).
Cons: You'll need a developer to compile a copy for you.
Last edited by Zippers on Tue Oct 29, 2013 1:20 am, edited 2 times in total.
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Re: Model Conversion Tools

Post by leileilol »

Zippers wrote:Also the exported IQM format appears to be incompatible with ioQuake3.
Ioq3's IQM loader is broken, so it's not a "con" for Noesis.

You should list more cons for Milkshape3D. It has no IK (making it a bad choice for any serious animation), bad skeleton bugs (like rotating a bone shrinks or grows a bone unintentionally), extremely limiting modeling tools, bad strict viewports interface, rudimentary UVmap editor, etc. The only reason why it gained popularity is the game exporters and early Half-Life community work.

I don't convert models. Blender and Noesis are the only 3d tools in the pipelines of many engine toolchains I use.
i should not be here
Zippers
Posts: 3
Joined: Mon May 06, 2013 12:09 am

Re: Model Conversion Tools

Post by Zippers »

leileilol wrote:You should list more cons for Milkshape3D. It has no IK (making it a bad choice for any serious animation), bad skeleton bugs (like rotating a bone shrinks or grows a bone unintentionally), extremely limiting modeling tools, bad strict viewports interface, rudimentary UVmap editor, etc. The only reason why it gained popularity is the game exporters and early Half-Life community work.
Thanks, I've updated the list.
leileilol wrote:Ioq3's IQM loader is broken, so it's not a "con" for Noesis.
That's unfortunate to hear about Ioq3, but good for Noesis. Could I get more info on the bug? I'd like to look into it.
drm_wayne
Posts: 232
Joined: Sat Feb 11, 2012 5:47 pm

Re: Model Conversion Tools

Post by drm_wayne »

Zippers wrote: Milkeshape
Pros: md3, md2, and mdl exporters. Imports a fair number of formats.
Cons: Not free. It has no IK, bad skeleton bugs, extremely limiting modeling tools, bad strict viewports interface, rudimentary UVmap editor.
the ms3d md2 exporter sucks.
Export md3 and convert it to md2 with noesis, theres a big difference :)
goldenboy
Posts: 924
Joined: Fri Sep 05, 2008 11:04 pm
Location: Kiel
Contact:

Re: Model Conversion Tools

Post by goldenboy »

Blender.

IQM exporter and ASE exporter. Sometimes OBJ.
ceriux
Posts: 2230
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Re: Model Conversion Tools

Post by ceriux »

from max i export to md3 then open in noesis and convert to mdl
http://forums.inside3d.com/viewtopic.php?f=13&t=3018
Zippers
Posts: 3
Joined: Mon May 06, 2013 12:09 am

Re: Model Conversion Tools

Post by Zippers »

It seems like a lot of people like Noesis. Its definitely a great program.
ceriux wrote:from max i export to md3 then open in noesis and convert to mdl
viewtopic.php?f=13&t=3018
Thanks for the tip and link! Any other exporters for modeling programs people could recommend are highly appreciated. Its not too hard to find md3 exporters for Blender, but finding them for max and maya is more difficult.
leileilol wrote:Ioq3's IQM loader is broken, so it's not a "con" for Noesis.
Silly me, this whole time I assumed it was Noesis. I decided to look into it, turns out Noesis exports its blend weights and indices as float/int and Ioq3 expects byte/byte. I've patched the loader to account for both cases. I've submitted a PR, hopefully it gets accepted.
SusanMDK
Posts: 601
Joined: Fri Aug 05, 2005 2:35 pm
Location: In The Sun

Re: Model Conversion Tools

Post by SusanMDK »

Export SMD from Blender, then use DPModel to compile them to DPM. I had some trouble with IQM, so I chose not to use it.

There used to be a gui for DPModel... maybe someone has it?
zbang!
qbism
Posts: 1236
Joined: Thu Nov 04, 2004 5:51 am
Contact:

Re: Model Conversion Tools

Post by qbism »

Blender can export mdl, and Noesis can convert to mdl, but the mdls created by either program are unshaded in-game. Not sure why. Maybe normal index is not set? Opening an mdl in Quark and just resaving fixes it.
ceriux
Posts: 2230
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Re: Model Conversion Tools

Post by ceriux »

im pretty sure saving a model in quark doubles the tri count , doesnt it?
qbism
Posts: 1236
Joined: Thu Nov 04, 2004 5:51 am
Contact:

Re: Model Conversion Tools

Post by qbism »

ceriux wrote:im pretty sure saving a model in quark doubles the tri count , doesnt it?
It does not, just looking at opening an mdl and saving it. The saved model is the same file size that was exported from Noesis. Now a quad model in some other format would get converted to tris and therefore double the polygons.
Post Reply