Skip to content

Commit

Permalink
Updated: Mod Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 23, 2022
1 parent 18f450e commit e292734
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
1 change: 1 addition & 0 deletions Heroes.Fun.AuraColorizer/Heroes.Fun.AuraColorizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<OutputType>WinExe</OutputType>
<StartupObject />
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>$(RELOADEDIIMODS)\sonicheroes.fun.colourizer</OutputPath>
</PropertyGroup>

<ItemGroup>
Expand Down
24 changes: 19 additions & 5 deletions Heroes.Fun.AuraColorizer/ModConfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
{
{
"ModId": "sonicheroes.fun.colourizer",
"ModName": "Sonic Heroes: Colourizer",
"ModAuthor": "Sewer56",
"ModVersion": "1.0.3",
"ModVersion": "1.1.0",
"ModDescription": "Sonic Heroes but a bit more like a Corsair Keyboard.",
"ModDll": "Heroes.Fun.AuraColorizer.dll",
"ModIcon": "Preview.png",
"ModR2RManagedDll32": "x86/Heroes.Fun.AuraColorizer.dll",
"ModR2RManagedDll64": "x64/Heroes.Fun.AuraColorizer.dll",
"ModNativeDll32": "",
"ModNativeDll64": "",
"ModIcon": "Preview.png",
"IsLibrary": false,
"ReleaseMetadataFileName": "Sewer56.Update.ReleaseMetadata.json",
"PluginData": {
"NuGet": {
"AllowUpdateFromAnyRepository": false,
"DefaultRepositoryUrls": [
"http://packages.sewer56.moe:5000/v3/index.json"
]
}
},
"IsUniversalMod": false,
"ModDependencies": [],
"SupportedAppId": [ "tsonic_win.exe" ]
}
"OptionalDependencies": [],
"SupportedAppId": [
"tsonic_win.exe"
]
}

0 comments on commit e292734

Please sign in to comment.