AI for Commander Shooter or other FPS

AI for Commander Shooter or other FPS

Here is where ideas can be collected for the skirmish AI in development

Moderators: hoijui, Moderators

Post Reply
CaptainMaim
Posts: 265
Joined: 04 Sep 2005, 01:25

AI for Commander Shooter or other FPS

Post by CaptainMaim »

Can someone modify an existing AI to work with FPS style games? Like Commander Shooter? If possible, on maps like "Maze"?
submarine
AI Developer
Posts: 834
Joined: 31 Jan 2005, 20:04

Re: AI for Commander Shooter or other FPS

Post by submarine »

I think it would be better to write an commander shooter specific AI. The version I played ~half a year ago was not that complex, but rather different from mods like BA, XTA etc. .Therefore I guess it would be easier to write a ComShooterAI from scratch instead of modifying an existing AI very much.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: AI for Commander Shooter or other FPS

Post by AF »

One of the easiest methods would be to set the units as attackers in an NTai configuration, and then set the attack group size as 1 and make sure it never increases in size.
CaptainMaim
Posts: 265
Joined: 04 Sep 2005, 01:25

Re: AI for Commander Shooter or other FPS

Post by CaptainMaim »

I never have gotten NTAI to work, I'd be interested to see if it can make Commander Shooter AI playable.
User avatar
Triaxx2
Posts: 422
Joined: 29 Aug 2004, 22:24

Re: AI for Commander Shooter or other FPS

Post by Triaxx2 »

The important thing seems to be controlling the group size and distribution. NTAI works perfectly for that.

Any basic AI that can build and attack should be sufficient.
CaptainMaim
Posts: 265
Joined: 04 Sep 2005, 01:25

Re: AI for Commander Shooter or other FPS

Post by CaptainMaim »

I suppose the next question is, would some skilled individual be willing to create an NTAI config for Commander Shooter?
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: AI for Commander Shooter or other FPS

Post by AF »

skilled?!?! nonsense.

All you have to-do is run commander shooter with ntai to generate a blank config, open the config in toolkit, check every single unit as an attacker, then set attack groups to size 1 and make ti so they enver get bigger.


Its a 3 minute job, most of which involves loading spring.
CaptainMaim
Posts: 265
Joined: 04 Sep 2005, 01:25

Re: AI for Commander Shooter or other FPS

Post by CaptainMaim »

Why am I always forced to do this myself? I've never once made a successful config file. Can't you just distribute some premade configs when you release it?

I will try, doesn't sound that hard. Not like making one for XTA or BA or whatever. Still, someone should post it somewhere so everyone isn't required to do that for themselves.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: AI for Commander Shooter or other FPS

Post by AF »

I would and do but they have to be made first, and I havent the time to playtest and build configs for every version of every mod that needs them. It's a 10 minute job though max, which goes to show just how limited my available resources are right now.

Heck I wrote a point and click program for building configs it cant be that hard!
CaptainMaim
Posts: 265
Joined: 04 Sep 2005, 01:25

Re: AI for Commander Shooter or other FPS

Post by CaptainMaim »

point taken
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: AI for Commander Shooter or other FPS

Post by AF »

The odd thing is you could heave rebuilt NTai from scratch and learned C++ in the time its taken for you to do this thread, yet there's no config to be seen despite it being one of the simplest easiest to build configs you could have built.
Post Reply

Return to “AI”