Making real 3d monsters

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
AndyMan
Posts: 4
Joined: Tue Apr 27, 2010 11:59 am

Making real 3d monsters

Post by AndyMan »

I am Working on a mod using Doombuilder2 as my editor. What I wanted to do was create 3d Monsters to use instead of the flat models that doom uses. I already know how to make the 3d models and what to use, what I need to know is if at all possible can I realy use 3d models and if so how can I import them into doombuilder2?
User avatar
Recurracy
Posts: 558
Joined: Fri Dec 19, 2008 12:11 pm

Re: Making real 3d monsters

Post by Recurracy »

Assuming you're going to use the standard Doom monsters, all you need to do is define a MODELDEF lump. More info about that on the zdoom wiki, it's on www.zdoom.org/wiki
User avatar
ReX
Posts: 1584
Joined: Tue Aug 05, 2003 10:01 am
Location: Quatto's Palace
Contact:

Re: Making real 3d monsters

Post by ReX »

AndyMan wrote:.... what I need to know is if at all possible can I realy use 3d models and if so how can I import them into doombuilder2?
Keep in mind that not all source ports for DooM/2 support models; you'll need to use a source port that does. Seeing as how you're in the ZDooM forum, I'll assume you're interested in ZDooM or its derivatives, GZDooM & SkullTag. GZDooM is what you'll need for model support. There are other source ports that support models too.

As for "importing" them into DB2, you're not actually importing them into the editor. You'll need to put your models and their definitions (MODELDEF & DECORATE) into your wad or pk3, then "point" DB2 to them via the editor's configuration file. You can begin with the standard configuration, and customize it to reference your models.
User avatar
Dark-Assassin
Posts: 742
Joined: Thu Mar 19, 2009 3:40 am
Location: South Australia

Re: Making real 3d monsters

Post by Dark-Assassin »

Skulltag has a much more flags and stuff for the models, thanks to Torr. Everything after the new md3 support has not been ported over yet to gzdoom.
User avatar
Nash
 
 
Posts: 17491
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Making real 3d monsters

Post by Nash »

dark-slayer-201 wrote:Skulltag has a much more flags and stuff for the models, thanks to Torr. Everything after the new md3 support has not been ported over yet to gzdoom.
Like what? The only new feature that I know about (and have recently started using a lot - awesome) is per surface texture support. UV merging has become a thing of the past.

(For those of you who want to use this feature - do not define a skin in your MODELDEF and GZDoom will use the skins that are assigned into the MD3 when you exported the model. You may edit skin paths with Npherno's MD3 Compiler)
Gez
 
 
Posts: 17942
Joined: Fri Jul 06, 2007 3:22 pm

Re: Making real 3d monsters

Post by Gez »

I think the only thing in Skulltag's model code that GZDoom does not have is this, which is not exactly relevant to monsters I think.
User avatar
Dark-Assassin
Posts: 742
Joined: Thu Mar 19, 2009 3:40 am
Location: South Australia

Re: Making real 3d monsters

Post by Dark-Assassin »

There is also a fix with rotating and pitchfrommomentum.
User avatar
printz
Posts: 2648
Joined: Thu Oct 26, 2006 12:08 pm
Location: Bucharest, Romania
Contact:

Re: Making real 3d monsters

Post by printz »

Are MD2 and MD3 the same formats as those from Quake 2 and Quake 3? Is there an editor?
User avatar
Recurracy
Posts: 558
Joined: Fri Dec 19, 2008 12:11 pm

Re: Making real 3d monsters

Post by Recurracy »

Is there an editor?
Misfit Model 3d works like a charm, and yes, md2 and md3 are originally Quake formats
User avatar
Dark-Assassin
Posts: 742
Joined: Thu Mar 19, 2009 3:40 am
Location: South Australia

Re: Making real 3d monsters

Post by Dark-Assassin »

Blender and Gmax works fine with them aswell, but they have to have the scripts. Blender comes with an md2 script.
AndyMan
Posts: 4
Joined: Tue Apr 27, 2010 11:59 am

Re: Making real 3d monsters

Post by AndyMan »

Ok Thanxs Im A little new to the more tech side of doom and its source ports, I normally just make maps with DB2... I have seen the nice 3d model pack that comes with Doomsday (jdoom) and I wanted to make some of meh own.
User avatar
Lexus Alyus
Posts: 4220
Joined: Tue Jul 15, 2003 5:07 pm
Location: Nottingham, UK
Contact:

Re: Making real 3d monsters

Post by Lexus Alyus »

I want to get into creating 3D models as it will add that extra dimension to my Mods.

I was thinking of using Blender 3D because it's free and I've spent enough money on music programs :D. I also don't know if this is something that I'll be doing more of, so there's no point in potentially wasting money.

What's this Misfit Model 3D then?
Locked

Return to “Editing (Archive)”