-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgameinfo.json
More file actions
124 lines (124 loc) · 3.6 KB
/
Copy pathgameinfo.json
File metadata and controls
124 lines (124 loc) · 3.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[
{
"name": "Fallout New Vegas",
"game_id": "falloutnv",
"steamapp_ids": [
"22380",
"22490"
],
"gog_id": "1454587428",
"ms_id": "BethesdaSoftworks.FalloutNewVegas",
"epic_id": "5daeb974a22a435988892319b3a4f476",
"registry_entries": {
"HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Bethesda Softworks\\FalloutNV": "Installed Path"
},
"override_mygames": "FalloutNV",
"override_appdata": "FalloutNV"
},
{
"name": "Skyrim Special Edition",
"game_id": "skyrimse",
"steamapp_ids": [
"489830"
],
"gog_id": "1711230643",
"ms_id": "BethesdaSoftworks.SkyrimSE-PC",
"epic_id": "ac82db5035584c7f8a2c548d98c86b2c",
"registry_entries": {
"HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Bethesda Softworks\\Skyrim Special Edition": "Installed Path"
},
"override_mygames": null,
"override_appdata": null
},
{
"name": "Skyrim",
"game_id": "skyrim",
"steamapp_ids": [
"72850"
],
"gog_id": null,
"ms_id": null,
"epic_id": null,
"registry_entries": {
"HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Bethesda Softworks\\skyrim": "Installed Path"
},
"override_mygames": null,
"override_appdata": null
},
{
"name": "Oblivion",
"game_id": "oblivion",
"steamapp_ids": [
"22330",
"900883"
],
"gog_id": "1458058109",
"ms_id": "BethesdaSoftworks.TESOblivion-PC",
"epic_id": null,
"registry_entries": {
"HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Bethesda Softworks\\oblivion": "Installed Path"
},
"override_mygames": null,
"override_appdata": null
},
{
"name": "Fallout 4",
"game_id": "fallout4",
"steamapp_ids": [
"377160"
],
"gog_id": "1998527297",
"ms_id": "BethesdaSoftworks.Fallout4-PC",
"epic_id": "61d52ce4d09d41e48800c22784d13ae8",
"registry_entries": {
"HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Bethesda Softworks\\Fallout4": "Installed Path"
},
"override_mygames": "Fallout4",
"override_appdata": "Fallout4"
},
{
"name": "Fallout 3 GOTY",
"game_id": "fallout3goty",
"steamapp_ids": [
"22370"
],
"gog_id": "1454315831",
"ms_id": null,
"epic_id": null,
"registry_entries": {
"HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Bethesda Softworks\\Fallout3": "Installed Path"
},
"override_mygames": "Fallout3",
"override_appdata": "Fallout3"
},
{
"name": "Fallout 3",
"game_id": "fallout3",
"steamapp_ids": [
"22300"
],
"gog_id": null,
"ms_id": null,
"epic_id": null,
"registry_entries": {
"HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Bethesda Softworks\\Fallout3": "Installed Path"
},
"override_mygames": null,
"override_appdata": null
},
{
"name": "Morrowind",
"game_id": "morrowind",
"steamapp_ids": [
"22320"
],
"gog_id": null,
"ms_id": null,
"epic_id": null,
"registry_entries": {
"HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Bethesda Softworks\\Morrowind": "Installed Path"
},
"override_mygames": null,
"override_appdata": null
}
]