Basic Bots and AI help please!

Ask questions, discuss ideas, get answers
User avatar
fo0k
Posts: 1433
Joined: Fri Oct 16, 2009 4:21 pm
Location: UK

Basic Bots and AI help please!

Post by fo0k »

So I know little to nothing about AI and bots.

I am making another race map for the Interstate Mod.. and thought it would be pretty funny to have some bots around the race track with RPG's taking pot shots at passing cars..

I'm imagining they spawn onto a tiny bit of 'pathmap'.. basically a single land-locked square.. then they wait until cars are in range before shooting at them..

what is the absolute most simple way to get some bots spawning and doing this? :)
Nodbrother
Posts: 29
Joined: Tue Dec 22, 2009 12:25 pm
Contact:

Re: Basic Bots and AI help please!

Post by Nodbrother »

fo0k wrote:what is the absolute most simple way to get some bots spawning and doing this? :)
Have someone do the work for you :D
mrhowdoimodClassic
Posts: 31
Joined: Fri Oct 29, 2010 7:36 pm
Location: World Loc: 0,0,0
Contact:

Re: Basic Bots and AI help please!

Post by mrhowdoimodClassic »

As long as the bot's are all on one team and players are on the other, this should be easy. Just see if you can't find a copy of that old program.. I think is was called botinator? maybe? it would allow you to path path maps, I used it for a zombie mod. it was perfect. had all the zombies funneling in right at one place. aahh beauty. anyways, I'd recommend using that, then creating spawn points for just the bots team. But if you're wanting players to be on both teams than you're probably out of luck because players that wanted to race might spawn there. Maybe you know of a way around that.

oh and here's the program: clicky
_____________________________________________
Thanks so much for the years of support and friendship to both: SSM.com and it's legacy, BFMods.com
Sincerely, John P. Harrell
_____________________________________________
User avatar
Apache Thunder
Posts: 1210
Joined: Mon Oct 19, 2009 2:48 am
Location: Levelland Texas, USA
Contact:

Re: Basic Bots and AI help please!

Post by Apache Thunder »

As I recall you don't even need pathmaps if you just want bots to stand in place and shoot at things that come near. I assume you don't really want them to move around. Have a basic Strategic area and basic AI con files and it should work as is. The bots will just idle where they spawn and will shoot at things that come in their viewing range. As I recall, they won't even change rotation when spawned idle. So you can even control what direction they will face. ;)
ImageImageImage
I have cameras in your head!
mrhowdoimodClassic
Posts: 31
Joined: Fri Oct 29, 2010 7:36 pm
Location: World Loc: 0,0,0
Contact:

Re: Basic Bots and AI help please!

Post by mrhowdoimodClassic »

oh nice! I figured if it'd be like bf2 and they'd just die. beats my strategy!
_____________________________________________
Thanks so much for the years of support and friendship to both: SSM.com and it's legacy, BFMods.com
Sincerely, John P. Harrell
_____________________________________________
User avatar
fo0k
Posts: 1433
Joined: Fri Oct 16, 2009 4:21 pm
Location: UK

Re: Basic Bots and AI help please!

Post by fo0k »

SO surely all this historical talk of auto (is anybody there?) gun turrets should just use a stationary bot.. and change the mesh to look like a gun turret?
e.g. a certain 'kit' uses the turret mesh for player mesh.. and this kit is unselectable by humans.. but on the flip side is the 'only' kit that bots spawn with?
auto base defenses?

something like that anyway.. need to be ironed out a bit!

thanks Apache.. sounds perfect.. but i really don't have a scooby doo how to get this rolling at all..


without an exact tutorial can you outline in total noob AI talk what i need to be doing to get to a point where i can ask questions to get it working? heheh!

thanks!
User avatar
mikex222
Posts: 211
Joined: Mon Mar 08, 2010 11:47 pm

Re: Basic Bots and AI help please!

Post by mikex222 »

fo0k wrote: without an exact tutorial can you outline in total noob AI talk what i need to be doing to get to a point where i can ask questions to get it working? heheh!
I hope you get a reply to this !, I ask how to make AI maps or how to put AI into maps. Never got a decent reply. lol
Image
Join Me At The West
You're Welcome To Join My Town Any Time, This Is Just a Internet Game. Nothing More.
mrhowdoimodClassic
Posts: 31
Joined: Fri Oct 29, 2010 7:36 pm
Location: World Loc: 0,0,0
Contact:

Re: Basic Bots and AI help please!

Post by mrhowdoimodClassic »

Just use the botinator for a simple set up! you can even skip the whole path-mapping set up anyways I believe. I'd recommend it.. it does it all for you, recognizing strategic points and things like that. The Cajun Wolf tutorial for it summarizes it all.
_____________________________________________
Thanks so much for the years of support and friendship to both: SSM.com and it's legacy, BFMods.com
Sincerely, John P. Harrell
_____________________________________________
User avatar
fo0k
Posts: 1433
Joined: Fri Oct 16, 2009 4:21 pm
Location: UK

Re: Basic Bots and AI help please!

Post by fo0k »

have been searching and cannot find a copy of this puppy.. do have ze botinator? can you post a link and ill stick it in te downloads section. thx!

edit: forget that.. I was htiing a dead/wrong link on cajuns site. i got it.
freddy
Posts: 1267
Joined: Sun Oct 18, 2009 4:58 pm

Re: Basic Bots and AI help please!

Post by freddy »

fo0k wrote:SO surely all this historical talk of auto (is anybody there?) gun turrets should just use a stationary bot.. and change the mesh to look like a gun turret?
e.g. a certain 'kit' uses the turret mesh for player mesh.. and this kit is unselectable by humans.. but on the flip side is the 'only' kit that bots spawn with?
auto base defenses?
i think it would be easier to build a pco turret and let just the bots spawn/use it

Code: Select all

ObjectTemplate.setAIEnterOnSpawn 1
ObjectTemplate.disableSpawnPointsOnEnter 1
spawnPointManager.onlyForAI 1
Post Reply