mp_backup_round_file_pattern Command

Explore usage, syntax, and examples for the mp_backup_round_file_pattern CS2 developer console command.

mp_backup_round_file_pattern

CS2 and CSGO

Command

mp_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.

<Name>

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

sv_cheats Required

No

Client or Server Command

Server

Default Value

%%prefix%%_round%%round%%.txt

mp_backup_round_file_pattern Generator

Command

mp_backup_round_file_pattern

<Name>
0/1 Arguments Selected

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

Command

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.

Command

mp_backup_round_file_pattern

%%prefix%%_round%%round%%.txt

Set the backup file format to the default style with prefix and round number only.