redeclipse-conf

configuration and runit scripts for RedEclipse 1.6 (template)
git clone git://deadbeef.fr/redeclipse-conf.git
Log | Files | Refs | README

commit bdd8ced9ab0c9a92790cadc3d07b3b9e3e7f0823
parent 5dba7493c4d8d51f79f96b8546b12687de41b3a8
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Thu,  2 Jul 2020 20:52:03 +0200

improve description of AI parameters

Diffstat:
Mai.cfg | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ai.cfg b/ai.cfg @@ -8,7 +8,9 @@ //////////////////////////////////////////////////////////////////////////////// /// global bots settings //////////////////////////////////////////////////////////////////////////////// -/// skill level range for bots +/// skill level range for bots (max 101) +/// 101 skill level seems to only make bots not caring for their own life +/// according to code. // sv_botskillmin 60 // sv_botskillmax 75 @@ -28,7 +30,7 @@ //////////////////////////////////////////////////////////////////////////////// /// coop settings //////////////////////////////////////////////////////////////////////////////// -/// skill level range for bots in coop +/// skill level range for bots in coop (max 101) // sv_coopskillmin 75 // sv_coopskillmax 85