Skip to content

Various mods for the game Two Point Hospital

License

Notifications You must be signed in to change notification settings

Silverdark/tph-mods

Repository files navigation

Two Point Hospital Mods

Available mods

  • Skip GPOffice
    Skip the extra visit to the GPOffice when the diagnosis certainty is higher than the configureable value.

  • Epidemic Helper
    Provides helper actions for the epidemic challenges, like logging the infected character names, highlight them or vaccinate all of them.

  • Qualification Utils
    Manage the qualifications and rank of your staff.

Development / Build

You need to update the references to the assemblies. For example the EpidemicHelper project file 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.

Credits