Can't get my games to run correctly + Lutris

You don’t have to guess, it’s all written with dir structure shown in there

All engines comes from internet in form of whatever compressed archive format they choose, you need to extract them for example like that here:

~/.PlayOnLinux/wine/linux-amd64/5.0-proton

so that inside 5.0-proton dir you’d have that kind of structure:

├── bin
├── include
├── lib
└── share

Yes, you should use whatever Engine you want to use…I assume you mean install.sh

Should be pretty self-explanatory, there are options:


# OPTIONS
SETUP="Setup.exe"
NAME="GameName"
ENGINE="5.11-staging"
ARCH="amd64"

You change SETUP= to whatever your .exe name is, ENGINE= to whatever engine you want to use with it, set your NAME= to whatever prefix name you’ve chosen on previous step with create-prefix.sh, for example you’ve created:

~/.PlayOnLinux/wineprefix/Crysis/

Means you need to set:

NAME="Crysis"
1 Like