The complete contents of the roborumble.txt file.
#RoboRumble@home properties
#properties for executing the modules. Use YES or NOT
DOWNLOAD=YES
EXECUTE=YES
UPLOAD=YES
ITERATE=NOT
#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=Put_Your_Name_Here
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/cgi-bin/robowiki?RoboRumble/Participants
PARTICIPANTSFILE=./roborumble/files/particip1v1.txt
STARTAG=pre
#properties to prepare the battles list
NUMBATTLES=10
#properties to upload the results
RESULTSURL=http://rumble.fervir.com/rumble/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.fervir.com/rumble/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.fervir.com/rumble/RemoveOldParticipant
#Number of battles a bot has to fight when it is uploaded. It has priority againts others until it reaches such number
BATTLESPERBOT=1000