diff --git a/EpidemicHelper/EpidemicHelper/Info.json b/EpidemicHelper/EpidemicHelper/Info.json index d401234..3e3ce6a 100644 --- a/EpidemicHelper/EpidemicHelper/Info.json +++ b/EpidemicHelper/EpidemicHelper/Info.json @@ -4,5 +4,6 @@ "Author": "Silverdark", "Version": "1.0.0", "ManagerVersion": "0.12.0", - "EntryMethod": "EpidemicHelper.Program.Load" + "EntryMethod": "EpidemicHelper.Program.Load", + "Repository": "https://raw.githubusercontent.com/Silverdark/tph-mods/master/Repository.json" } \ No newline at end of file diff --git a/README.md b/README.md index ff64dac..5ced35a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # Two Point Hospital Mods -Thanks to [newman55](https://github.com/newman55) for the creation of the [Unity Mod Manager](https://github.com/newman55/unity-mod-manager). \ No newline at end of file +Thanks to [newman55](https://github.com/newman55) for the creation of the [Unity Mod Manager](https://github.com/newman55/unity-mod-manager). + +## Development / Build + +You need to update the references to the assemblies. For example the [EpidemicHelper project file](https://github.com/Silverdark/tph-mods/blob/master/EpidemicHelper/EpidemicHelper/EpidemicHelper.csproj) has references like this: + +``` + + ..\..\..\..\..\..\Program Files (x86)\SteamLibrary\SteamApps\common\TPH\TPH_Data\Managed\0Harmony12.dll + False + +``` + +Update the path to your game path. \ No newline at end of file diff --git a/SkipGPOffice/SkipGPOffice/Info.json b/SkipGPOffice/SkipGPOffice/Info.json index 1ee969d..d8dffd6 100644 --- a/SkipGPOffice/SkipGPOffice/Info.json +++ b/SkipGPOffice/SkipGPOffice/Info.json @@ -4,5 +4,6 @@ "Author": "Silverdark", "Version": "1.0.0", "ManagerVersion": "0.12.0", - "EntryMethod": "SkipGPOffice.Program.Load" + "EntryMethod": "SkipGPOffice.Program.Load", + "Repository": "https://raw.githubusercontent.com/Silverdark/tph-mods/master/Repository.json" } \ No newline at end of file