News | Forum | People | FAQ | Links | Search | Register | Log in
Modelling Help\Screenshots\Requests
It has always been difficult to get decent models for quake 1. So a thread where people can get advice on making models and post a work-in-progress for critiques is long overdue.

Any requests for models may well get met with silence. Specific requests will likely stand a better chance; "I'd really like a knight but carrying a shield" might be better received than "we need a mdler to join our mod remaking counter-strike for darkplaces".
First | Previous | Next | Last
Chicken And The Egg 
Yeah, how do you create the skin using QMe if you don't have a model yet? The answer, as necros said, is to use any old existing model, like shambler.mdl. Resize the existing skin in QME to the target skin size for your new model. Now import your new skin and export it to .pcx format.

If your models are crashing QME, check that you don't have skin UVs positioned outside the extents of the skin, and QME and software renderers don't like that. 
 
to understand why the colours get messed up requires understanding a bit about pcx.

pcx is a simple format where pixels are all stored in one long line as palette indices.

now, one option is to store the palette in the pcx, so the start of your image file has 256 * 3 bytes wasted on colour information.

save a pcx file from your image editor. now open it with windows preview. chances are, it looks fine.

now, open any model in QME and export the skin as pcx. now open that with windows preview. it will look black and white and the shading will be wrong. this is because QME exports pcx files without a palette. this type of pcx assumes your application will know what colour is what index.

ok, that's fine, so why does a pcx from your image editor with the proper 256 palette from quake still look wrong?

the problem is with the palette order. Your editor saves the image with the 256 palette so when you open with windows preview, it looks fine because, while the colours are not stored in the same order they are for quake, the image viewer will look at the palette and use the right colours anyway. but when preach's md3tomdl opens it, it doesn't care about the palette. it's only looking at the indices.

Now, preach could look in to dealing with that. doing comparisons on colour values and guessing the correct index in a pcx with a palette is pretty trivial. the only problem is where there are duplicate colours. there's no way for an algorithm to know that one red pixel is fullbright while the other is now. I think this is why he hasn't done that, because it would just lead to confusion. 
 
PCX info makes sense. I remember quake2 had similar issues with some textures looking truely odd back in the day but fine in engine. As for the model crashing QME... no UV's outside the UV space. I have some overlapping islands where parts share but that should not be an issue I think.

I've been reworking and finalizing a new proper revamp of the shambler model. That is what all this MDL messing about is for.

What version of QME are you guys using? It can only export and import bitmap files with the one I have... 
QME 3.1 Lite Ah 
Ok got it working! and even figured how to remove fullbrights and such other lovely things similar to texmake for map textures. My MDL pipeline is pretty solid now sweet.

So yea here is a sneak peak then... :)

https://dl.dropboxusercontent.com/u/1849053/Shambler_Remake_2015_Alpha.jpg

So um is there much use to naming frames? Right now its just generic fromase01 and so forth... If there is a reason then I need to figure out the python tool from Preach with all those lovely rename options and so forth... 
Thanks To The Awesome Of FUNCMSG 
Thanks for the help everyone and Preach for the tools making all this retro min maxing possible! 
 
Frame names are just for convenience and not used for anything! 
Skiffy 
I would love a tutorial if you can ever get around to it. :) 
Tutorial From Whom About What? :) 
About what I figured out or something else folks are talking about in this thread? 
 
About making quake models 
Yes.., Models 
I thought Preach manual on his site goes pretty well.

I am doing lots of modelling but if I was asked to make a tutorial it would be more about knowing engines like Blender and Max.

It is rally not that lot of work, in blender it's easy to import a model, giving it bones takes more care but certainly the joy of animating it.
Qmle can be a harsh editor, quiet old but effective to import the dxf models.

The greatest kick for me is to see the thing jumping in game! 
Great Work! 
 
DaZ Made Me Come Here From Twitter For That Screenshot 
Double entendre all up in the body. 
WIP BFG 9500 
I Can Only Describe This In A Quote From 'The Thick Of It' 
"FUCK THAT IS BRILLIAAAAAAANT!!!!!!!!!!!" 
Forgot To Add 
It's taken from Q2's BFG, I added more polys to the cylinders and redoing the entire texture 
That Was Re: Shambler 
That BFG is nice but the skin looks a bit like plastic. 
That's Because I'm Still Working On It 
After I'm done doing the bases, I plan on darkening it, put some noise, and apply the quake palette. This is the method I did for all my models. 
Alright, Gimme That Shambler! 
This model needs to be released. 
Shambler... Sooon.... 
If all goes well I might release it on the weekend. At least a alpha version for folks to try out and comment while I clean up animation looks and refine the texture a bit. 
BFG 
why has nobody - read: Tronyn and Ericw - done this in quake yet? 
If You Build It They Will Implement It? :) 
That is my theory at least....

For the shambler I will be able to add a bunch of additional animations at the end btw... for maybe some new abilities like running and clawing at the same time? Or some new AOE lighting shockwave attack.. always thought the shambler could use some additional tricks on higher skill levels. Or variants! we have a zillion ogres in Arcade Dimension... now that I have this bases I would be up for making some extra Shambler variations. Zombie shamblers anyone? :) 
 
keep in mind, max number of frames in a model (for compatibility with most engines) is 255. i know how easy it can be adding in new animations. :) 
161 Frames Of Fun! 
Well considering the current shambler is using 94 frames that gives me 161 frames of extra options? Let me get this sucker done first but I would love to work with the Arcane guys to maybe add some souped up Shamblers? :) 
 
Framegroups can be used to extend the number of frames in vanilla Quake. 
More Frames Where? How?? :) 
Oh? How is this done exactly? Just giving them actual names then? So the Run frame group and idle frame group can be no bigger than 255 frames? I would love to find some documentation to read on this... 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.