Massive Warbots Online Update!

Published October 09, 2009
Advertisement
Hey guys,

As usual I've been working insane hours on this game. There are so many new things I've added into the game I'll let the screenshots do the talking [with a brief description below [grin]]. If anyone has questions I'd be glad to answer them...

Note: I just took this screenshot a few minutes ago, some of the others are a few days to a week old


GPU based procedural cloud rendering system
I've repleaced my static scrolling skybox with a fully dynamic / procedural cloud rendering system. You can adjust about 15 aspects of the cloud system to achieve any apperence in real-time [ video coming soon ]. You can get all kinds of really cool looking effects ... time lapse, thunder storms, clear skies, dramatic sunsets, etc. The lighting on the clouds are not technically mathmatically correct, I just do some hacks in the pixel shader based on the 'height' of the noise at the point. There were a lot of cool threads I read while working on this, including the infamous 'sky rendering' thread.







Beach Asssault map progress
I've been working on the most complex of the new map / gameplay modes...adding artillary to the defending team, adding the command points, working on the landing craft logic and animation system...there are a million details to still work out...but it is going to be GLORIOUS :-o






First person / remote robot command
I've redone the hand models and touched up the weapon model for when you jump out of your vehicle.

I've also recorded voices so your robot will communicate with you, it's pretty sweet :-D

Videos soon.... [grin]

New set of human animations & rendering with true hardware instancing
I replaced my shader based instancing with true HW instancing. I also implemented a new animation system I coded...as well as integrating a whole new set of animations. There were only 4 animations before, now there is a brand new set of 14 animations for the human models. This is all in addition to the robust dynamic imposter rendering system I added in the last journal update.




Heat Blur / Screenspace distortion effect
This effect is applied on fire, muzzle flashes, engine exhausts, explosions, and a ton of other places throughout the game.

This is what the scrolling screenspace texture looks like, red offsets on X, green offsets on Y. I scroll two in oppositite directions in the post-process shader and average them. The strength of the blur is modulated by various mask textures that are rendered to one of the channels in my misc texture [ depth of field, god rays, etc ]


Here is a example of the effect unmodulated, it sort of looks like an underwater effect.


Radial Motion Blur Post-Process
Implementation of a standard radial motion blur post processing effect. I'm thinking of modulating it based on the distance from the viewer.


Uber-Buggy / UberBot
A newly skinned version of this vehicle ... created by gamedev's own DogmaDZ
Unfortunatly I don't have the money to get the hovercraft, tank, or 6 wheeled buggy upgraded/retextured just yet ;-/



A million other things
So many other things from night sights on the weapon, to early work on squad based AI...there are so many things I've been working on. I'm gonna throw a few misc. screenshots here at the end of the post...stay tuned!!

- Dan



0 likes 5 comments

Comments

LogicalError
Looks good! I wonder though, if the sky would look better if there's some curvature in it.. right now it looks like a really big flat plane (which it probably is) and over these distances you would probably notice some curvature.
October 09, 2009 07:50 AM
dgreen02
Quote:Original post by LogicalError
Looks good! I wonder though, if the sky would look better if there's some curvature in it.. right now it looks like a really big flat plane (which it probably is) and over these distances you would probably notice some curvature.


Yea, I have full control over the sky 'plane' geometry in the model editor...I tried a very curved surface and it didn't look too good. I have not tried slight levels of curvature ... I will do that and report back. I'm sooo damn tired of working on the sky, I'm almost embarrased how much time I've spent tweaking it :-> Something always overblooms in some situation, or looks too boring, or too flat, or too ____ ...

I appreciate the input :-D
October 09, 2009 08:07 AM
Matias Goldberg
Shi**t

All I can say...
October 10, 2009 06:01 PM
evolutional
You amaze me.

Hurry up and finish so we can do a Spotlight profile.... ;)
October 12, 2009 03:49 PM
dgreen02
Quote:Original post by evolutional
You amaze me.

Hurry up and finish so we can do a Spotlight profile.... ;)


lol, yes massa immaa workin as fast as I can :-o
October 12, 2009 08:25 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement