PDA

View Full Version : Howto Auto-balance ?


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 ?

K
21st August 2005, 20:22
as soon as modmanager is enabled the standard scripts arent used.

OZy
2nd September 2005, 21:08
I have one question:
I'm trying to understand autobalance on/off option on game server with modmanager-v1.0-rc4.
When I want to disable it for a clan war, changing in file serversettings.con
sv.autoBalanceTeam option to 0 should be enough or do I have to disable mm_autobalnce module with mm shutdownModule mm_autobalance command as well?

K
3rd September 2005, 11:34
sv.autoBalanceTeam is enough.