View Single Post
  #3  
Unread 15th August, 2005, 10:39 AM
rapmoc's Avatar
rapmoc rapmoc is offline
Unstoppable
 
Join Date: Nov 2004
Location: Bavaria
Posts: 197
Default

something like the AntiTCC configuration profiles.

Code:
UT2004\System\UTPlusServerSettings.ini (dunno if UTPlusServer uses an external file like the client "UTPlusClientSettings.ini" ?!?)
[UTPlus BanSettings]
CurrentProfile=League

[Clan UTANSettings]
UTANUserName=ClanAdmin
UTANPassHash=xxx

[League UTANSettings]
UTANUserName=LeagueAdmin
UTANPassHash=xxx


UT2004\System\UTPlusUTANBans.ini (File to store the bans)
[Clan UTANSettings]
BanInfo=(BanID=xxxx,BanType="Server",BanGUID="xxxxxxxxxxxxxxxxxxxxxxxx",BanIP="a.b.c.d")
BanInfo=(BanID=xxxx,BanType="Server",BanGUID="xxxxxxxxxxxxxxxxxxxxxxxx",BanIP="a.b.c.d")

[League UTANSettings]
BanInfo=(BanID=xxxx,BanType="Server",BanGUID="xxxxxxxxxxxxxxxxxxxxxxxx",BanIP="a.b.c.d")
BanInfo=(BanID=xxxx,BanType="Server",BanGUID="xxxxxxxxxxxxxxxxxxxxxxxx",BanIP="a.b.c.d")
Epic map vote:

Code:
GameConfig=(GameClass="XGame.xTeamGame",Prefix="DM",Acronym="DM",GameName="League 4on4",Mutators="...",Options="MaxPlayers=4?.....?AntiTCCSettings=League?UTPlusBanSettings=League")
Code:
GameConfig=(GameClass="XGame.xTeamGame",Prefix="DM",Acronym="DM",GameName="Train 4on4",Mutators="...",Options="MaxPlayers=4?.....?AntiTCCSettings=Train?UTPlusBanSettings=Clan")