## Configuration file used by the monitor plugin
## Look at the README.rc-files for additional information on the format.

## When you want to change any of these values be sure to make a copy which
## you can put back in case of trouble.

########### IMPORTANT, READ THIS !!! ##############################
## You MUST have a complete default section.
## When you remove it, or remove parts of it, the game will probably not work as
## expected. So don't email me when you have removed the default section :-(
## BTW, you can ofcourse change the values in the default section.

# The default section provides default values.
# If you want to use other values you should use a other setup and change the 
# 'useprofile' entry accordingly.
# These setups should be defined in this file.
# See [average] for a example.
[default] 
useprofile = none   # Which setup to use.
                    # When you want to use it replace 'none' with 'average' or 
                    # some other section name.
sound = yes         # Use sounds. possible values: yes or no.
gameplay = none     # Set a predefined gameplay. Values are: none,single,multi,multipc.
computerAI = easy   # How hard should it be to beat the computer player: easy,
                    # hard,impossible
batsize = 72        # Size of the bats in pixels 
batspeed = 6        # Speed of bats in pixels per frame. 6 = slow,8 = normal,
                    # 12 = fast, 16= very fast
ballspeed = 3       # Speed of the ball. 3 = slow, 4 = average, 6 = fast
goalsize = 300      # Size of the goal in pixels.
winpoints = 11      # Number of points needed to win in multiplay.
left_keyup = 'q'    # Which keys to use for moving the bats.
left_keydown = 'a'  # WARNING, don't define the same keys for different actions.
right_keyup = 'p'
right_keyip = 'l'

[easy]
ballspeed = 2

[average]# Predefined slightly more difficult setup.
computerAI = hard
batspeed = 10
ballspeed = 4
batsize = 64

[hard]              # Harder profile
computerAI = hard
batsize = 64
ballspeed = 4

[nosound]           # just an example, you could also change the value in the default section
sound = no

[test]# For testing purposes (developers)
computerAI = hard
ballspeed = 6
winpoints = 2
