This repository was archived by the owner on Mar 9, 2025. It is now read-only.
File tree 4 files changed +20
-5
lines changed
4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " Apex Legends" , .*\\Saved Games\Respawn\Apex\local\videoconfig.txt .*\\Saved Games\Respawn\Apex\local\settings.cfg
3
- "ignore_fields" : [
2
+ "name" : " Apex Legends" ,
3
+ "configs" : [
4
+ " .*\\ Saved Games\R espawn\A pex\l ocal\v ideoconfig.txt" ,
5
+ " .*\\ Saved Games\R espawn\A pex\l ocal\s ettings.cfg"
6
+ ],
7
+ "ignore_fields" : [
4
8
" name"
5
9
],
6
10
"mappings" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " CS2" , .*\\Steam\\userdata\\.*\\730\\local\\cfg\\cs2_video.txt .*\\Steam\\userdata\\.*\\730\\local\\cfg\\cs2_machine_convars.vcfg .*\\Steam\\userdata\\.*\\730\\local\\cfg\\cs2_user_convars_0_slot0.vcfg
2
+ "name" : " CS2" ,
3
+ "configs" : [
4
+ " .*\\ Steam\\ userdata\\ .*\\ 730\\ local\\ cfg\\ cs2_video.txt" ,
5
+ " .*\\ Steam\\ userdata\\ .*\\ 730\\ local\\ cfg\\ cs2_machine_convars.vcfg" ,
6
+ " .*\\ Steam\\ userdata\\ .*\\ 730\\ local\\ cfg\\ cs2_user_convars_0_slot0.vcfg"
7
+ ],
3
8
"ignore_fields" : [
4
9
" password" ,
5
10
" auth_token"
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " Dead by Daylight" , .*\\DeadByDaylight\\Saved\\Config\\WindowsClient\\GameUserSettings.ini
2
+ "name" : " Dead by Daylight" ,
3
+ "configs" : [
4
+ " .*\\ DeadByDaylight\\ Saved\\ Config\\ WindowsClient\\ GameUserSettings.ini"
5
+ ],
3
6
"ignore_fields" : [
4
7
" password" ,
5
8
" auth_token"
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " Destiny 2" , .*\\AppData\Roaming\Bungie\DestinyPC\prefs\cvars.xml
2
+ "name" : " Destiny 2" ,
3
+ "configs" : [
4
+ " .*\\ AppData\R oaming\B ungie\D estinyPC\p refs\c vars.xml"
5
+ ],
3
6
"ignore_fields" : [
4
7
" password" ,
5
8
" auth_token"
You can’t perform that action at this time.
0 commit comments