Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
RetroRoy

Some Doom 3D models I've been working on

Recommended Posts

Hi there guys, just been messing around with Sculptris for a few weeks and I'm somewhat pleased with some of the results (since I didn't even use tutorials). The idea was to further down the line, use them on GZDoom (tho I have no idea how one does that). Anyways, I'll let you guys be the judges. None of them are finished yet but here's hope you enjoy some of these. Your input is very much appreciated!

Desktop Screenshot 2021.08.28 - 12.08.48.20.png

Desktop Screenshot 2021.08.28 - 12.09.10.92.png

71325709_123048362423872_1747109146013990912_o.png

mastamind.jpg

imp.jpg

cybie no color2.jpg

glimmering pinky.jpg

HK ingame mockup.jpg

Share this post


Link to post

Wow, they are so cool!

 

If you create all the animations they need and save them as MD3 files then I can show you how to import them in to GZDoom as 3D monsters!

 

I have a lot of 3D monsters myself, but I have yet to make animations for them, so they are just static models for now.

 

However, I have imported tons of already made MD3 models as monsters, for example in my After Dawn WIP project.

 

Share this post


Link to post

you need to write a modeldefinition aka modeldef

 

you can use skin or surfaceskin

 

usually if it is simple and its one model with one skin then I use skin

 

otherwise a model with multiple objects then I use surfaceskin to assign the right skin to each object in the model

 

then you have to know the frame numbers for each animation and create dummy sprites for each frame you need for your decorate or zscript model definition

 

 

 

Share this post


Link to post

Importing AND animating these models in GZDoom will not be possible, these sculpts seem to have 1,500,000 polygons on average based on the screenshot of the Imp sculpt, and the MD3 format (The most advanced animated model format GZDoom supports.) can only have 262144 polygons per model.

The models would have to be triangulated to work in GZDoom too, which would multiply the polygon count. The only way to get such complicated models in GZDoom would be to import them as OBJs, which have no hard polygon limit, but of course you then wouldn't be able to animate them.

Share this post


Link to post

Good stuff man!

 

I thought I'd have a stab at it:

sculptris01.png.b0ff4cf39d1e9ad402b89107a64428ed.png

So here's a couple of Sphere's.

Brought this one in paint shop and it ended up as an Invulnerability sphere. 

mrinvuln.png.6343dd10bf6ff54409be8c929a9f24fc.png

sculptris02.png.94d76866f375cd62e44e2938c6d379a5.png

Not sure where I was going with this one, Mr.Potato head? lol

Maybe it could be used as a Berserker, but a sphere version of it?

mrzerker01.png.d2a8a465100e4e5e13bafc77cad02be6.png

 

The idea with these is, maybe if someone wanted to use them as a hi-res sprite replacement.

Though they don't animate, so all frames would need be the same, a float/bob action type animation is probably enough anyway.

 

Have not tested in game, feel free to use!

 

Cheers

 

Share this post


Link to post
16 hours ago, inkoalawetrust said:

Importing AND animating these models in GZDoom will not be possible, these sculpts seem to have 1,500,000 polygons on average based on the screenshot of the Imp sculpt, and the MD3 format (The most advanced animated model format GZDoom supports.) can only have 262144 polygons per model.

The models would have to be triangulated to work in GZDoom too, which would multiply the polygon count. The only way to get such complicated models in GZDoom would be to import them as OBJs, which have no hard polygon limit, but of course you then wouldn't be able to animate them.

he could use filters to simplify the models before importing them to get the polycount down

Share this post


Link to post
6 hours ago, CBM said:

he could use filters to simplify the models before importing them to get the polycount down


I'm not too sure how well decimating the final, triangulated models would work, since you'd have to decimate millions of polygons down to 262144 or less. With that much decimation I think any model would start visibly looking off regardless of the algorithm used.

Share this post


Link to post
4 hours ago, inkoalawetrust said:


I'm not too sure how well decimating the final, triangulated models would work, since you'd have to decimate millions of polygons down to 262144 or less. With that much decimation I think any model would start visibly looking off regardless of the algorithm used.

Hm, what if he did it in multiple passes? wouldnt that help to preserve details?

Share this post


Link to post

I posted all those pics, and never came back to see what people had to say up until now, "chaos reigns" xD

Thank you so much for the positive feedback and some input on how one would export these to GZDoom!

