Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (AndrewAMD, chsmac85, NeoDumont, dr_panther, TedMar), 1,086 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 4 1 2 3 4
Tomorrow Armor! #186876
03/04/08 02:46
03/04/08 02:46
Joined: Apr 2002
Posts: 1,246
ny
jumpman Offline OP
Serious User
jumpman  Offline OP
Serious User

Joined: Apr 2002
Posts: 1,246
ny
Yesterday's Scrap is Tomorrow Armor!!!

Tomorrow Armor youtube Video!
NOTE: the video chops up in certain places because of my computer. Couldnt run gstudio and Fraps at the same time

This post is a little lengthy, but it feels good to explain my work.

Hey everyone its Jumpman again with another ninja post after weeks of silence! Here I have for you screens and video of a new game I am working on, a game of which is the combination of alot of past test levels and systems (maybe these games are still in the forums ). My ultimate game is going to be a squad based shooter, but I wanted to start simple, to see what hidden pitfalls are there in my script, so I started with a tank game. I am glad I started with this game, because of the bugs and errors not found in the test levels were ironed out, all the more better for my future squad game.

In tomorrow armor you control a little green tank, you can shoot your primary cannon and a secondary machine gun. The turret tracks the cursor and fires wherever the cursor is pointing at. The tank is not made up of different entities for the barrel rotation. This script is my previous bone rotation script used for tanks. You can accelerate, reverse and turn, while having your turret fire in any direction.

