Importing Quake I mdl files

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
cwick
Posts: 4
Joined: Tue Oct 20, 2009 6:13 pm

Importing Quake I mdl files

Post by cwick »

I see Irrlicht has support for Quake 3 and Quake 2 models, but not Quake I. I would like to implement a loader for Quake I .mdl files. Anybody interested in this?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Hmm, maybe too low-poly. But also try the search button, there are several mdl loaders available (and many formats that name themselves mdl...)
cwick
Posts: 4
Joined: Tue Oct 20, 2009 6:13 pm

Post by cwick »

Hm, yes I see that Neverwinter Nights, Half Life, and Quake I all use a format called "mdl". If they are pretty similar I wonder if one loader could be written to handle them all.

I'm just trying to write some simple mesh loading code to help me learn the guts of the engine. Also, it might be good to have an mdl mesh loader just to round out the trilogy of Quake file formats.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

We have a MDL loader for Warcraft models in irrExt. This is completely different from the mdl loader for quake1, though. But I once had a look at this format, and it should be rather simple to write such a loader, e.g. based on the md2 loader. Since you seem to be quite skilled (assuming that you're the same cwick as on SF) it should be no problem to come up with the loader.
Post Reply