Page 1 of 1

Changing number of bots with ubermode enabled

Posted: Wed Oct 10, 2012 11:05 am
by Locutus
Title says it all...
Is it possible to change the number of bots with ubermode enabled while the game is running?
If so, how?

I tried a couple of things. Seems like ScriptCB_SetNumBots() doesn't seem to work unless I'm using it totally wrong. I was also thinking about reducing the number of spawn nodes but that obviously didn't help. Reinforcements are unlimited so I don't have a problem with killing bots but that doesn't really solve it.
What I'm trying, is to reduce the number of bots per team for each special object that gets destroyed on the map.
Any (workaround) ideas?

~Locutus

Re: Changing number of bots with ubermode enabled

Posted: Wed Oct 10, 2012 11:56 am
by kinetosimpetus
use local teams to fill out the original ai count and stop allowing them to spawn when you want to reduce?

Re: Changing number of bots with ubermode enabled

Posted: Wed Oct 10, 2012 12:28 pm
by Locutus
Very good idea, I didn't think of that.
I'm just maxed out with the AI Goals. Is there a possibility to tell the local teams to do what allied teams do without increasing the AI Goal number?