commit 462099ebbe83c5d5c1c35b86a2d64c5d1771e707
parent 47ba3381ac489e5dc9402eee67da590ca39941f2
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date: Sat, 18 Jul 2020 13:27:07 +0200
adds bot skill evolution parameters
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/ai.cfg b/ai.cfg
@@ -13,6 +13,9 @@
/// according to code.
// sv_botskillmin 60
// sv_botskillmax 75
+/// bot's skill changes when they kill or get killed with those amounts
+// sv_botskillfrags 1
+// sv_botskilldeaths 1
/// scale the 'numplayers' world variable which determines bot auto population
// sv_botscale 1.0
@@ -33,6 +36,9 @@
/// skill level range for bots in coop (max 101)
// sv_coopskillmin 75
// sv_coopskillmax 85
+/// bot's skill changes when they kill or get killed with those amounts
+// sv_coopskillfrags 1
+// sv_coopskilldeaths 1
/// multiply number of human players by this much (rounded up) to get size of bot team in coop
// sv_coopbalance 1.5