set bot_weaponskill “3”
set bot_tacticalskill “3”
if not what are the bots any config to set them to Maximun set for servers bots enable?
Thanks!
if not what are the bots any config to set them to Maximun set for servers bots enable?
Thanks!
No - I think it’s “aimSkill” and “Skill” respectively. Here’s a list of some bot cvars:
set bot_skill "2"
set bot_aimSkill "1"
set bot_uiSkill "3"
set bot_enable "0"
set bot_minClients "4"
seta bot_minClientsMax "32"
set bot_uiNumGDF "-1"
set bot_uiNumStrogg "-1"
set bot_balanceCriticalClass "1"
set bot_sleepWhenServerEmpty "1"
set bot_doObjectives "1"
set bot_fakePing "0"
set bot_sillyWarmup "0"
set bot_useShotguns "0"
set bot_useSniperWeapons "1"
set bot_useVehicles "1"
set bot_knifeOnly "0"
set bot_useStrafeJump "0"
set bot_useSpawnHosts "1"
set bot_useSuicideWhenStuck "1"
set bot_useTKRevive "0"
set bot_useDeployables "1"
set bot_allowClassChanges "1"
set bot_noChat "1"
set bot_noRandomJump "0"
set bot_noTaunt "1"
Edit:
Even more here:
Thanks for this Scrupus .
Its because i saw that on http://etqw.splatterladder.com/?mod=showcontent&id=48445
I was wondering …
Bot Options:
-MINIMUM CLIENTS - Bots will fill slots on the server until this number of players is reached. Bots will fill or vacate slots as human players on the server connect and disconnect. If the “Number of Strogg” or the “Number of GDF” values are set to “No Limit”, the bots will attempt to balance themselves between each team up to the value set in this setting.
-NUMBER OF STROGG - Number of bots that will join the Strogg team.
-NUMBER OF GDF - Number of bots that will join the GDF team.
-SKILL - Overall skill level of the bots.
-WEAPON SKILL - Skill level of bots use of firearms.
-TACTICAL SKILL - Skill level of the bot’s tactical capabilities.
-BOTS DO OBJECTIVES - Toggles whether bots will complete objectives.
i guess cvar “bot_enable” set to “0” somehow interfere with rest part of cfg, as well as [partially]some other things in it.
rookie: those names are probably from the window config dialog inside the game, but the cvars they control and write in the server config would be like those posted above.
And yeah, bot_enable should be 1 - copied those cvars from my own server, where server start up without bots but can then be enabled via voting.
So fex, I use vote scripts like this (which will also set the number of bots):
set bot_enable "1"
set bot_minClients "12"
set bot_enable "1"
set bot_minClients "24
and so on.
About the bot skill levels, weapons skill is the same as aim skill, but I’m actually a bit unsure which of the others is the tactical skill.
aimskill above 1 is getting pretty hard, and if you set it to 3 it’s almost impossible kill them.,
Bot tactical skill is more interesting - you can see they use more tricks when you turn it up, like placing shields in smart positions and such. I’m pretty sure they even teabag sometimes on the highest level - at least it looks like it :stroggbanana:
set bot_uiSkill “3” // bots overall skill level
set bot_aimSkill “3” // bots weapon aim skill level
set bot_skill “3” // bots tactical skill level
Scrupus I Have set like this^^ is it right? Although i not sure what exactly each of the skill exactly do
if you type bot_uiSkill in console and press enter it usually gives a discription
yeah they look ok, but remember bot_enable and such as well.
aimskill is how precisely the bots can hit you, tactical how well they operate in the field.
But as said, beware of aimskill 3 - they will kill you faster than you might enjoy. Very roughly, I would say that that 0 = noob human, 1 = normal human, 2 = pro human, 3 = cheating human
Something like that, more or less
[QUOTE=Scrupus;269304]yeah they look ok, but remember bot_enable and such as well.
aimskill is how precisely the bots can hit you, tactical how well they operate in the field.
But as said, beware of aimskill 3 - they will kill you faster than you might enjoy. Very roughly, I would say that that 0 = noob human, 1 = normal human, 2 = pro human, 3 = cheating human
Something like that, more or less :p[/QUOTE]
Thanks a Lot Scrupus