tankroyale.robocode-tankroyale-gui.0.24.4.source-code.Hints.properties Maven / Gradle / Ivy
# New Battle Dialog
new_battle.setup_rules=\
Set up the game rules for the various game types.
new_battle.game_type=\
The game type selects a predefined set of game rules that applies to the battle.
\
Note that each bot must define the game types in order to participate in the battle.
\
Otherwise the bot is filtered out by the game type and will not be available for the battle.
new_battle.bot_directories=\
Lists all known bootable bots found within your local bot directories that complies to the selected game type.
\
This listed is based on your Bot Root Directories configuration.
new_battle.booted_bots=\
Lists all bots that have been booted, and hence are running locally,
\
but not necessarily joined the battle yet.
\
Listed with the filename first and boot id within parentheses.
new_battle.joined_bots=\
Lists all bots that have joined the server locally as well as remotely.
\
These bots are capable and ready to participate within the selected game type.
new_battle.selected_bots=\
The joined bots you select to participate in the battle.
new_battle.start_button=\
Requires at least %d participants, and maximum of %s participants.
# Control Panel
control.pause=\
Pauses the battle.
control.resume=\
Resumes the paused battle.
control.next_turn=\
Go to the next turn while the battle is paused. Useful for debugging.
control.stop=\
Stops the battle.
control.restart=\
Restarts the battle to starts all over.
control.tps=\
Sets the Turns Per Second (TPS). TPS must be a number from 0 to 999 or set to max.
\
Note that the TPS cannot go faster than the turn timeout allows for.
\
The lower turn timeout, the higher TPS is possible.
control.default_tps=\
Resets the Turns Per Second (TPS) to the default: %d
# Debug Options
option.enable_initial_position=\
Server-option for allowing your bot(s) to start with an initial starting position.
\
Setup is done in JSON file or the INITIAL_POSITION environment variable.