Thanks immensely for the Killing Floor 2 fix. It’s been for years, and actually, multiple distro hopping (Not due to that alone, but I was thinking it was a dependency of some distro).
Outside that, here's some more general tips for Gaming on Solus (And other distributions really).
Allow some specific WINE modifications for some proton launched, games.
sudo eopkg install winetricks
Allow some specific WINE modifications for some proton launched, games.
sudo eopkg install protontricks
Allow for some automated games tinkering and configurations on first launch.
sudo eopkg install python3 pip python-appdirs python-setuptools kdialog zenity && sudo pip3 install protonfixes
Allow for some games, to be played in the natively installed dosbox.
sudo eopkg install dosbox inotify-tools sdl1-sound && cd ~/.local/share/Steam/compatibilitytools.d/ || cd ~/.steam/root/compatibilitytools.d/ && curl -L https://github.com/dreamer/boxtron/releases/latest/download/boxtron.tar.xz | sudo tar xJf -
If it claims that it doesn’t found the compatibilitytools.d folder, create it yourself in either :
~/.local/share/Steam/compatibilitytools.d/
or
~/.steam/root/compatibilitytools.d/
Restart steam, and select it manually for your game as a custom Proton version.
Allow for some games, to be played in the natively installed scumvm.
sudo eopkg install libmad scummvm inotify-tools && cd ~/.local/share/Steam/compatibilitytools.d/ || cd ~/.steam/root/compatibilitytools.d/ && curl -L https://github.com/dreamer/roberta/releases/latest/download/roberta.tar.xz | sudo tar xJf -
If it claims that it doesn’t found the compatibilitytools.d folder, create it yourself in either :
~/.local/share/Steam/compatibilitytools.d/
or
~/.steam/root/compatibilitytools.d/
Restart steam, and select it manually for your game as a custom Proton version.
Allow for some games, to be played in the native Linux alternative game engines, they are downloaded and installed when first launched.
cd ~/.local/share/Steam/compatibilitytools.d/ || cd ~/.steam/root/compatibilitytools.d/ && curl -L https://luxtorpeda.gitlab.io/luxtorpeda/master/luxtorpeda.tar.xz | sudo tar xJf -
If it claims that it doesn’t found the compatibilitytools.d folder, create it yourself in either :
~/.local/share/Steam/compatibilitytools.d/
or
~/.steam/root/compatibilitytools.d/
Restart steam, and select it manually for your game as a custom Proton version.