Install the Overhaul
With BepInEx 5 in place, the mod itself is a single file. Drop
StixsworldHD.UngodlyAI.TPH.dll into BepInEx/plugins, launch the game once, and the
full 160-setting config file writes itself automatically. That's the entire install.
This page assumes BepInEx 5 is already installed and has been launched once, so a
BepInEx/plugins folder exists. If it doesn't, go back to
Install BepInEx 5 — the plugin has nowhere to load from
without it.
01 Get the files
The plugin ships bundled with this guide. If you're reading this from the downloaded archive, the files
are already on your disk in the mod-files folder next to these pages — no separate download
needed.
StixsworldHD.UngodlyAI.TPH.dll
The compiled BepInEx 5 plugin. This is the one file that goes into
BepInEx/plugins.
README.md
The full settings reference — every section, every range — written by the author. Worth keeping open while you tune.
Open the READMEThe download is one zip containing this entire guide plus a mod-files folder
holding StixsworldHD.UngodlyAI.TPH.dll and README.md. Keep them together so
these download links keep working offline.
02 Place the plugin
One file, one destination. This is the whole installation:
Open the plugins folder
In your game's install folder, go into BepInEx and then plugins:
Copy the .dll into it
drag & dropMove StixsworldHD.UngodlyAI.TPH.dll from mod-files into that
plugins folder. Leave the filename exactly as-is. When you're done, the folder
looks like this:
No subfolders, no extracting — the plugin is a flat .dll that lives directly in
plugins.
Launch the game once more
Start Two Point Hospital. On this launch the plugin loads and generates its configuration file. Reach the main menu, then you can either start playing or quit to inspect the config.
03 The config writes itself
You never have to create a config by hand. The first time the plugin loads, it writes a fully commented file with all 160 settings at safe defaults to:
BepInEx\config\com.stixsworldhd.tph.ungodlyai.cfg
That file is where all your tuning happens — but you rarely need to open it, because the mod also gives you a live in-game window. More on both in Configuration.
Once you're in a hospital, tap F6 to open the configuration window. If it appears, the mod is loaded and running. That's also the quickest way to verify your install.
04 Updating or removing later
Both are trivial:
- Update: replace the
.dllinpluginswith a newer one. Your.cfgis preserved; any brand-new settings get appended at their defaults on next launch. - Remove: delete
StixsworldHD.UngodlyAI.TPH.dllfromplugins. The game returns to vanilla. You can leave or delete the leftover.cfg— it does nothing on its own. - Pause without removing: set
MasterEnabled = falsein the config (or in the F6 window) for instant vanilla behaviour with the file still in place.