# Whether the radar must be drawn.
heroes.screen.display_radar: 1
# Whether game counters must be drawn.
heroes.screen.display_infos: 1
# Gamma setting.
heroes.screen.gamma: 6
# Whether the camera moves with inertia.
heroes.screen.inertia: 1
# Whether music is enabled.
heroes.sound.music_enable: 1
# Music volume.
heroes.sound.music_volume: 8
# Whether sound effects are enabled.
heroes.sound.sfx_enable: 1
# Sound effects volume.
heroes.sound.sfx_volume: 8
# Control type for player one (0=key, 1=joy).
heroes.control.player1: 1
# Whether player one wants autopilot.
heroes.control.autopilot1: 1
# Control type for player two (0=key, 1=joy).
heroes.control.player2: 0
# Whether player two wants autopilot.
heroes.control.autopilot2: 1
# Speed of the game.
heroes.game.speed: 0
# Index of the number of rounds (not the number itself).
heroes.game.gamerounds: 4
# Color for players.
heroes.game.player_colors: 0 1 2 3
# How extras levels are included.
heroes.extras.mode: 0
# Keycodes for player one.
heroes.sdl.player1_keys: 273 276 274 275 305 303
# Keycodes for player two.
heroes.sdl.player2_keys: 69 83 68 70 306 304
