P2ModLoader

  • Pathologic 3 — P2ModLoader
Author:
SurDno
Size:
8.24 MB
Date:
January 13, 2026, 11:41 AM
Downloads:
12
0.0 / 10
No one has rated the file yet.
  • January 13, 2026, 11:41 AM
    zagruzchik-p2modloader_1768293678_460850.zip
    Archive password: vgtimes
    Virus check from Virustotal: the file is safe (view report)
    Download (8.24 MB)

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:

  1. Download the latest version of P2ModLoader;
  2. Extract it to a folder with write permissions (avoid Program Files);
  3. Run P2ModLoader and select your game installation (automatic for Steam, manual for GOG and pirated versions);
  4. Go to the “Mods” tab and click “Initialize”.

How to use:

  1. Place mod folders in [GameDirectory]/Mods/;
  2. Enable mods in the “Mods” tab using checkboxes;
  3. Drag folders to change the load order (top mods load first);
  4. Resolve all conflicts marked in red;
  5. Click “Update” or “Update + Launch”;
  6. 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:

  1. Create a mod folder in [GameDirectory]/Mods/.
  2. 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:

Comments 0