Server (Match CVars)

From GTR-Wiki

Contents

Overtime

match_overtime

Description
Specifies the type of overtime mode to handle in the case of a scoring tie in Team DM/CTF.
Parameters
<Integer>
Values
Default 1
  • 0 - No overtime: matches can end in a tie
  • 1 - Sudden Death: Match continues indefinately, first score wins (1v1/CTF default, quake4 default overtime handling)
  • 2 - Sudden Death-Timed overtime: If the match is still tied after x overtime rounds (match_overtimeCount), the match will move to sudden death with first score to win (Team DM default, unlimited 5-minute periods)
  • 3 - Tie-Timed overtime: If match is still tied after x overtime rounds (match_overtimeCount), the match ends in a tie (like hockey).

match_overtimeCount

Desciprion
Number of timed overtime rounds to play until either sudden death or a tie is issued. Note, setting this parameter to 0 will give an indefinate number of overtime periods until a victor is determined.
Parameters
<Integer>
Values
Default 0
  • >=0

match_overtimeLength

Description
Number of minutes for a timed overtime round. This value must be >= 1 (forced inside the game).
Parameters
<Integer>
Values
Default 5
  • >=1

Timeout

match_timeoutCount

Description
Control the maximum number of timeouts in a game per team. A value of 0 will disable timeout functionality. NOTE: a referee can always pause a game!
Parameters
<Integer>
Values
Default 3
  • >=0

match_timeoutLength

Desciption
Controls the maximal length of a timeout in seconds before the game goes on. NOTE: a referee timeout has no timelimit!
Parameters
<Integer>
Values
Default 60
  • >=0

Miscellaneous

match_respawnOnSD

Description
Maprestart while entering sudden death mode?
Parameters
<Boolean>
Values
Default 1
  • 0 - Disabled
  • 1 - Enabled (q4 default)

match_fallingDamage

Description
Controls whether falling damage is enabled or not.
Parameters
<Boolean>
Values
Default 1
  • 0 - Disabled
  • 1 - Enabled (q4 default)

match_selfDamage

Description
Controls whether self damage is enabled or not.
Parameters
<Boolean>
Values
Default 1
  • 0 - Disabled
  • 1 - Enabled (q4 default)