Skip to content

Commit

Permalink
Add update support, update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ActualMandM committed Feb 5, 2024
1 parent 7419860 commit fc4d8e9
Showing 1 changed file with 34 additions and 5 deletions.
39 changes: 34 additions & 5 deletions ModConfig.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,52 @@
{
"ModId": "hifipc.nopillarbox",
"ModName": "Pillar/Letter Box Removal",
"ModAuthor": "M&M",
"ModVersion": "1.0.0",
"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": {},
"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" ],
"ModDependencies": [
"reloaded.sharedlib.hooks"
],
"OptionalDependencies": [],
"SupportedAppId": [
"hi-fi-rush.exe"
],
"ProjectUrl": ""
"ProjectUrl": "https://gamebanana.com/mods/494019"
}

0 comments on commit fc4d8e9

Please sign in to comment.