Skip to content

Commit

Permalink
Updated readme and added repository file to project info files
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverdark committed Sep 30, 2018
1 parent 6410999 commit 7632960
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
3 changes: 2 additions & 1 deletion EpidemicHelper/EpidemicHelper/Info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
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:

```
<Reference Include="0Harmony12">
<HintPath>..\..\..\..\..\..\Program Files (x86)\SteamLibrary\SteamApps\common\TPH\TPH_Data\Managed\0Harmony12.dll</HintPath>
<Private>False</Private>
</Reference>
```

Update the path to your game path.
3 changes: 2 additions & 1 deletion SkipGPOffice/SkipGPOffice/Info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 7632960

Please sign in to comment.