# relative file path to the default map# sets the file path for the map
# when a banned client tries to connect, update the remaining ban-time to be at least this many seconds# when a client's connection is blocked because he's banned, make him banned for at least this many seconds
i still dont get it.(tm). Ban-time and max-cap on bans combined in a single formula?!?# autoban-settings
Not sure about this one:# if set to 1, this allows two players that apparently come from the same machine to fight for points
# if set to 1, allow players from the same ???IP??? to be ???enemies???
Not sure about this one:# if set to 1, this allows two players that play on the same client to fight for points with each other
# if set to 1, allow players from the same client(splitscreen) to be ???enemies???
From "cutoff" it may not be obvious to others if this relates to the top or bottom of the scale.# acceleration offset. Must be positive, it serves as a cutoff to avoid dividing by zero.
# the distance from a wall at which wall-acceleration kicks in (???scale???)# when is a wall near?
# brake-strength (set to 0 to disable brakes)# allow braking
# minimum time in secs between cycle-turns. (must be above zero. Never enable the topology police if this is set to less than 0.001)# min time between turns in seconds. Never enable the topology police if this is set lower than 0.001. Only values bigger than zero are supported.
# cycle-turn delays are based on the time since the last turn if set to 1 (default) and the distance if set to 0. Intermediate and other values are supported as well.# turn delays will be based on the time since the last turn if this is 1 (default) and the distance if this is 0. Intermediate values and values out of these bounds are supported as well.
# at every cycle-turn it's speed is multiplied by this value# factor multiplied to speed on every turn
# rubber usage is based on distance travelled(0 - default) or time passed(1). Intermediate and other values are supported as well.# rubber usage is based on distance travelled if this is 0 (default) and the time passed if this is 1. Intermediate values and values out of these bounds are supported as well.
# Minimum distance the rubber keeps cycles from walls# The minimal distance rubber code keeps you from the wall in front of you
No need to mention the "in front of you", since that should be obvious
"emtpy" may be ambigious to users who dont know the code# Addidional distance if you have an empty rubber meter (gets faded out gradually as you use up all your rubber)
# How long does it take the rubber to regenerate?# Timescale rubber is restored on
The other comments seem fine to me.