• We'll be making a number of structural changes to the forums on Wednesday, 06.12.2023. No downtime is expected. Read more here.

Limit Bots on Server

Users who are viewing this thread

Ra'Jiska

Baron
Hey,

I've a server where I have access to the NW_Sample_Battle.txt and I wanted to know if there is a way to limit the number of bots on the server or simply totally disable it.

Here are two commands that are on the .txt:

Code:
set_num_bots_voteable 0
max_num_bots 50

The max_num_bots is supposed to limit bots (50 - 500) but it does not do anything, as admin I can still spawn 250 bots for each teams.
Is there a way to block bots ?
Thanks.
 
Don't think there's any actual way to do it in Native or NW. Surely the simplest option would be to give out the admin password only to people whom you trust?
 
Gishank said:
Don't think there's any actual way to do it in Native or NW. Surely the simplest option would be to give out the admin password only to people whom you trust?

Thanks for your answer.
I'm affraid that's not that easy.
I know there is a way on MM Russia 3, since I remember you were able to block bots from the .txt.
 
MaHuD said:
Those commands should work, just put the bot limit on 0.

The bot limit on 0 does not work, when I do, it says: Input is not correct for the command. Type 'help' for more informations.
In the HELP, here is the command: max_num_bots <value> #set the max number of total bots the server is allowed to spawn (50 - 500).

And then, in game, as admin I can spawn untill 500 bots (250 each side).
Thanks anyway.
 
You have to put it in the text document that contains the server settings. Also if 0 doesn't work, try 50. It should then limit it to 25 per side. Which shouldn't be much of a problem if it gets abused.
 
MaHuD said:
You have to put it in the text document that contains the server settings. Also if 0 doesn't work, try 50. It should then limit it to 25 per side. Which shouldn't be much of a problem if it gets abused.

Yes, that's what I did.
The error come from the terminal when the Sample.txt has been launched.

And then when I put the 50 bots, the limits does not work even if the terminal shows the comand has been accepted.

EDIT: The num bots voteable effectivly block bots in other mods. But it doesn't do on NW...
 
Back
Top Bottom