Command
mp_backup_round_file_pattern
<Name>Explore usage, syntax, and examples for the mp_backup_round_file_pattern CS2 developer console command.
mp_backup_round_file_pattern
CS2 and CSGOmp_backup_round_file_pattern
<Name>Use this command to set the naming format for backup files. Refer to the option details for available variables you can include.
Set your preferred backup file name using these variables: * %%prefix%% — file prefix * %%date%% — backup date * %%time%% — backup time * %%team1%% — team 1 name * %%team2%% — team 2 name * %%map%% — map name * %%round%% — round number * %score1%% — team 1 score * %score2%% — team 2 score
No
Server
%%prefix%%_round%%round%%.txt
mp_backup_round_file_pattern Generator
mp_backup_round_file_pattern
<Name>Set the options below to auto-generate your command. When everything looks good, click the Copy button and paste it into your in-game console.
mp_backup_round_file_pattern Examples
mp_backup_round_file_pattern
%%prefix%%_%%date%%_%%time%%_%%team1%%_%%team2%%_%%map%%_round%%round%%_score_%score1%%_%score2%%.txt
Set the backup file format to include all available data like date, time, teams, map, round, and scores.
mp_backup_round_file_pattern
%%prefix%%_round%%round%%.txt
Set the backup file format to the default style with prefix and round number only.