| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.tournament.deathmatch |
| Modifier and Type | Field and Description |
|---|---|
protected UT2004DeathMatchConfig |
UT2004DeathMatchRepeater.matchConfig |
| Modifier and Type | Method and Description |
|---|---|
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.addBot(UT2004BotConfig... bots) |
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.addNativeBot(UT2004NativeBotConfig... bots) |
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.clearBots() |
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.clearNativeBots() |
protected UT2004DeathMatchConfig |
UT2004DeathMatch1v1.configure1Vs1()
Contains main code that setups the
UT2004DeathMatchConfig, UT2004BotConfig and UCCWrapper
instances (it might be interesting for you to check the code for yourself if you wish to customize it further...). |
UT2004DeathMatchConfig |
UT2004DeathMatchTournamentConfig.createConfiguration(List<cz.cuni.amis.utils.token.IToken> chosenBots)
Creates
UT2004DeathMatchConfig for bots of ids from 'chosenBots'. |
UT2004DeathMatchConfig[] |
UT2004DeathMatchTournamentConfig.createMatcheConfigs()
This method will create all combinations of matche configs that consists of 'numBotsInOneMatch' that is obtained
via
UT2004DeathMatchTournamentConfig.getNumBotsInOneMatch(). |
UT2004DeathMatchConfig[] |
UT2004DeathMatchTournamentConfig.createMatcheConfigs(int numBotsInOneMatch)
This method will create all combinations of matche configs that consists of 'numBotsInOneMatch' bots, i.e., all 1v1 (numBotsInOneMatch == 2) or all 1v1v1 (numBotsInOneMatch == 3), etc.
|
protected UT2004DeathMatchConfig[] |
UT2004DeathMatchTournamentConfig.generateMatches(int numBots) |
UT2004DeathMatchConfig |
UT2004DeathMatchRepeater.getMatchConfig()
Which match we're going to evaluate.
|
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots) |
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setFragLimit(int fragLimit)
Alters GB2004Ini as well.
|
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setGb2004Ini(GameBots2004Ini gb2004Ini)
Values from current Frag/Time limit are automatically copied into the ini.
|
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setHumanLikeLogEnabled(boolean humanLikeLog) |
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setNativeBot(UT2004NativeBotConfig... bots) |
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots) |
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setOutputDirectory(File outputDirectory) |
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setTimeLimit(int timeLimitInMinutes)
Alters GB2004Ini as well.
|
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setUccConf(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapperConf uccConf) |
| Modifier and Type | Method and Description |
|---|---|
void |
UT2004DeathMatchRepeater.setMatchConfig(UT2004DeathMatchConfig matchConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UT2004DeathMatchTournamentConfig.generate(List<UT2004DeathMatchConfig> result,
int numBots,
List<cz.cuni.amis.utils.token.IToken> botIds,
int startFrom,
List<cz.cuni.amis.utils.token.IToken> chosenBots) |
| Constructor and Description |
|---|
UT2004DeathMatch(UT2004DeathMatchConfig config,
cz.cuni.amis.pogamut.base.utils.logging.LogCategory log) |
UT2004DeathMatchConfig(UT2004DeathMatchConfig orig)
Copy-constructor.
|
UT2004DeathMatchRepeater(UT2004DeathMatchConfig match,
int repeats,
cz.cuni.amis.pogamut.base.utils.logging.LogCategory log) |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.