Search found 6 matches

by rassgatalius
Wed May 03, 2006 5:14 pm
Forum: Bots
Topic: Bot behavior: can bots always follow the player?
Replies: 10
Views: 4232

Thanks for your help guys,

Stock AI might be exactly what I need, because while the project is meant to playable , I am happy with it only being playable for one person (at least to start with). So I might not even need the new_generic_human.tik for now.

In a way, I want them to behave like ...
by rassgatalius
Tue May 02, 2006 11:16 pm
Forum: Bots
Topic: Bot behavior: can bots always follow the player?
Replies: 10
Views: 4232

Hello guys,

I was thinking:

Do you think that I could perhaps define path nodes for the bots, so instead of them "following" the player, I just create a small level -- inside a house for example -- and program all the bots to just walk around the house?

Will that be easier to do?

Thank you so ...
by rassgatalius
Tue May 02, 2006 11:11 pm
Forum: Bots
Topic: Bot behavior: can bots always follow the player?
Replies: 10
Views: 4232

Although I am quite comfortable with code (and can have help with the code if needed) I don't know what parts of the code I should and could be messing around with.

I am wondering if the difficult part is the code itself (in which case I can get help), or if it is how to be able to modify the bot ...
by rassgatalius
Wed Apr 26, 2006 6:22 pm
Forum: Bots
Topic: Bot behavior: can bots always follow the player?
Replies: 10
Views: 4232

I read through this: http://www.planetmedalofhonor.com/freebrief/mohaa/bots/book-manual/chapt-8.html

...where it talkes about Route Nodes and Routelists, paths etc.

I see that I could change the way the bots run to a particular point (a bomb or a house), but I don't know how to make every bot run ...
by rassgatalius
Wed Apr 26, 2006 5:49 pm
Forum: Bots
Topic: Bot behavior: can bots always follow the player?
Replies: 10
Views: 4232

Thanks for your reply. :)

Actually I do not need a particular map for this project, so any map (big or small) will do fine.

The thing is that I don't have much experience with these things. Is there a "kind of simple" way to do this, as opposed to the "crazy complicated"
way?

Thanks again,
Halli
by rassgatalius
Wed Apr 26, 2006 5:31 pm
Forum: Bots
Topic: Bot behavior: can bots always follow the player?
Replies: 10
Views: 4232

Bot behavior: can bots always follow the player?

Hi guys,

As a school project I want to modify bot behavior in MOH:AA multiplayer or single player.

I want to create a playable level where all bots (enemies and friends) face and follow the player at all times . The bots do not shoot back, they simply run towards you (no matter where you are in ...