


Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Video games, tabletop, or otherwise. Posts not related to games will be deleted.
This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.
No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.
We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.
Try to keep it to 10% self-promotion / 90% other stuff in your post history.
This is to prevent people from posting for the sole purpose of promoting their own website or social media account.
This community is mostly for discussion and news. Remember to search for the thing you’re submitting before posting to see if it’s already been posted.
We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.
Make sure to mark your stuff or it may be removed.
No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.
Don’t share it here, there are other places to find it. Discussion of piracy is fine.
We don’t want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.
PM a mod to add your own
Video games
Generic
Help and suggestions
Please forgive my lack of knowledge on the subject. I’ve just installed pop os from being a windows user for my whole life.
I’d like to run this game on pop os and from my understanding I need wine? I understand steam games using proton, etc. I’ve got lutris installed. I’ve got wine 11 installed , and I’ve got winetricks installed.
What processes would I undertake in order to play this on my pop os install?
Cheers for anyone that could help, I really appreciate it. Trying to wrap my head around the new way of doing things. Tricky for a middle aged bugger like me to learn new tricks, but I’m trying haha.
export WINEPREFIX=./your-prefix, it’s where the .dll get put. Thenwine game.exe. But you will likely lack some dll, install them viawinetricks, vcrun2022 is often needed. Proton has them already in their prefix, but is made for Steam, thus tooling like umu-launcher and GUI launchers like Lutris, Gamehub, Heroic, exists.Ah btw, the WINEPREFIX is just a environment variable wine needs. And honestly, wine’s cli interface is quite lacking.
On top of what the other person said, Lutris allows you to install windows games very easily in like 3 steps.
You click the + in Lutris, and then click either “Install a Windows game from an executable” if it’s an installer, or click “Add locally installed game” if it’s not. In this case it’s an installer, so you’d click the former. It’ll then ask you to give the game a name, where you want it installed, and then where the downloaded file is. Then the standard windows installer will pop up.
At that point the game will be installed, and you can right click it in Lutris to play around with settings if you’d like. Notably, you can change things like the wine/proton version in the “Runner options” tab.
Brilliant. Thank you so much :).
I’m kind of new to that as well, but I had some success with other games by using the command line to run it like ‘wine /path/to/executable’. Alternatively, you might be able to add it to Steam as a non-Steam game, then configure it within Steam to use Proton and run it that way.
Ah ripper. Thank you. I’ll try these tonight.
I’m actually not sure I wrote that command correctly. I think it might need to start with a '. ’ but I don’t remember.
That’s all good. At the very least I’ve got a starting point for googling thanks to that!