The Daily Click ::. Forums ::. Klik Coding Help ::. Ai help
 

Post Reply  Post Oekaki 
 

Posted By Message

Trooper_959

The Stupid Rebel

Registered
  02/11/2007
Points
  213
9th March, 2009 at 21:53:31 -

Hey im wanting to make a top down shooter game but i am not that good with ai. I was wondering if anyone could give me like a soldier ai or tell me how to make a pretty good one. I'm really not good when it comes to ai but i can make decent ai.

 
Is it really worth it to go onto the battlefield? I GOT A CUSTOM RATING SEE???

http://www.freewebs.com/tiredfreakedoutproductions/

http://www.weirdogamez.com



Trooper_959

The Stupid Rebel

Registered
  02/11/2007
Points
  213
10th March, 2009 at 20:14:28 -

I would like some help but I guess i'll probably have to keep waitin

 
Is it really worth it to go onto the battlefield? I GOT A CUSTOM RATING SEE???

http://www.freewebs.com/tiredfreakedoutproductions/

http://www.weirdogamez.com



OMC

What a goofball

Registered
  21/05/2007
Points
  3516

KlikCast Musician! Guy with a HatSomewhat CrazyARGH SignLikes TDCHas Donated, Thank You!Retired Admin
10th March, 2009 at 20:18:03 -

AI is just about the biggest can/pile/lump of worms/poo/dirt you can open/step in/eat in MMF, or any other game development suite, for that matter. It's more than a 1-size-fits-all thing and not many people have the time or energy to explain it. Hopefully someone who needs a project will come along and get on board.


 

  		
  		

Mr G



Registered
  31/12/2008
Points
  178

VIP MemberPS3 OwnerI like Aliens!Attention GetterDos Rules!
10th March, 2009 at 21:30:49 -

There should be a top down a.i here:
http://create-games.com/download.asp?id=7614

If not, you'll just have to search the downloads section for engines/tutorials...

 
Image

http://create-games.com/project.asp?id=1549

Sketchy

Cornwall UK

Registered
  06/11/2004
Points
  1970

VIP MemberWeekly Picture Me This Round 43 Winner!Weekly Picture Me This Round 47 WinnerPicture Me This Round 49 Winner!
11th March, 2009 at 01:28:48 -

Like OldManClayton said, AI is very game-specific. If you can give details of exactly what you are trying to achieve, it's a lot easier for us to help. "Top down shooter AI" is just a bit vague.

 
n/a

Trooper_959

The Stupid Rebel

Registered
  02/11/2007
Points
  213
13th March, 2009 at 10:31:05 -

Oh im sorry lol im just not very sure how i want it right now but thanks

 
Is it really worth it to go onto the battlefield? I GOT A CUSTOM RATING SEE???

http://www.freewebs.com/tiredfreakedoutproductions/

http://www.weirdogamez.com



Trooper_959

The Stupid Rebel

Registered
  02/11/2007
Points
  213
13th March, 2009 at 10:38:46 -

Um i think i would like the ai to be like where the soldier patrols and then when it either ears a shot sees the bullet or player gets in range it keeps patroling but just randomly shoots every once and a while. Um i would like it to like randomly change direction within a second or less when in combat.

 
Is it really worth it to go onto the battlefield? I GOT A CUSTOM RATING SEE???

http://www.freewebs.com/tiredfreakedoutproductions/

http://www.weirdogamez.com



traugott.simon



Registered
  23/08/2008
Points
  91
14th March, 2009 at 14:51:59 -

You have to think about which abilities your enemy should have.
Then you should give it different modes, like idle, attack, pursue, patrol-mode.

Declare the mode by setting a flag or a value.

for example:

idle = val A = 0
attack = val A = 1
patrol = val A = 2
pursue = val A = 3

Then you just have to give these modes different behaviours.

Set Val A = 1 for example, when you come to close to the enemy and set the val = 0, when you are to far away. When the enemy is idle for 10 seconds, then set the val to 2 or 3.
Thats it!

After all you have to find a way to give your enemy a line of sight, so he can detect walls.


 
n/a

Trooper_959

The Stupid Rebel

Registered
  02/11/2007
Points
  213
14th March, 2009 at 21:45:27 -

Hey thanks alot

 
Is it really worth it to go onto the battlefield? I GOT A CUSTOM RATING SEE???

http://www.freewebs.com/tiredfreakedoutproductions/

http://www.weirdogamez.com


   

Post Reply



 



Advertisement

Worth A Click