Red Alert Style RTS

Hi everyone,

First video of an RTS I’ve been working on is up:

http://www.youtube.com/watch?v=cVAddaLIImU

Everything is 100% unique. Suggestions/feedback welcome. :slight_smile:

Nice, how did you do the fog of war? It looks like you are changing the vertex colours, is this the case?

Yeah, I need to find a better way to do it though - it’s currently far too intensive. I’m using a for loop that cycles through every vertex, compares the position to the unit, then adjusts vertex colour accordingly. Is there a better solution to this?