Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
Added: Config Reset Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 23, 2022
1 parent 2f97071 commit 8b138b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions SonicHeroes.Utils.OneRedirector/Configuration/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ Need more config files/classes? See Configuration.cs

[DisplayName("Always Build Archives")]
[Description("Rebuilds the .ONE archive every time the game opens the files. This allows you to swap out files while the game is running at the expense or more time taken to load the file(s).")]
[DefaultValue(false)]
public bool AlwaysBuildArchive { get; set; } = false;
}
2 changes: 1 addition & 1 deletion SonicHeroes.Utils.OneRedirector/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ModId": "sonicheroes.utils.oneredirector",
"ModName": "Generic Heroes ONE Archive Redirector",
"ModAuthor": "Sewer56",
"ModVersion": "1.0.2",
"ModVersion": "1.1.0",
"ModDescription": "Experimental Windows FileSystem level hook allowing redirection of Sonic Heroes ONE archive contents.",
"ModDll": "SonicHeroes.Utils.OneRedirector.dll",
"ModIcon": "Preview.png",
Expand Down

0 comments on commit 8b138b2

Please sign in to comment.