roborumble.txt
#RoboRumble@home properties
#properties for executing the modules. Use YES or NOT
DOWNLOAD=YES
EXECUTE=YES
UPLOAD=YES
ITERATE=YES
#It tells the program if this competitions is for teams. It is necessary since teams.jars are different from bot.jars
TEAMS=NOT
#leave it blank or put GENERAL if you want to execute battles for all bots, or use MINI, MICRO or NANO if
#you want to run only battles for this type of bot.
#Use SERVER if you want an smart client that uses server info to control process of running battles (recommended)
#Melee only suports a simplified SERVER mode
RUNONLY=SERVER
#properties for the battle engine
USER=ph
INPUT=./roborumble/temp/battles1v1.txt
PRIORITYBATTLESFILE=./roborumble/temp/priority1v1.txt
ROUNDS=35
FIELDL=800
FIELDH=600
OUTPUT=./roborumble/files/results1v1.txt
#properties to retrieve bots from internet
BOTSREP=./
TEMP=./roborumble/temp/
#properties to retrieve participants list from internet
PARTICIPANTSURL=http://robowiki.net/?RoboRumble/Participants
PARTICIPANTSFILE=./roborumble/files/particip1v1.txt
STARTAG=pre
#properties to prepare the battles list
NUMBATTLES=30
#properties to upload the results
RESULTSURL=http://rumble.robowiki.net/servlet/UploadedResults
#RESULTSURL=http://localhost:8080/examples/servlet/UploadedResults
#related competitions (competitions where participants are a subset of the participants in the main competition)
#Comment the following lines if you don't have codesize.jar installed or you are experimenting problems with it.
CODESIZEFILE=./roborumble/files/codesize1v1.txt
MINIBOTS=minirumble
MICROBOTS=microrumble
NANOBOTS=nanorumble
#URLs to download the rating files (and file names)
#BATTLESNUMFILE is the file used to store the number of battles fought by the bots (returned by the server when results are uploaded)
RATINGS.URL=http://rumble.robowiki.net/servlet/RatingsFile
RATINGS.GENERAL=./roborumble/temp/ratings_roborumble.txt
RATINGS.MINIBOTS=./roborumble/temp/ratings_minirumble.txt
RATINGS.MICROBOTS=./roborumble/temp/ratings_microrumble.txt
RATINGS.NANOBOTS=./roborumble/temp/ratings_nanorumble.txt
BATTLESNUMFILE=./roborumble/temp/battlesnumber.txt
#URL to tell the server to delete old bots
UPDATEBOTSURL=http://rumble.robowiki.net/servlet/RemoveOldParticipant
#UPDATEBOTSURL=http://localhost:8080/examples/servlet/RemoveOldParticipant
meleerumble.txt
#RoboRumble@home properties
#properties for executing the modules. Use YES or NOT
DOWNLOAD=YES
EXECUTE=YES
UPLOAD=YES
ITERATE=YES
#It tells the program if this competitions is for teams. It is necessary since teams.jars are different from bot.jars
MELEE=YES
TEAMS=NOT
#leave it blank or put GENERAL if you want to execute battles for all bots, or use MINI, MICRO or NANO if
#you want to run only battles for this type of bot.
#Use SERVER if you want an smart client that uses server info to control process of running battles (recommended)
#Melee only suports a simplified SERVER mode
RUNONLY=SERVER
#properties for the battle engine
USER=ph
INPUT=./roborumble/temp/battlesmelee.txt
PRIORITYBATTLESFILE=./roborumble/temp/prioritymelee.txt
ROUNDS=35
FIELDL=1000
FIELDH=1000
MELEEBOTS=10
OUTPUT=./roborumble/files/resultsmelee.txt
#properties to retrieve bots from internet
BOTSREP=./
TEMP=./roborumble/temp/
#properties to retrieve participants list from internet
PARTICIPANTSURL=http://robowiki.net/?RoboRumble/MeleeParticipants
PARTICIPANTSFILE=./roborumble/files/participmelee.txt
STARTAG=pre
#properties to prepare the battles list
NUMBATTLES=1
#properties to upload the results
RESULTSURL=http://rumble.robowiki.net/servlet/UploadedResults
#RESULTSURL=http://localhost:8080/examples/servlet/UploadedResults
#related competitions (competitions where participants are a subset of the participants in the main competition)
#Comment the following lines if you don't have codesize.jar installed or you are experimenting problems with it.
CODESIZEFILE=./roborumble/files/codesizemelee.txt
MINIBOTS=minimeleerumble
MICROBOTS=micromeleerumble
NANOBOTS=nanomeleerumble
#URLs to download the rating files (and file names)
#BATTLESNUMFILE is the file used to store the number of battles fought by the bots (returned by the server when results are uploaded)
RATINGS.URL=http://rumble.robowiki.net/servlet/RatingsFile
RATINGS.GENERAL=./roborumble/temp/ratings_m_roborumble.txt
RATINGS.MINIBOTS=./roborumble/temp/ratings_m_minirumble.txt
RATINGS.MICROBOTS=./roborumble/temp/ratings_m_microrumble.txt
RATINGS.NANOBOTS=./roborumble/temp/ratings_m_nanorumble.txt
BATTLESNUMFILE=./roborumble/temp/meleebattlesnumber.txt
#URL to tell the server to delete old bots
UPDATEBOTSURL=http://rumble.robowiki.net/servlet/RemoveOldParticipant
#UPDATEBOTSURL=http://localhost:8080/examples/servlet/RemoveOldParticipant