The real reason of this game was to get an AI to use both the pathfinding script (based on george's AUM A* tutorial) and a behavior setup with some kind of decision making, and to see if I can get it to work. Lemme tell you, having seperate scripts that work perfectly is a different world then putting them together. Lots of new and hidden bugs in the script came to light, but all this did was make the original scripts even more modular and even more improved. Hopefully I will be able to port alot of this code to my next game.

Incoming screens and descriptions of the AI:


Above is a shot of the player trying to look cool.


Here is a shot of both teams fighting each other on a hill.


A green tank outnumbered by two brown tanks.


2 green tanks buffing themselves with bounce shields and a tank buffing himself with armor.


2 brown tanks sending a volley amongst the grass.



Lots of explosions and chaos.



A green tank trying desperatly to survive by using his armor special.



3 brown tanks buffing with sheilds and armor and just generally kicking ass.



Here is the player trying to pick on two tanks, but those 2 had friends....



....which outflanked the player.

(it looks like I am not giving the green team a fair chance, but now I know why most games do not put ally AI or weaken the the ally AI. What ended up happening was that if the player had a few more green tanks, the green team won because of the players distraction. I wanted to make this level hard )

The AI so far has the ability to look for enemies, target and fire at enemies, alert allies who do not have targets, go to investigate (pathfind) shell explosions, and chase targets. The AI is also given a "specials" system. At the moment there are 3 AI specials given to them:

1. Add Armor : the AI buffs itself with 4000 armor. This game uses a damage reduction system like world of warcraft, where incoming damage is reduced by the amount of armor. The AI dies a little slower with this buff.

2. Heal : The AI heals itself for an instant 200, and an additional 100 over time. This does not restore armor, only health. The AI uses this when it is low on health.

3. Bounce Shield : The AI gives itself an almost impenetrable shield, bouncing any direct damage projectile. Indirect shell explosions can still hurt the tank.

Each AI has a certain amount of stocks of their given special. They also have cooldowns so the AI cannot rapid fire their specials in succession.



Above is a debug shot of the tanks showing which of their allies are linked in their own list. If a tank has yellow sparkles above its head, it is linked with 6 allies (full group).

The AI also has a system of knowing which allies are around it, and sorting them into a list. At the moment this does nothing, but this will soon come in handy for when I add onto the AI. Soon the tanks will be able to store his allies and many of their attributes into a list, and take the appropriate course of action. If a tank has 4 allies, 2 of which are of higher rank, and the average health of his group is over 60%, the tank will be more brazen in attacking because he knows he has ample support. If a lone tank sees an enemy that has alot of allies, the tank will choose to retreat.


What to add and improve:

1. More AI specials:

I also want to eventually add a few more specials the AI can perform. Using the AI ally list system, the AI will choose to use an airstrike if his enemy has allies bunched around him, instead of using an airstrike on a single enemy tank. If everything goes right, I will also add a commander AI, which can issue orders to tanks in his list, giving the AI's more clearer appearance of communication, and tank character.

2. Add soldiers and on foot AI

AI scripts should be easily scaleable for AI soldier models instead of tanks. When this happens I will dig into my old "cover finding" script so on foot AI can find cover against heavier armor.

3. Add flanking manuvers

Highest on my priority list is giving the AI the ability to attempt to outflank its target if the target is in a big group. This should provide some more sneaky behavior instead of driving straight up the middle only. With the soon to be implemented commander AI, commander tanks can order the faster subordinate tanks to outflank enemy groups. The level should be reasonably big to offer lots of flanking space.

4. Deathmatch Bots

After the main campaign AI is finished, I hope to then add deathmatch bots that actively drive around the level to various hotspots. These bots will be given random specials and random ranks.

As excited as I am to start adding onto the AI, I will tread lightly, as changing variables and states often destroy the AI, so Im taking it step by step with a priority list.

Sprite animations were done in flash, textures done in photoshop and bodypaint 3d, models done in Maya, animations done in MED, level blocks built in WED, music done with Fruity Loops. Please excuse the placeholder art. After the AI is down, I will work on adding more eye candy.


Last edited by jumpman; 03/04/08 02:54.
Re: Tomorrow Armor! [Re: jumpman] #186877
03/04/08 03:04
03/04/08 03:04
Joined: Mar 2003
Posts: 4,264
Wellington
Nems Offline

.
Nems  Offline

.

Joined: Mar 2003
Posts: 4,264
Wellington
Cool, looks spectacular but complex
Working out AI's is often the nightmare part for me.

Re: Tomorrow Armor! [Re: Nems] #186878
03/04/08 11:32
03/04/08 11:32
Joined: Aug 2007
Posts: 44
QLD, Australia
Serex Offline
Newbie
Serex  Offline
Newbie

Joined: Aug 2007
Posts: 44
QLD, Australia
Nicely done. I am about to undergo certain AI scripting for a current project, but was undecided as to what method i would be using. Simply looking through these screenshots and watching your gameplay video has motivated me to get some A* based AI system in place. Thankyou

Re: Tomorrow Armor! [Re: Serex] #186879
03/04/08 12:26
03/04/08 12:26
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
Wow, there seems to be a lot of impressive thigns going on "behind the scenes".

The graphcis however, look a bit blurry and boring. I hope they are only replacements during development and will be improved later.

Re: Tomorrow Armor! [Re: FBL] #186880
03/04/08 14:35
03/04/08 14:35
Joined: Jun 2003
Posts: 427
Prison
DarkWhoppy_ Offline
Senior Member
DarkWhoppy_  Offline
Senior Member

Joined: Jun 2003
Posts: 427
Prison
I like the look of the game. It's almost like a cartoon. Nice work


darkwhoppy@msn.no.spam.com (remove no.spam.) Website: WhoppyArts
Re: Tomorrow Armor! [Re: DarkWhoppy_] #186881
03/04/08 15:14
03/04/08 15:14
Joined: Apr 2006
Posts: 329
M
molotov Offline
Senior Member
molotov  Offline
Senior Member
M

Joined: Apr 2006
Posts: 329
The style looks realy great, especially the explosions. The gameplay also looks fun but the enviroments could use more work. Are you also going to create different types of tanks? anyway keep up the good work, it's looks great.

Re: Tomorrow Armor! [Re: molotov] #186882
03/04/08 15:23
03/04/08 15:23
Joined: Feb 2006
Posts: 616
Netherlands
cartoon_baboon Offline
User
cartoon_baboon  Offline
User

Joined: Feb 2006
Posts: 616
Netherlands
Looks pretty intense. I really like the cartoon dust clouds^^

Last edited by cartoon_baboon; 03/04/08 20:52.
Re: Tomorrow Armor! [Re: Nems] #186883
03/04/08 19:40
03/04/08 19:40
Joined: Mar 2006
Posts: 2,758
Antwerp,Belgium
frazzle Offline
Expert
frazzle  Offline
Expert

Joined: Mar 2006
Posts: 2,758
Antwerp,Belgium
Quote:


Cool, looks spectacular but complex





Same idea here
A refreshing concept with a nice cartoony look, what else do you need ^^
Looking forward to see more of this

Cheers

Frazzle


Antec® Case
Intel® X58 Chipset
Intel® i7 975 Quad Core
8 GB RAM DDR3
SSD OCZ®-VERTEX2 3.5 x4 ; HD 600 GB
NVIDIA® GeForce GTX 295 Memory 1795GB
Re: Tomorrow Armor! [Re: frazzle] #186884
03/04/08 23:09
03/04/08 23:09
Joined: Feb 2006
Posts: 86
here...or is it here...no no i...
mpdeveloper_A Offline
Junior Member
mpdeveloper_A  Offline
Junior Member

Joined: Feb 2006
Posts: 86
here...or is it here...no no i...
I like it! I just think some of the textures don't fit well together, other then that it looks great.

Re: Tomorrow Armor! [Re: mpdeveloper_A] #186885
03/05/08 03:35
03/05/08 03:35
Joined: Feb 2006
Posts: 2,185
mpdeveloper_B Offline
Expert
mpdeveloper_B  Offline
Expert

Joined: Feb 2006
Posts: 2,185
i like the style of this, but as it's been mentioned, a few of the textures need a small change, for instance the grainy sand doesn't fit well with the cartoony dust clouds, but as far as the cartoony look, it looks great.


- aka Manslayer101
Page 1 of 4 1 2 3 4

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1