CS2 & CS:GO mp_backup_round_file_pattern Command

CS:GO & CS2 Compatible
mp_backup_round_file_pattern <Name>

This command can be used to change the file name format of backup files. See argument info for help.

Argument Information

The syntax for this command is as follows:
Name Description
Name

Your desired name format. These variables will be replaced with their actual values:

  • %prefix% will be replaced with the file prefix
  • %date% will be replaced with the date of the backup
  • %time% will be replaced with the time of the backup
  • %team1% will be replaced with the name of team 1
  • %team2% will be replaced with the name of team 2
  • %map% will be replaced with the map name
  • %round% will be replaced with the round #
  • %score1% will be replaced with the first team's score
  • %score2% will be replaced with the second team's score

Extra Information

Find additional information relating to this command below.
sv_cheats Required
No
Client or Server Command
Server
Default Value
%prefix%_round%round%.txt
Total CS is the home of CS2 commands We boast the only complete, up-to-date database of all CS2 console commands. View All CS2 Commands
CS2 player
Ad

Command Generator

Adjust the settings below to automatically generate a command. Once you've got everything right, hit the Copy button and paste it into the console in CS:GO.

mp_backup_round_file_pattern <Name>
0/1 arguments filled
Name

mp_backup_round_file_pattern Examples

mp_backup_round_file_pattern %prefix%_%date%_%time%_%team1%_%team2%_%map%_round%round%_score_%score1%_%score2%.txt

This command set the file pattern to a useful one that includes all possible data.

mp_backup_round_file_pattern %prefix%_round%round%.txt

This command sets the default backup round file format.