Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.21 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.21 KB

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