Help - Search - Members - Calendar
Full Version: RCBOT map config problem
RCBot Forums > RCBot > Install / Run Problems
chesme
okay, i have rcbots on both teams (3 on each).
I want rcbots on the marine side only so after reading alot of forums and guides i made a config file for a map to see if i was heading in the right direction....still having the same auto balance going on.

Can someone look at this and even tell me if i'm barking up the right tree here sad.gif
i made a file named ns_ayumi_config.cfg and even tried it as ns_ayumi.cfg and still the same auto balance on that map.

CODE

# you can change HL cvars
# change time limit
mp_timelimit 30
# you can change other bot things
rcbot config max_path_revs 100
rcbot config chatting 1
# you can add some bots.
# add 3 bots
#team 1
rcbot addbot 6
#team 2
rcbot addbot 0
#auto-team
rcbot addbot 0

What i was trying to do is give the marines 6 bots and the alien team 0 bots.
The file is located in C:/hlserver/rcbot/map_configs/ns

Been stuck on this for hours and am out of ideas.
LordSkitch
should look something like

CODE
rcbot config balance_teams 0
rcbot config max_bots 6
rcbot config min_bots 6
rcbot addbot 1
rcbot addbot 1
rcbot addbot 1
rcbot addbot 1
rcbot addbot 1
rcbot addbot 1



rcbot addbot's command is such that the team follows after addbot, not the number, the things with # before them are comments for humans to read, to make things simpler to follow. anything with # before it is completely disregarded by the bots.

you may also need to add

CODE
mp_autoconcede 8
mp_limitteams 6


so the game server will allow 6 bots on one team without ending the game

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.