this post was submitted on 20 Jan 2026
30 points (100.0% liked)

Left Piracy

2324 readers
1 users here now

A piracy / sharing community for leftists.

founded 6 years ago
MODERATORS
 

Hi, in this post I will share my way of playing pirated games in linux. There are various methods to pirate games in linux, this post will not cover all of them, just the one that works for me.

In short, I download cracked preintstalled windows games from trusted websites and run them using heroic games launcher (HGL).

In details below.

Getting the game files:

There are numerous websites that offer preinstalled games. For up to date and trusted list by the community always check fmhy. Visit the websites that offer preinstalled files. Extract the game files in a folder. I use a dedicated /games folder.

Running the game:

I use heroic game launcher to run the games. It uses wine/proton under the hood. Let's see how to setup heroic launcher.

STEP 1: Get the application. As far as I know, the developers recommend the flatpak version, it has to be given permission to access the the game folder using flatseal (or kde application permission manager if using kde). I have granted it access to the /games folder.

STEP 2: Download the latest proton-ge runner from the wine manager tab.

STEP 3: Click on "ADD GAME" in the library tab in HGL. If the name of the game is entered accurately in the title section, the launcher will autofill the cover art. Then select the GAME.EXE that launches the game. Then proceed to run game.

HGL can also be used to install and play games from epic game store, so the free games from epic can be played in linux as well. Repacks can be installed through HGL, but that didn't work for me, there are some decompression error. So I use preinstalled games instead and have faced no errors yet. This seems to be the easiest method for me. Eager to learn what other methods others use here.

edit: fixed some formatting

top 5 comments
sorted by: hot top controversial new old
[–] glitching@lemmy.ml 6 points 1 month ago* (last edited 1 month ago) (1 children)

how do you (I guess you don't?) handle the idea that wine by default mounts your home folder and allows full read/write to it? as well as network comms?

I use winetricks for sandbox (i.e. don't mount the home folder) and firejail to disable network, but I hafta do all that manually. was hoping this would be a more comprehensive writeup regarding the "pirated" part.

[–] surjomukhi@lemmygrad.ml 2 points 1 month ago* (last edited 1 month ago) (1 children)

I dont configure any of them. I game on my spare laptop so I haven't considered that much about security. There surely can be a guide on secure gaming (not from me, I am not knowledgeable on this subject).

[–] glitching@lemmy.ml 2 points 1 month ago

wasn't a dig at you, thank you for sharing your experience. it's just, there's the shit the game authors pull with spying anf shit, and then there's the stuff that may have been added by packers. there was recently a scare of some dude adding a crypto miner to all installs.

therefore, it's prudent do limit file access only to the wine prefix, so it can't rummage around your files, and to limit or totally prohibit network comms.

[–] PoY@lemmygrad.ml 4 points 1 month ago

Nice.

I have heroic launcher but I've only ever used it for games that I actually own through the Epic Games Store.

I use OpenSnitch to prevent any unwanted outbound communications from applications.

Otherwise I use Lutris for any windows games.

I recently started grabbing jc141 releases which are games specifically packaged for linux that are compressed into a dwarfs image that do not require extraction. Unfortunately they don't work well on Linux Mint so I had to do a fair amount of finangling, with the help of various AI agents, to get them to run without having to extract everything. Essentially I had to install a linux distro that has all the libraries and whatnot needed to run them from the image in a container using Distrobox. Ubuntu 24.04 seemed to have what I needed to support my nvidia card and also have packages that the games need in order to run.

But overall I'm pretty much able to play anything that I would on Windows, but without worrying about viruses and trojans.

I'm not sure about Heroic, but I've used OnlineFix Linux Launcher before and it seemed to work well. It also uses Proton GE.