The Gorkhon Archives

How To Run Pathologic Classic HD on Linux

Pathologic Classic HD on Steam actually runs pretty well on Linux on its own (using Proton, of course). However, it has a lot of issues with playing cutscenes. This has something to do with the fact that the game runs .wmv files with Windows Media Player 9, which ends up being a pretty complicated fix requiring tinkering with Wine and Lutris.... but no more! Here is an easier guide to getting it to work without you needing to Alt+Tab every few minutes.

Credit to uka7777 for making the No Intro mod, which is what this guide is based on.

Also, unfortunately, this fix requires completely disabling cutscenes and video files in general. If that's too much to ask, then you should probably just try running the game on a VM or a Windows machine in general. Otherwise, you can just open the cutscenes in a video player of your choice and play them when they'd occur in-game (I'll provide a chart for that later).

Anyways, first you will want to replace all the video files with blank files, so the game will just skip over them. Locate your installation folder like so:

Right click Pathologic Classic HD in your Steam library, hover over Manage, and click Browse local files.

Open the data folder and then open the Video folder.

Download this archive of blank files and drag them into the Video folder. This will overwrite the ACTUAL video files, so you may want to make a backup of the .wmv files beforehand.

Next, you want to install Proton GE. It's a custom release of Proton that gets regular releases- check the Github repo for more information.

Open your terminal and type in the following commands:

pip3 install protonup
protonup -d"~/.steam/root/compatibilitytools.d/"

This will download the automatic installer for Proton GE and set the install directory so Steam will recognize it. If the pip command doesn't work for you, then you probably don't have pip installed, which you'll need to figure out first.

Then simply type in protonup and install Proton GE. You may run into a traceback error like I did, but I still was able to make the game work regardless.

Open Steam (or restart it if you already had it open) and open the Properties menu for your Pathologic Classic HD installation. Navigate to the Compatibility tab and check "Force the use of a specific Steam Play compatibility tool". In the dropdown, select your Proton GE installation.

And boom, you're done! Pathologic Classic HD will run like a charm, albeit without cutscenes... it's a price you must be willing to pay.

I am running Debian 11 (Buster) and I haven't had any issues with this method so far. You may or may not have issues depending on your distro. If you do, then... well, I dunno what to tell you. I also left in the blood sample videos, which may cause an issue in Rubin's Laboratory... TOO BAD!

Hopefully this helps any fellow Linux users who want to play Pathologic Classic HD!