Before even animating I would have to finish one of these models... but there's a way in Sculptris to lower the polycount by a lot but it loses some of the sharpness of course. Lowering the polys was something I knew that would have to be done if these were actually to work in game, just like when people use Doom 2016 models in GZDoom. If converting those into md3 is possible, these should be as well. (I have converted some to OBJ files, but didn't know you can't animate that, thanks for that heads up btw). Is it possible to convert OBJ models into MD3 and then animate from there?
I have some background as a 2D animator but I have no idea how to animate in 3D, or if it would look any good in motion if I animated these fuckos. I have thought however that in any case maybe they could be used as HD sprites, tho I also kinda dunno how to do that but at least I could "prepare" the "materials" until then.
And btw, I have a notion that it is possible but haven't seen it working yet, it is possible to have bumpmapped sprites at all? I think I've seen one guy do that with the shotgun sprite but never got to see it in motion.
Gonna check your mod CBM, maybe we could collab on something lol, who knows?

Once again, many thanks and as soon as I have a model finished or textured at last or something, I'll keep you guys posted, cheers!

Share this post


Link to post
6 hours ago, RetroRoy said:

I posted all those pics, and never came back to see what people had to say up until now, "chaos reigns" xD

Thank you so much for the positive feedback and some input on how one would export these to GZDoom!

Before even animating I would have to finish one of these models... but there's a way in Sculptris to lower the polycount by a lot but it loses some of the sharpness of course. Lowering the polys was something I knew that would have to be done if these were actually to work in game, just like when people use Doom 2016 models in GZDoom. If converting those into md3 is possible, these should be as well. (I have converted some to OBJ files, but didn't know you can't animate that, thanks for that heads up btw). Is it possible to convert OBJ models into MD3 and then animate from there?
I have some background as a 2D animator but I have no idea how to animate in 3D, or if it would look any good in motion if I animated these fuckos. I have thought however that in any case maybe they could be used as HD sprites, tho I also kinda dunno how to do that but at least I could "prepare" the "materials" until then.
And btw, I have a notion that it is possible but haven't seen it working yet, it is possible to have bumpmapped sprites at all? I think I've seen one guy do that with the shotgun sprite but never got to see it in motion.
Gonna check your mod CBM, maybe we could collab on something lol, who knows?

Once again, many thanks and as soon as I have a model finished or textured at last or something, I'll keep you guys posted, cheers!

Converting the models from OBJ to MD3 can be done with Noesis. Also AFAIK bumpmapped sprites aren't a thing.

Share this post


Link to post
20 hours ago, RetroRoy said:

If converting those into md3 is possible, these should be as well. (I have converted some to OBJ files, but didn't know you can't animate that, thanks for that heads up btw). Is it possible to convert OBJ models into MD3 and then animate from there?
Gonna check your mod CBM, maybe we could collab on something lol, who knows?

Once again, many thanks and as soon as I have a model finished or textured at last or something, I'll keep you guys posted, cheers!

The only way to animate with OBJs is to make a new OBJ model for each frame the model needs, so the MD3 format would be better for animation as the OBJ format doesnt support animation.

 

Avoid the MD2 format since it warps the model during animation, if you check out Genetech by Enjay and then pay close attention to the idle animations of the weapons then you will see the weapon 3d models during animations are almost behaving as if they were being boiled or something. After Dawn is based on many of the resources from Genetech and in After Dawn I don't use the weapon idle animations to avoid this effect.

 

I have in some cases used a single OBJ file to do like a gun flash frame for a model, such that all the movement and stuff is in an MD3 file and then the one frame with the actual firing of the gun has a duplicate as an OBJ file where there is also a gun flash added.

 

I have several mods (gzfreepunk, the gzfreepunk's steampunk'ish robot monsters, after dawn, 3d vehicles, 40k model packs and booked the cp) that are WIP and are going to be WIP for years to come still I think :-) 

 

I would love a collab at some point. I am trying to learn blender and through that also learn 3D animation. I have experimented with 3D bone animation in Maverick but I still have a long road ahead I think.

 

Yes, Noesis, Maverick, Blender and a ton of other tools can convert between OBJ and MD3 for you.

Edited by CBM

Share this post


Link to post

I think the Imp can be improved, it looks... quite ugly not gonna lie.

 

My favorite one out of those are Spider Mastermind, just kind of a shame that we didn't get to see her full head. Anyway looks pretty good!

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×