bot.cfg
whats the code to set bot skill level ? I got this in the .cfg
{
name name
model xaero
aifile bots/xaero_c.c
arenaLord 5
}
{
name name
model orbb
aifile bots/xaero_c.c
arenaLord 5
}
I thought arenalord was the cmd but seems not ..
ok
Is it possible to have random skill level for bots?
Was not planning on a bot file. I looked at "g_spskill " setting in q3config, but was hoping for more.
I currently have private server for kids, automatic map rotations, auto fill places with bots, but they are only one skill level. Is there a way that a cfg file will assign an automatic skill level each map? Don't want to have to resort to a bot file that has each bot a set skill level. Sometimes I may want Doom or Xaero to be 1 instead of 5.
Hope this makes sense.
From what I am thinking, the map rotation is auto due to the settings in the crontab file:
// randomize rotation* * * * * /execstr set xp_rotateStep $(sv_serverid)
from how I understand it in the documentation, this is based upon the serverid number?
Would it be possible to have the bot skill level based upon the same, so they would all be random.
How?
If the g_spskill is set to a number, how can the rotation.txt sort bot skill levels?
Need some help here.
Bump