Generic thread title as I haven’t decided on the game name yet.
For past couple of years or so, most of money I make I save up to then live off and work on my RTS game. I hope to eventually finish it to at least prototype stage There are no good modern RTS games that capture the good old RTS golden era spirit, so I had to step up an make mine
I will post WIP pictures/videos here from time to time to document my progress.
Starting from the old videos to newer ones:
First path finding and avoidance somewhat working together:
Implemented unit destruction:
Initial building destruction test:
Initial Fog of War implementation:
Some test of drawing units when occluded by environment:
Building placement system:
Many of RTS games work around the problem of building models fitting into the terrain by having lot of perfectly flat areas on the map, but that often results in very unnatural, platform/terraced looking environments. I want my maps looking natural, but that also makes finding even terrain to place the building on quite difficult, since landscape curvature is hard to evaluate from the bird’s eye view. So I crated some graphics to help players find even terrain.
I finally implemented building construction by units. It doesn’t have any visual effects yet and some things are a bit wonky, but the concept works. Buildings can build units which can build buildings which can build units.
The RTS circle of life is complete
Next update will probably be the visual effects for construction of the buildings.
This is just awesome!, tell me more about the project? how big the map will be? how many units are you thinking will run in a map, I have many more questions, but lets start with those 2.
Well, you can sort of see it from the videos. When you take a look at the minimap and compare the camera frustum icon to the whole minimap, so that’s how big I plan the 1v1 map in the prototype be. I’d say map sizes will be ranging from half of that to double of that.
As for the amount of units, I don’t plan any epic scale unit amounts. Just average amounts you’d see in a C&C game, ranging from about 30-300 units per player.