Dimmer
21st August 2005, 20:15
I am trying to figure out how to setup the auto-balance feature(s).
It looks as there are many parts involved:
- "\admin\standard_admin\autobalance.py" script from original BF2
- the "sv.autoBalanceTeam" switch in "\mods\bf2\settings\ServerSettings.con"
- "\Admin\modules\mm_autobalance.py" script included in ModManager
- modmanager.con: modmanager.loadModule "mm_autobalance"
Do we need to disable the original BF2 script by removing its loading ("import..." and "init()" in "\Admin\standard_admin\__init__.py") or is the MM script extending the original one so both are required ?
What about the switches "sv.autoBalanceTeam", ... ? and settings required for Autobalance ? Smartbalance ?
It looks as there are many parts involved:
- "\admin\standard_admin\autobalance.py" script from original BF2
- the "sv.autoBalanceTeam" switch in "\mods\bf2\settings\ServerSettings.con"
- "\Admin\modules\mm_autobalance.py" script included in ModManager
- modmanager.con: modmanager.loadModule "mm_autobalance"
Do we need to disable the original BF2 script by removing its loading ("import..." and "init()" in "\Admin\standard_admin\__init__.py") or is the MM script extending the original one so both are required ?
What about the switches "sv.autoBalanceTeam", ... ? and settings required for Autobalance ? Smartbalance ?