[solved] no loading bot
set addbot "1"
why set? addbot is a command used like this: addbot bot_name skill blah-blah-blah
(you can omit blah-blah-blah you normally need just bot_name and skill)
hm, not sure if such cvar exists (i mean not a command but cvar). and btw, considering the fact there's a command 'addbot', why should some identifier be parsed in different ways depending of context it's used in? this would bring the whole mess, imo.
so, it seems you have some wrong settings in your server.cfg. plz PM me your server.cfg (don't forget to delete your rcon pass )
edit: and btw. on my server i had only this setting:
set bot_minplayers "2"
and server automatically added 2 bots in FFA and 1vs1 and 4 (two in each team) in team game types.
but probably you should also set bot_enable to 1.
"addbot" is not a cvar, so do not set it ;P
check via rcon what are values of bot_enable and bot_minplayers
set addbot "1"
set bot_minplayers "2"
try seta
Do you have Bot enabled in your server.cfg?
Try this:
set bot_minplayers "1"
set bot_enable "1"
testing on my LAN Server, and it works. Bots spwan.
*Sorry for this english*
well on lan it worked for me as well...
try that asphyx....
bot_enable 0 at server.cfg
then when u are on server
rcon bot_enable 1
then
rcon map q3dm11 (other than 17)
then rcon addbot keel
and see if that work
It seems that the issue has been worked on, but here is my advice :
It seems that the engine caches the config you use (both for clients and servers), even if you specify it in commandline. This means that if you remove some vars from your config (or just haven't specified them in the first place), the engine will use cached settings. And there are many settings, too many to track them down each time you have a problem.
A simple solution to this problem is to use +cvar_restart to reset all vars when you launch your server, so on Windows it would give you a commandline that looks like this :
start quake3.exe +cvar_restart +set net_port 27962 +set dedicated 2 +set fs_game excessiveplus +set vm_game 0 +exec yourcustomconfig.cfg
or alternatively, you can but cvar_restart at the beginning of your q3config.cfg
in server cfg illca not ingame via rcon
Fragmovies and more Click ME!
AsphyxEvents Website Click ME!