Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit 5444019

Browse files
authored
Add files via upload
1 parent 1fc3430 commit 5444019

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

Diff for: Apex Legends/info.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
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\Respawn\Apex\local\videoconfig.txt",
5+
".*\\Saved Games\Respawn\Apex\local\settings.cfg"
6+
],
7+
"ignore_fields": [
48
"name"
59
],
610
"mappings": {

Diff for: CS2/info.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
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+
],
38
"ignore_fields": [
49
"password",
510
"auth_token"

Diff for: Dead by Daylight/info.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
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+
],
36
"ignore_fields": [
47
"password",
58
"auth_token"

Diff for: Destiny 2/info.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"name": "Destiny 2", .*\\AppData\Roaming\Bungie\DestinyPC\prefs\cvars.xml
2+
"name": "Destiny 2",
3+
"configs": [
4+
".*\\AppData\Roaming\Bungie\DestinyPC\prefs\cvars.xml"
5+
],
36
"ignore_fields": [
47
"password",
58
"auth_token"

0 commit comments

Comments
 (0)