- Added convar 'mp_backup_round_file [fileprefix]' -- If set then server will save all played rounds information to files with this prefix. Backup file contains players information like KDA, MVPs, cash, kevlar, helmet, defuse kit, weapons and grenades and match score for first and second halves. In a case of a tournament server crash backup file can be loaded using ' mp_backup_restore_load_file'. The default is 'backup'
- Added convar 'mp_backup_round_file_last' -- Every time a backup file is written the value of this convar gets updated to hold the name of the backup file.
-Added concommand 'mp_backup_restore_list_files [number]' -- Lists recent backup round files matching the prefix, most recent files first, accepts a numeric parameter to limit the number of files displayed (default 5).
- Added concommand 'mp_backup_restore_load_file [filename]' -- Loads the specified backup file and applies players information like KDA, MVPs, cash, kevlar, helmet, defuse kit, weapons and grenades; sets the match score for first and second half and starts next round.
- Added convar 'mp_backup_round_file_pattern,' that defines the pattern for naming backup files using tokens. Example: %prefix%_%date%_%time%_%team1%_%team2%_%map%_round%round%_score_%score1%_%score2%.txt. The default pattern results in 'backup_roundNN.txt'