# Displays game difficulty # You can rename them as you like DiffArray=('Normal' 'Hard' 'Suicide' 'Hell') # Displays the number of waves # You can rename them as you like WaveArray=('4' '7' '10') # Add custom gamemodes to the end of the list, similar to what is already there: ModeArray['KFGameContent.KFGameInfo_Survival']='Survival' ModeArray['KFGameContent.KFGameInfo_WeeklySurvival']='Weekly' ModeArray['KFGameContent.KFGameInfo_Endless']='Endless' ModeArray['KFGameContent.KFGameInfo_Objective']='Objective' ModeArray['KFGameContent.KFGameInfo_VersusSurvival']='Versus' # Bot default password # To change the password for the bot, you must do this here and in WebAdmin. # Otherwise, the bot will stop working and some actions cannot be done on running servers ServerBotPassword=VerySecretBotPassword