-
Notifications
You must be signed in to change notification settings - Fork 4
/
plugins.json
39 lines (39 loc) · 1.06 KB
/
plugins.json
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
{
"PluginConfig": [
{
"platform": 1,
"internalName": "Resident Evil 4 Remake",
"pluginName": "SRTPluginProviderRE4R",
"currentVersion": "2.0.0.0",
"downloadURL": "https://github.com/SpeedrunTooling/SRTPluginProviderRE4R/releases/download/2.0.0.0/SRTPluginProviderRE4R-v2.0.0.0.zip",
"contributors": [
"TheDementedSalad",
"Squirrelies"
]
}
],
"SRTConfig": {
"platform": 2,
"internalName": "",
"pluginName": "SRTHost",
"currentVersion": "4.0.0.0",
"downloadURL": "https://github.com/SpeedRunTool/SRTHost/releases/download/3.1.0.1/SRTHost-v3.1.0.1.zip",
"contributors": [
"Squirrelies",
"SpeedRunTool Contributors"
]
},
"ExtensionsConfig": [],
"InterfaceConfig": [
{
"platform": 2,
"internalName": "Resident Evil 4 Remake (DirectX)",
"pluginName": "SRTPluginUIRE4DirectXOverlay",
"currentVersion": "2.0.0.0",
"downloadURL": "https://github.com/SpeedrunTooling/SRTPluginUIRE4DirectXOverlay/releases/download/2.0.0.0/SRTPluginUIRE4DirectXOverlay-v2.0.0.0.zip",
"contributors": [
"VideoGameRoulette"
]
}
]
}