The Gorkhon Archives

Modding

So, you want to make a mod for Pathologic? You're in luck! Members of the community have made their own guides for modifying the game and have provided tools for doing so as well.

Most of the modding information centered around Pathologic is based on Classic HD, so most of the focus here will be on the first game. I'll also include information on console commands at the bottom of the page at a later date.

I'll be giving a few basic guides and resources, but you may want to check out the Pathologic Modding Wiki for even more resources.


Classic HD

Much of the game resources, other than sound and video files, are saved in a .vfs package format. To unpack the files, you're going to need to use mor_converter, a tool specially made for Pathologic Classic HD. The program was originally in Russian, so the text will appear as question marks, but is very intuitive to use despite that.

I recommend following KyoraKitty's comprehensive guide to modding Pathologic. They teach you how to use the mor_converter program, give a rundown of the different files within the .vfs packages, as well as how to edit different types of files. It's got pretty much everything you'd need to know for basic modding.

Here are a few other resources, just in case:

A description of the Pathologic file format.

Step-by-step texture editing process

Pathologic Wiki Modding Guide


Pathologic 2

As far as I've seen, I haven't found much information on actually modding Pathologic 2 in particular. Since the game is made in Unity, you likely can use general Unity modding guides coupled with basic coding knowledge and experience with the C# language. Pathologic 2 doesn't have official mod support, so you'll need to work around that.

Here are a few starting points:

Unity Modding Tools

A guide for hacking Unity games

How to create mod for Unity game