The horror action takes place in a gloomy city, engulfed by a mysterious plague, and the main character will be the young doctor Daniil Dankovsky... Read more
P2ModLoader
-
Download (8.24 MB)January 13, 2026, 11:41 AMzagruzchik-p2modloader_1768293678_460850.zipArchive password: vgtimes
This is a mod loader and manager for Pathologic 2 and Pathologic 3. It merges multiple mods by patching game files instead of fully replacing them. This helps avoid conflicts that often occur when modding Pathologic.
Main features:
- Code patching: P2ModLoader injects C# code into game assemblies, adding or modifying methods, properties, and fields, creating new classes, and editing enums;
- Resource replacement: replaces text resources, allowing you to edit localization and quests;
- Automatic backups: all changes are saved in a backup, which can be restored with a single click;
- Conflict detection: incompatible modules, missing dependencies, and incorrect load order are highlighted in the mod list with color coding;
- Automatic updates: new versions of P2ModLoader are automatically downloaded from GitHub.
System requirements:
- Windows 10 (version 1607+) or Windows 11;
- .NET 8.0 Runtime (P2ModLoader will notify you if it's not installed).
How to run:
- Download the latest version of P2ModLoader;
- Extract it to a folder with write permissions (avoid Program Files);
- Run P2ModLoader and select your game installation (automatic for Steam, manual for GOG and pirated versions);
- Go to the “Mods” tab and click “Initialize”.
How to use:
- Place mod folders in [GameDirectory]/Mods/;
- Enable mods in the “Mods” tab using checkboxes;
- Drag folders to change the load order (top mods load first);
- Resolve all conflicts marked in red;
- Click “Update” or “Update + Launch”;
- After patching, the game runs as usual—P2ModLoader does not need to run in the background.
Converting existing mods:
- If a mod is installed via UABE, it cannot be used with P2ModLoader. Installation and removal must be done manually.
- If a mod fully replaces a resource file, it also needs to be installed and removed manually.
If a mod changes DLL or XML/XML.GZ files, it can be adapted for P2ModLoader:
- Create a mod folder in [GameDirectory]/Mods/.
- Create a ModInfo.ltx file with the following information:
name = Mod Name
description = Short description
author = Author Name
version = 1.0
3. Copy the modified files, preserving their structure (for example, files from Pathologic3_Data/Managed to Mods/[Mod Name]/Pathologic3_Data/Managed);
4. Upload the file, add images, and a file description.
Useful links: