-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated readme and added repository file to project info files
- Loading branch information
1 parent
6410999
commit 7632960
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters