What’s the best way to play pirated windows games on Linux?

Ever since I’ve migrated I stuck to emulation for game piracy cause it was pretty simple. Ive been trying to run some repacked games but I can’t get them to install properly.

I don’t see many people talk about this probably because most game pirates use windows if I had to guess.

  • Codilingus@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    4
    ·
    15 hours ago

    I’ve tried all the ways, and Bottles was the easiest by far. Make a bottle for games from the high seas, using bottles’ preset for games. Once created change the wine from Soda to whatever you want or just use Soda.

    Then inside the bottle look for install dependencies and grab things like vc redist, and dot net. Once that’s done under the bottles’ UI choice “Run Executable” and chose the .exe for the game’s installer. If it doesn’t work as expected, click the cog/gear and select the checkbox for “Run in Terminal” to see where it goes wrong and search online for what fix is needed.

    The only time I had to troubleshoot with terminal, was for a mspatcha.dll problem. It was an easy fix: the bottle has a Legacy Wine Tools > Configuration > Libraries, where I found mspatcha listed, then changed it to “Native then Built in.”

    Hope that helps.