ai wrote:Oh, can anyone tell me what's the difference between .md3 and .mdl and why certain models in Nexuiz are either .md3 or .mdl? Why not just one type? Then we have the .zym too, it's just too confusing.
EDIT: I have tried Valves .smd exporter, it seems to work so far (couldn't convert it into a .zym though), but now I need to convert this into a .md3 but a .qc file is missing. Does the flags have one? How do you go about creating one?
I can share what I know. There are 4 types of models currently supported by dp engine:
mdl - original quake model format
md3 - original quake 3 model format (segments are supported)
zym - zymotic model format
dpm - darkplaces model
psk - ?? dunno, might be supported, can't remember without looking at the code
md2 - original quake 2 model format, iirc, this is not supported
Hope that helps.