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
Necros 
Individual timing does work. But IIRC, maybe not in GLQuake.

PS: Confirmed, it's a GLQuake-only bug. All hail software rendering!
http://celephais.net/board/view_thread.php?id=60097&start=179&end=179 
 
And here's the proof that it does work in WinQuake. See the function R_AliasSetupFrame:
https://github.com/id-Software/Quake/blob/master/WinQuake/r_alias.c 
 
Hmm so now I just need to make a model that uses a zillion frames and work with a programming on this form crazy enough to do it with me? Shub Niggurath proper boss fight anyone? :)

Dont let her just sit in a pool of lava waiting to be tellefragged. Have her take off and hover and fly around after a certain amount of damage coming after the player with all manner of evil spells. 
 
IMO I think you should animate it so you can use it to replace the current model. You can always add extra frames at the end anyway which will be ignored by standard quake. 
Was The Plan Fifth :) 
Any future models I would add additional features on the back end for any intrepid programmer to tinker with if they are up for it. I plan to add at least 1 new range attack and death for the shambler after his first release. Some sort of AOE lighting sphere channel attack is what I have in mind. 
Alt Shambles 
Any future models I would add additional features on the back end for any intrepid programmer to tinker with
If you want I can add the new Shambler model to AD with alternative channel attack. Please don't listen to anyone about framegroups, they are freakin nightmare to get right in QC.

Things to consider with your model, add idle animations (checking hands, looking around etc), alternative death animations, maybe a stomp to the ground attack (could be cool for a stomp+lightning combo) Any new stuff you add, let people know the movement speed you animated at, it will make implementing the QC easier.

Also if you have time, update the horrible head gib model, that is so damn ugly it makes me cringe when I see it in game. Any extra gib models (claws+feet) are always welcome! :P 
 
In ad-obd I saw a shambler foot gib that reminded me the cyberdemon, and it felt great. 
Tried To Add Some Dirt And Emphasis On Some Parts 
Advanced Usage Of Qmdl In Python 
Since the topic came up, the group_frames function in qmdl does support an optional 4th parameter called duration, which defaults to 0.1 if not set. This sets the duration of frames in the framegroup. Because of the GLQuake bug that prevents per-frame setting of the value in most engines, the function only takes a single value and applies it to all frames. You could write your own code to set individual values if you desired but I wouldn't recommend it. 
 
Avoid mixing blue tones with gray, that's very hard to get it looking really good in the software renderer.

Try to use similar hues for both the base image and the weathering, only drastically switching hues on neighbouring pixels that have the same brightness, to smooth out the transition.

Grayscale tones are difficult to mix with other colors. They mix better with more desaturated colors. 
Sock Yea Sure! 
That would be a nice debut for this guy I think in Arcane Dimension. I just finished his original animation set so now I can look into adding some new one. Check it out!

https://youtu.be/OemMkCeTB6Y

New Idle and death for sure! AOE Stomping lighting attack would be murder.

Speaking of lighting... Its one of the things I would love to redo. Longer more varied chunks because the default tiles like crazy and does not give me the electric vibe. 
Skiffy 
that looks absolutely incredible!! Cannot wait for this badboy! 
It Does Look Incredibly Good And Faithful To The Original 
 
Buttock Wiggle Animation Please 
 
Https://youtu.be/l3fZuW-aJsg 
 
Oh My God Do I Try 
this time trying to put more rust, bonus point for software rendering (I don't like that because it stings the eyes, but some people do so eh)
http://image.noelshack.com/fichiers/2016/03/1453577612-wip4-bfg9500.png 
Idle Shambler Claws 
That would be a nice debut for this guy I think in Arcane Dimension. I just finished his original animation set so now I can look into adding some new one

I would recommend 2 idles, something with claws as they are obvious to see from a distance. Also as the Shambler has no neck, turning would not be obvious to see. 3 channeling lightning animations (start/looped/stop), a single foot stop (shockwave effect, lift all around up into the air unless jumping) and 1 extra death animation.

I would suggest any new features be on a shambler with a new skin (always best to keep the original behaviour) and to keep the HP exactly the same with GL/RL resist as before. If you want this as part of AD then then let me know as it could be added as a patch easily.

Longer more varied chunks because the default tiles like crazy
The lightning bolts are hard coded to the engine lightning effect. If you want more variety of bolts then its needs new QC to calculate the length, draw the segments and then fade them. It could be easily added as this is what I am doing with the AD fire wraith. 
 
skiffy: that looks great. 
BFG Comments 
Hey Daya, that latest one has come on leaps and bounds from the first shots. Making the weathering rusty is a good move because it gives the metal a contrasting warmer colour to the blue body. It could probably stand to take a bit more noise on the flat portions, perhaps by adding a specular highlight on those portions (the directional illumination is already much better).

I think you could also get some more mileage out of that blue glowing bit at the back. If you can bake some fake blue reflected highlights into the surrounding portions it will stand out much more. You are working with the quake palette of course, but you might be able to switch palette rows to do it, using the lower bright blue row to find some more saturated highlight for the blue bodywork, and pale blue tones on the nearest metalwork highlights.

One final idea for the light itself, since the palette has very few fullbright blue tones it's hard to do anything other than make it totally flat. However, perhaps you could try a chequerboard pattern with the lighter shade. In software mode you might hope for an effect like:

http://i.ebayimg.com/00/s/NzU1WDE2MDA=/z/KpsAAOxyVLNS8SsT/$_35.JPG

In GLQuake the smoothing will at least create more texture and perhaps some kind of gradient effect. 
Daya 
Now it's looking really closer to the original Quake style. I'll wait to see it ingame. 
Preach 
Exactly 
But more so. The light had a great pattern now. The highlights on the edge are what's needed, but can you try adding some spilling onto the surrounding elements? Like the inside edge of the crank handle, maybe the metal part of the stock and the blue portions right below the light. Make it so it's really emitting (fake) light onto the surrounding portions. 
Paintover 
http://www.quaketastic.com/files/screen_shots/1453584132-bfg9500-backlight.jpg

One thing I didn't mention was the highlights on the ridges. It looks like the light is coming from back to front on the model (a good choice for first person models), so the sides of the ridges closest to the player should be in highlight. 
Thanks For The Schematic, I Needed That To Properly See What To Do 
Now We're Cooking 
Others may have suggestions but I'm liking it now. The way the blue highlights on the handles define the shape is really nice, it's a shame that will only be seen on the pickup model. Unless the handle can drop down during the fire animation to show it off...

If there's any way to fade the blue highlight out towards the back of the middle surface of the stock that would be nice, but it might take some clever pixelisation depending on how deep the palette will go.

One last job to do when all the skin is basically finalised is to look for all the seams, and use QME to try and unify the pixels on the edges. For example, the caps on the cylinders have bright pixels on the lower half, which clash with the shadows on the sides of the cylinders. You can paint in 3d view, using right-click to select the pixel colour from one side of the seam, and left click to apply it to the other. I do recognise this is a level of nit-picking very few of my models would stand up to... 
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.