public class UT2004DeathMatchConfig extends UT2004MatchConfig
UT2004MatchConfig.BotType| Modifier and Type | Field and Description |
|---|---|
protected int |
fragLimit |
protected boolean |
humanLikeLog |
protected int |
timeLimitInMin |
bots, gb2004Ini, humans, matchId, nativeBots, outputDirectory, uccConf, ut2004Ini, validationBuffer, validationError| Constructor and Description |
|---|
UT2004DeathMatchConfig() |
UT2004DeathMatchConfig(UT2004DeathMatchConfig orig)
Copy-constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UT2004DeathMatchConfig |
addBot(UT2004BotConfig... bots)
Adds NEW bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
|
UT2004DeathMatchConfig |
addNativeBot(UT2004NativeBotConfig... bots)
Adds NEW native bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
|
UT2004DeathMatchConfig |
clearBots() |
UT2004DeathMatchConfig |
clearNativeBots() |
int |
getFragLimit()
Returns frag limit (score limit) of the match.
|
int |
getTimeLimit()
Returns time limit of the match in seconds.
|
UT2004MatchConfig |
setBot(UT2004BotConfig... bots)
Sets bot configuration into the object, does not checks whether there is BotId clash.
|
UT2004DeathMatchConfig |
setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots) |
UT2004DeathMatchConfig |
setFragLimit(int fragLimit)
Alters GB2004Ini as well.
|
UT2004DeathMatchConfig |
setGb2004Ini(GameBots2004Ini gb2004Ini)
Values from current Frag/Time limit are automatically copied into the ini.
|
UT2004DeathMatchConfig |
setHumanLikeLogEnabled(boolean humanLikeLog) |
UT2004DeathMatchConfig |
setNativeBot(UT2004NativeBotConfig... bots)
Sets native bot configuration into the object, does not checks whether there is BotId clash.
|
UT2004DeathMatchConfig |
setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots) |
UT2004DeathMatchConfig |
setOutputDirectory(File outputDirectory) |
UT2004DeathMatchConfig |
setTimeLimit(int timeLimitInMinutes)
Alters GB2004Ini as well.
|
UT2004DeathMatchConfig |
setUccConf(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapperConf uccConf) |
protected void |
validateInner()
Performs validation of the match configuration:
Checks whether the match id is non-null.
|
addHuman, clearHumans, equals, getAllBotIds, getBots, getBotType, getGb2004Ini, getHumans, getMatchId, getNativeBots, getOutputDirectory, getUccConf, getUT2004Ini, hashCode, isBot, isHuman, isHumanLikeLogEnabled, isNativeBot, isStartTCServer, setHuman, setMatchId, setMatchId, setStartTCServer, validateprotected int fragLimit
protected int timeLimitInMin
protected boolean humanLikeLog
public UT2004DeathMatchConfig()
public UT2004DeathMatchConfig(UT2004DeathMatchConfig orig)
orig - public int getFragLimit()
public int getTimeLimit()
public UT2004DeathMatchConfig clearBots()
clearBots in class UT2004MatchConfigpublic UT2004DeathMatchConfig clearNativeBots()
clearNativeBots in class UT2004MatchConfigpublic UT2004DeathMatchConfig setOutputDirectory(File outputDirectory)
setOutputDirectory in class UT2004MatchConfigpublic UT2004DeathMatchConfig setFragLimit(int fragLimit)
fragLimit - public UT2004DeathMatchConfig setTimeLimit(int timeLimitInMinutes)
timeLimitInMinutes - public UT2004DeathMatchConfig setUccConf(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapperConf uccConf)
setUccConf in class UT2004MatchConfigpublic UT2004DeathMatchConfig setGb2004Ini(GameBots2004Ini gb2004Ini)
setGb2004Ini in class UT2004MatchConfigpublic UT2004DeathMatchConfig setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots)
setBots in class UT2004MatchConfigpublic UT2004DeathMatchConfig setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots)
setNativeBots in class UT2004MatchConfigpublic UT2004DeathMatchConfig addBot(UT2004BotConfig... bots)
UT2004MatchConfigaddBot in class UT2004MatchConfigpublic UT2004MatchConfig setBot(UT2004BotConfig... bots)
UT2004MatchConfigsetBot in class UT2004MatchConfigpublic UT2004DeathMatchConfig addNativeBot(UT2004NativeBotConfig... bots)
UT2004MatchConfigaddNativeBot in class UT2004MatchConfigpublic UT2004DeathMatchConfig setNativeBot(UT2004NativeBotConfig... bots)
UT2004MatchConfigsetNativeBot in class UT2004MatchConfigpublic UT2004DeathMatchConfig setHumanLikeLogEnabled(boolean humanLikeLog)
setHumanLikeLogEnabled in class UT2004MatchConfigprotected void validateInner()
UT2004MatchConfigUccWrapper is not null and its directory exists.GameBots2004Ini is not null.Override to provide/add custom validation (might require copy-paste of the code from this method).
validateInner in class UT2004MatchConfigCopyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.