


MO2 Plugin Game-Pak Load Order BETA
Version 2.0 (6/28/2025)
– added color code to mod names
-added steam workshop in order(if someone shares mod.io file path i can look into adding that if i think it is gonna be appropriate since they have a ui built in-game)
– removed some debug prints and comments that i do not need any more
Stalker 2: Heart of Chornobyl – Mod Organizer 2 Plugin
Description
This plugin adds full support for **Stalker 2: Heart of Chornobyl** to Mod Organizer 2, enabling proper mod management for the game.
Features:
– **Game Recognition** – MO2 will detect and manage Stalker 2 automatically
– **PAK File Management** – Dedicated PAK Files tab for organizing mod load order
– **Automatic PAK Sorting** – Handles numbered folder structure (8999, 8998, etc.)
– **Drag & Drop Reordering** – Easy mod priority management via GUI
– **Mod Compatibility Checks** – Detects incorrectly structured mods
– **Profile Support** – Per-profile PAK configurations
What it does:
– Manages PAK files in the correct `~mods` directory structure
– Automatically creates numbered folders for proper load order
– Handles `_p` patch files with correct priority
– Provides visual mod management interface within MO2
—
Installation
### **Requirements:**
– Mod Organizer 2 (latest version)
– Stalker 2: Heart of Chornobyl
### **Installation Steps:**
1. **Download** the plugin files
2. **Extract** to your MO2 installation directory:
“`
[MO2 Install]/plugins/basic_games/games/
3. **Restart** Mod Organizer 2
4. **Add Game** – Select “Stalker 2: Heart of Chornobyl” from the games list
5. **Done!** – You’ll now see a “PAK Files” tab for managing your mods
### **File Structure:**
“`
ModOrganizer2/
└── plugins/
└── basic_games/
└── games/
├── game_stalker2heartofchornobyl.py
└── stalker2heartofchornobyl/
├── __init__.py
└── paks/
├── __init__.py ├── model.py
├── view.py
└── widget.py
Usage
Once installed, MO2 will automatically:
– Detect your Stalker 2 installation
– Create the required mod directories
– Provide a PAK Files management tab
– Handle mod installation and load order automatically
**No additional configuration required!**


