Game
Our Great War


6 years ago

Starting to populate our initial level with objects after gray boxing. Attempting to keep the final file size down, we'll try to reuse textures. This texture will get used a lot since a lot of items are made of wood or we can use it as cracked mud.




1 comment

Loading...

Next up

Testing enemy AI is complex and visual debugging and feedback is an integral step to figure out what's going on in real time. Thanks to our AI programmer James on getting the enemy AI in.

First pass at the German Mauser 1898, one of the common rifles used early in World War 1. This is a step towards creating our German soldier. We have the AI, now part of the rifle. Next will be modeling and animating the soldier.

Idle animation is almost done. I made the bones visible so you can see how each one has to move in a particular way to make the whole body move. We then blend these animations in with other ones, such as walk/run, look up and more.

Revamped the targeting system to be more chaotic, like battles tend to be.

There was a bug where, if the unit was coming from the flank, only the one corner solder would be targeted, essentially getting all the bullets.

Behind the scenes look at the first person modeling and animation. While the soldier won't be seen, hands and arms (and sometimes feet) will be. So we can cull out the body in first person-only model to make it more efficient.

Optimizing the first level so it can be played on slower computers but still enjoy the realism that's been put into this project. It's easy to be inefficient, so it's time to optimize.

Animated with the Lee-Enfield rifle. Almost ready to put this into the game so we can remove the default hand. It's not 100% but beats the robot hand. Let me know what you think!

Lots of technical difficulties are popping up, from dead computers to engine crashes. But we're still making progress! Here's a sneak peak at one of the latest levels being developed.

Our Brotherly War is an action strategy game where you move your armies around the United States and engage in real-time battles with infantry, cavalry and cannons.

Casualties are permanent, resources are scarce, and the battles are uncertain.

Working on the targeting control, to make it a bit more random and chaotic for battle. Yellow lines are for debugging.