本帖最后由 naboo 于 2012-2-29 09:34 编辑
We’re shutting down master server service for TeknoMW3 servers below 2.6.1 version. Latest version (2.6.3.0) seems to be stable so all server owners must update to 2.6.3 in order to be visible again.
We had to enforce this, since 2.5.x and 2.6.x versions are not compatible…
2.6.3 *beta*
- BUGFIX: Ini file "ExternalIP" setting (from [Network] section)
should no longer get overwritten by UPnP router result.
- BUGFIX: Team Auto Balance is now properly initialized. By default
its enabled. Yuo can disable it via server.cfg:
seta scr_teambalance 0
- ADDED: ui_hud_obituaries, waypointiconheight and waypointiconwidth
dvars are no longer protected (server must be running though).
- ADDED: global ban list. Disabled by default. To enable add
an uption to the ini file under [Network]:
GlobalBans=true 尼玛有全球ban了...当然是上报tk的
- ADDED: "dvarinfo" command to the dedicated server. It enables
debug printouts for the dvars (their current value + default)
* this wont work from rcon
- ADDED: "rcon_full_access" dvar. It gives you a full access to
raw server commands via RCON. Set it in server.cfg like:
seta rcon_full_access "1"
The carrier command is 'set @' for example:
rcon set @quit --this will shut down the server
rcon set @say hi all --this will say 'hi all' to everyone When "rcon_full_access" is not set, or set to "0", there is
still a feature that can be used for server-chat. Carrier
command is 'set #say', for example:
rcon set #say hello all, this is server admin.
|