35
game cracks on lutris?
(lemm.ee)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
Most game cracks work just fine through WINE. You just need to get the game extracted into the WINE prefix and have the crack applied, then point Lutris at it and it will work fine. If you find a specific crack isn't working, you can probably find another that does, or crack it yourself using simple tools that are always Linux-compatible. I wrote a guide on using these tools for reference.
not OP but nice guide. thanks man
Ive only done a handful in linux. mostly i use repacked gog stuff cuz its easy and i don't have to deal with cracks. so easy that sometimes i end up legit buying to support the devs if the game is good.
lot of the time i also use firejail. haven't run into many issues with it so far (i think there was one game where i disallowed net access but it wouldnt run until i granted it) and most stuff works same as without.
I may be biased because I already know how, but to me defeating DRM using the community tools is really trivial and I tend to use Steam copies of games because I like the Steamworks features that I can emulate with Goldberg. Even when given a choice between a GOG copy and Steam copy, I usually pick Steam. It's sort of a weird decision for me to make for permanent archival because I really hate DRM but the DRM versions have more features (achievements, auto-LAN, etc) and are negated with a local DLL so is it really DRM at that point?
I deny network on all my games unless I have a good reason to allow it - almost never have problems with them being mad about it as long as their DRM is emulated/defeated. I use bubblewrap's
bwrap --unshare-net --dev-bind / /
as a command prefix in Lutris to do so.I've heard a few people mention bubblewrap but never really looked into it. might have to read up and give it a try. do you think it's pretty easy to pick up coming from firejail?
If I were to guess, it should be easy to pick up if you know what you want to do with it. I know Flatpaks use bubblewrap to accomplish their goals, and you can see an extensive example of bubblewrap here.