Posts: 16
Threads: 5
Joined: Jun 2011
Reputation:
0
I did a search, before anyone looses their mind with rage, on the forums but came up with nothing. Basically I'm looking for a way to put bots in a private match (for the extra game tweaks you can get). It doesn't seem like anyone has made a mod for it with no extra changes. So maybe i missed information about console commands. Unfortunately Google only brings up results on how to add bots on XBOX. Any ideas?
Posts: 6,052
Threads: 429
Joined: Oct 2010
07-21-2011, 10:44
(This post was last modified: 07-21-2011, 10:44 by d0h!.)
i dont know any cmd to add bots but there are 2 or more mods with bots:
Posts: 63
Threads: 5
Joined: Mar 2011
Reputation:
0
you can add bots by adding this line in you config_mp:
seta scr_bots_managed_all "10"
seta scr_bots_managed_spawn "10"
you can change the number of bots by changing the number between the braces.
Posts: 481
Threads: 26
Joined: Nov 2010
Reputation:
10
you can also add seta
sv_maxplayer "30"
this allow your friends to joining server and play vs botz
next time use search fuction, it was already a thread about it and you can find more
cmd about botz.
Now you can spawn it even adding this line into player\mods\nameYourmod\confg_mp this allow you to spawn botz only for mod.
In this way you can make a "clean mod", add only _rank.gsc not modded into it, add line into mod's confg_mp, then you can chose if play normal private match or launch mod with botz in it
Posts: 16
Threads: 5
Joined: Jun 2011
Reputation:
0
Nice... did the job thank you.