-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModConfig.json
52 lines (52 loc) · 1.5 KB
/
ModConfig.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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"ModId": "hifipc.nopillarbox",
"ModName": "Pillar/Letter Box Removal",
"ModAuthor": "M\u0026M",
"ModVersion": "1.0.1",
"ModDescription": "Removes the pillar/letter boxing from certain scenes and all cutscenes. Will cause some visual issues.",
"ModDll": "hifipc.nopillarbox.dll",
"ModIcon": "Preview.png",
"ModR2RManagedDll32": "x86/hifipc.nopillarbox.dll",
"ModR2RManagedDll64": "x64/hifipc.nopillarbox.dll",
"ModNativeDll32": "",
"ModNativeDll64": "",
"Tags": [],
"CanUnload": false,
"HasExports": false,
"IsLibrary": false,
"ReleaseMetadataFileName": "hifipc.nopillarbox.ReleaseMetadata.json",
"PluginData": {
"GitHubDependencies": {
"IdToConfigMap": {
"reloaded.sharedlib.hooks": {
"Config": {
"UserName": "Sewer56",
"RepositoryName": "Reloaded.SharedLib.Hooks.ReloadedII",
"UseReleaseTag": true,
"AssetFileName": "reloaded.sharedlib.hooks.zip"
},
"ReleaseMetadataName": "Sewer56.Update.ReleaseMetadata.json"
}
}
},
"GitHubRelease": {
"UserName": "ActualMandM",
"RepositoryName": "hifipc.nopillarbox",
"UseReleaseTag": true,
"AssetFileName": "Mod.zip"
},
"GameBanana": {
"ItemType": "Mod",
"ItemId": 494019
}
},
"IsUniversalMod": false,
"ModDependencies": [
"reloaded.sharedlib.hooks"
],
"OptionalDependencies": [],
"SupportedAppId": [
"hi-fi-rush.exe"
],
"ProjectUrl": "https://gamebanana.com/mods/494019"
}