What is a .dmd file and how do you create/edit them?
I have read the Wiki page http://wiki.dengine.net/w/DMD - which says they are a DE-enhanced version of md2 files. So I am curious, 1: are there resource packs that use .dmd files? and 2: what app are people using to create/edit these files?
Comments
One of the guys on a forum wrote a GUI for it
viewtopic.php?f=22&t=912
Please pardon my daftness, but I am still confused! The app md2tool (installed with DE) and the GUI in the link you posted both reference conversion of md2 to dmd and vice versa. Which is great, of course, but why use the dmd format if there is (as is would appear to me thus far) no way to make use of it's added functionality?
Again, I apologize if I am being obtuse, I am new to the world of modding DE and trying to learn on my own!
Is dmd preferred over md2? or md5 as I see DE2 using.
Should all dmd and md2 files be converted to md5? or dmd? or something I have yet to learn about? LOL :-)
The DE2 using ASSIMP library to handle models. There are lot of supported formats, but we stopped with FBX after some testing as the most feature-full and bug free. The LOD system is not supported yet for a DE2. Anyway I think it's not a model format binded.
Ok, so .md5 is preferred over the older .md2 and .dmd - correct?
But what about .fbx vs .md5? Is one better than the other, or are they used for different purposes? (I read the HUD reference, although I admit that I don't fully understand this thread - YET! LOL)
THANKS everyone - for helping an "old newbie" :-) to understand the world of DE!
Development of Doomsday 2 will focus on model formats that support skeletal animation (such as MD5 and FBX). MD2/DMD are based on vertex frames, meaning that each frame in the animations is essentially a separate set of vertices. In skeletal animation, you only have one set of vertices and move those around using a skeleton structure.
I would imagine this comes down to which is better supported in the model editing tools you happen to be using. From a technical viewpoint, FBX is more versatile, but Doomsday will not support every feature of FBX anyway.
Ok so for someone just starting out and doesn't have a preferred set of editing tools, FBX seems like a better choice, right?
With DE2 being still in development, and thus support for FBX being rather new I would guess, is it "too cutting edge" for a newcomer to choose? What I mean is, are other people using the format? I'm hoping to find support and guidance from others doing similar things.
My own preference is FBX because of 2 things:
1. It's easier to export from Maya app, I used recently.
2. Only FBX (or maybe Collada too) provided me with the feature set I familiar in my everyday work. And I'm gladly used it for DE2.