[SOLVED] Can i only load md2 Charakters ?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
No0b

[SOLVED] Can i only load md2 Charakters ?

Post by No0b »

If yes, where can i download a good md2 editor ?
If i want to edit them, they will not move again and have no texture :(.

And if i want to load .x files..he dont do it...
gmpiglet
Posts: 6
Joined: Mon Dec 20, 2004 1:20 pm

Post by gmpiglet »

You can use md2, x, 3ds, most things. Apparently blender is good, the gui takes a bit of learning though. Most 3d editors would export to a supported format.
No0b

Post by No0b »

thx but i dont found any source or tut where anybody loaded a non-md2 file 4 charakter... :/
INM8
Posts: 31
Joined: Fri Dec 31, 2004 9:04 pm
Location: TX

Post by INM8 »

ummmm, all you do in the code is put .3ds .x .obj or w/e file type the model is, i wouldnt recommend md2, cuz Md2 supports 4096 triangles! Thats not alot if you want halo-graphics! That would give you about Quake 1 or 2 graphics... just save your model as 3ds or w/e and in the code put .3ds insted of .md2, all of the examples r .md2 cuz niko didnt want the sdk 2 b a huge download, so he used the smallest possilbe! I hope that helps...
"Please do not read this quote. Thank you."
Keilaron

Post by Keilaron »

You can also load md3 (Quake 3) models, if you're feeling brave enough to recompile the engine DLL:
http://irrlicht.gamingnexus.de/
INM8
Posts: 31
Joined: Fri Dec 31, 2004 9:04 pm
Location: TX

Post by INM8 »

uhhhg, that didn't work for me... my models got all screwed! i'm prolly gonna wait til its out of beta ^_^
"Please do not read this quote. Thank you."
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

It probably needs some adjustements to be compatible with 0.7.
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
Guest

Post by Guest »

yeah, but why bother doing all that work if you can just use the other formats? i like 2 use .obj and .3ds - cuz they have high poly count :wink:
INM8
Posts: 31
Joined: Fri Dec 31, 2004 9:04 pm
Location: TX

Post by INM8 »

whoops! i hate when my cookie gets deleted, that was me above :P
"Please do not read this quote. Thank you."
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

md2 is used for its animated model capabilities. But it's morph and not skeletal-based.

3ds has got no model animation so it's better off for still things. They say .X is the appropiate format to get animated meshes into Irrlicht; it's a "modern" format, compatible with Irrlicht, allows higher polycount and it's skeletal-based animation. Althought so far I haven't seen any app using X animated characters (dunno if Vermeer's dwarf that comes with the model viewer is an animated X file; gotta ask him).
Last edited by afecelis on Sun Jan 16, 2005 1:27 pm, edited 1 time in total.
vermeer
Posts: 2017
Joined: Wed Jan 21, 2004 3:22 pm
Contact:

Post by vermeer »

yep, friend Afe

It's an x file I provided Niko as a sample more when he was making the loading of x files for Irrlicht.

I'd say use x. But no surprise at all...that's practically my only conversation theme here: "use x files" XD XD

The dwarf is a terribly bad model, though, bu at the momemnt, I had no other animation in that format, due to also, I don't do so much animations, usually. Well, lately yes, lately I only do that, practically.


That dwarf was exported with Character Fx (15$). It exports most usual formats. x, md2, and with export of 3ds and obj per-frame meshes, I have been able to compile an md3 using Npherno MD3 compiler, an old freebie. Very good indeed. Only u need to care about hiding uv seams in not seen places, or u'll have smoothing seams everywhere. That with md2 , 3ds, and md3 only. As been said, *.3ds has no deformation or skeletal animation. Is only good for rotat/move full object animation, and only for the softwares that allow exporting keydata in 3ds format, which are very few.

In my own order of preference.

-XSI exports x bone-weighted full animated characters. is the kickass solution.

-Blender has mainly ll u need, but u really need to master a quite hard to learn interface. Those saying is easy, is cause they've been a year with it, and what is funny, many which say that, go the traditional route: first learn modelling, then materials, then UV...most don't reach the point of learning well character animation, reason why majority is not demanding animation features. I already had a load of free and purchased modellers (can model, uv map and texture fully with free tools, or fully with comercial ones, I usually mix, for go quicker) , so , I jumped directly to animate. I can tell u though, if u used a load of packages, learning Blender is no big issue. With loads of patient, anyway, you can do a lot with Blender.
It exports x files: I use Jox exporter instead of the original one. The other also works, though.
It has a very complex way to fix, plant a foot in floor or wall, etc, when u wanna prevent it moving...and often not very accurate.
It has no possibility of restrictions per axe, and the IK guess it makes is no good. Again, though, stuff can be technically done. With loads more of pain than animating characters in tools like Max, or XSI(better).

-Character Fx... easy. The easiest. Powerful. No joint pinning. Not even a way to fake that foot staying steady. no way. Only u can reposition whole body till the foot matches more or less the same position in several keyframes, so, sliding and sinking will happen, even slightly. A pain. yet though, lots of indies don't care much a bout this...
It has a great native directx 8 exporter.

The dwarf was animated and exported with it. It was though for a dirty and quick md2, so it has a keyframe per frame , which is bad for memory usage in an skeletal format, but as was gonna be an md2, I originally didn't care: u should not make an x file that way.


-Ultimate Unwrap(is not an animator, but support animation conversions). Allows you to import the x animations, ecit the model in uv maps and some geometry fixing, and export again as X. Like MS Mview, it outputs x files that can be read by irrlicht, as jedive told me he tested some x basic files with bone and weights anim that I sent him.

I have been noticed too many times that x files work in irrlicht, only often the final exports needs to be resaved in the freeware Windows tool called Mview, provided in MS dx SDK, or in Bal's site, check my sig, in tools sticky...
Finally making games again!
http://www.konekogames.com
INM8
Posts: 31
Joined: Fri Dec 31, 2004 9:04 pm
Location: TX

Post by INM8 »

wow, THANKS! that helps out ALOT. i'm gonna use .x now :D i have blender, and i've tryed max... but its takes SOOO LOOONG to do things in max, and it takes seconds when i'm using blender! - most likely the hotkeys! also, max is a long load, and a huge file on your computer. character fx sounds awesome, for only 15 bux!? after i post this im checking it out :wink: l8r, thanks!

ps - whats the .x poly count? thanks in advance!
"Please do not read this quote. Thank you."
Post Reply