X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=data%2Fbots.cfg;h=83f3cdb546b16ec8ad284e7d420c32355dcd992c;hb=9dc70a79e120b75e83356e96c77d4e45994a4277;hp=e781e3520206b034191b98f7a7b970e6611ce625;hpb=3f5f70508f622ab085a92d905d652861a2f648de;p=voretournament%2Fvoretournament.git diff --git a/data/bots.cfg b/data/bots.cfg index e781e352..83f3cdb5 100644 --- a/data/bots.cfg +++ b/data/bots.cfg @@ -1,5 +1,6 @@ set bot_config_file bots.txt "Name and path of the bot configuration file" seta bot_number 0 "Minimum number of bots" +seta skill 5 seta bot_usemodelnames 0 "Use player model names for bot names" set bot_nofire 0 "When set, bots never fire. Mainly for testing in g_waypointeditor mode" set bot_god 0 "When set, all bots are god mode (take no damage)" @@ -44,9 +45,9 @@ set bot_ai_bunnyhop_skilloffset 7 "Bots with skill equal or greater than this va set bot_ai_bunnyhop_startdistance 250 "Run to goals located further than this distance" set bot_ai_bunnyhop_stopdistance 220 "Stop jumping after reaching this distance to the goal" set bot_ai_bunnyhop_firstjumpdelay 0.5 "Start running to the goal only if it was seen for more than N seconds" -set bot_ai_vore_decide_pred 1.35 "How fast bots decide what to do with their prey, at lowest skill" -set bot_ai_vore_decide_prey 1.35 "How fast bots decide what to do with their predator, at lowest skill" -set bot_ai_vore_decide_swallow 0.2 "How often bots decide if to swallow someone or not" +set bot_ai_vore_decide_pred 1.2 "How fast bots decide what to do with their prey, at lowest skill" +set bot_ai_vore_decide_prey 1.2 "How fast bots decide what to do with their predator, at lowest skill" +set bot_ai_vore_decide_swallow 0.2 "How often bots decide if to swallow someone" set bot_ai_vore_fear 2 "How much bots will fear players more powerful than them and avoid them in some situations" set bot_ai_vore_teamhealabandon 0.75 "Probability (from 0 to 1) of the bot abandoning a team heal when seeing an enemy they can vore, at highest skill" set bot_ai_vore_stayinstomach 0 "When enabled, a bot will stay in a team mate's stomach even if he has no reason to and could willingly leave"