Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal. You can also buy games using our partner links for GOG and Humble Store.
SteamPlay compatibility list
Page: «15/20»
  Go to:
Xpander Oct 16, 2018
Few games tested

The Forest

Video

Works out of box. Mouse drags onto the bottom of the screen slowly, its even worse on the crafting book menu. Still playable but a lot harder. Had to use taskset -c 0,2,4,6 %command% to make it perform better, as it consumed nearly all my ryzen 7 threads without taskset and ran actually much worse. 2560x1440, 45-90 fps, mostly around 70. Multiplayer works great also, played 7+ hours with friends.

Quake Champions

Video

Can't connect to network. What i did? Copied libgnutls.so.30.14.11 (yours might be different version) from /usr/lib to /.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/ and ran ln -s libgnutls.so.30.14.11 libgnutls.so.26 . Works without issues after this. 2560x1440 all high, resolution scale 100%, FPS 60-120, mostly around 85. Played about 2 hours without issues. Needs 396.54.09 drivers (or mesa patches for AMD) for the Stream Output/Transform Feedback

Project CARS 2 Demo

Video

Works out of box. Performance is 80-130 fps 2560x1440 allmost maxed except AA. Wheel worked as well minus the force feedback.
Ehvis Oct 16, 2018
Quoting: XpanderWorks out of box. Performance is 80-130 fps 2560x1440 allmost maxed except AA. Wheel worked as well minus the force feedback.

What wheel do you have? Normal Wine supports force feedback just fine.

Edit: Nevermind, saw it in the video. Should work though.
coolbober Oct 19, 2018
Heroes of Might and Magic VI is working with 3.16-3 Beta. Heroes VII I will check this night.
Comandante Ñoñardo Oct 29, 2018
THIEF works OUT OF THE BOX (at least for me)




Thief via Proton. Vsync ON. Vulkan ON. HIGH graphics quality. GTX 970, i7-4790K no overclock, 16GB-DDR3-2400CL11
g000h Oct 29, 2018
Quoting: Comandante ÑoñardoTHIEF works OUT OF THE BOX (at least for me)




Thief via Proton. Vsync ON. Vulkan ON. HIGH graphics quality. GTX 970, i7-4790K no overclock, 16GB-DDR3-2400CL11

It's a title I've got and want to try. But... maybe my out-of-the-box Nvidia 390.xx driver isn't up to it. Plus, I should really play the games I *have* got installed.

NOTE: Windows title Thief (and earlier ones in the series) is currently for sale on Steam - 85% discount.
Comandante Ñoñardo Oct 29, 2018
Quoting: GuestThe Evil Within seems to work perfectly with a few wine cfg tweaks. From a steam discussions post-select and add one by one <x3daudio1_7>, <xapofx1_5> and <xaudio2_7>, leave them to (native, builtin). After that everything works.

Just for curiosity, how big are those files?
Comandante Ñoñardo Oct 29, 2018
Quoting: Guest
Quoting: Comandante Ñoñardo
Quoting: GuestThe Evil Within seems to work perfectly with a few wine cfg tweaks. From a steam discussions post-select and add one by one <x3daudio1_7>, <xapofx1_5> and <xaudio2_7>, leave them to (native, builtin). After that everything works.

Just for curiosity, how big are those files?

What files? the x3eaudio 7, xapfx1 5, and the xaudio 2 7? You already have them they just need to be added to the dll overrides in winecfg.

I see..
I don't use winecfg or winetricks for to do dll overrides.
I do it manually editing the file user.reg in the game's pfx folder, adding the overrides at the bottom of this entry that is already in the file:
[Software\\Wine\\DllOverrides] 
Just be careful.
g000h Oct 29, 2018
Quoting: Comandante ÑoñardoWhat files? the x3eaudio 7, xapfx1 5, and the xaudio 2 7? You already have them they just need to be added to the dll overrides in winecfg.

I see..
I don't use winecfg or winetricks for to do dll overrides.
I do it manually editing the file user.reg in the game's pfx folder, adding the overrides at the bottom of this entry that is already in the file:
[Software\\Wine\\DllOverrides] 
Just be careful.


Have you got any examples you'd like to share, e.g. XXXX game = added these specific lines to user.reg

In my case, I'd like to get Skyrim SE, Fallout 3 GOTY, AntiHero, Styx: Master of Shadows, Conan Exiles and *many* others working with minimal changes to config within Proton. Of course, I can also wait for the Devs - but impatience ;)
Comandante Ñoñardo Oct 29, 2018
Quoting: g000hHave you got any examples you'd like to share, e.g. XXXX game = added these specific lines to user.reg

In my case, I'd like to get Skyrim SE, Fallout 3 GOTY, AntiHero, Styx: Master of Shadows, Conan Exiles and *many* others working with minimal changes to config within Proton. Of course, I can also wait for the Devs - but impatience ;)

This is from the user.reg of Fallout4
[Software\\Wine\\DllOverrides] 1535035836
"api-ms-win-crt-conio-l1-1-0"="native,builtin"
"api-ms-win-crt-heap-l1-1-0"="native,builtin"
"api-ms-win-crt-locale-l1-1-0"="native,builtin"
"api-ms-win-crt-math-l1-1-0"="native,builtin"
"api-ms-win-crt-runtime-l1-1-0"="native,builtin"
"api-ms-win-crt-stdio-l1-1-0"="native,builtin"
"api-ms-win-crt-time-l1-1-0"="native,builtin"
"atl100"="native,builtin"
"atl110"="native,builtin"
"atl120"="native,builtin"
"atl140"="native,builtin"
"concrt140"="native,builtin"
"msvcp100"="native,builtin"
"msvcp110"="native,builtin"
"msvcp120"="native,builtin"
"msvcp140"="native,builtin"
"msvcr100"="native,builtin"
"msvcr110"="native,builtin"
"msvcr120"="native,builtin"
"msvcr140"="native,builtin"
"ucrtbase"="native,builtin"
"vcomp100"="native,builtin"
"vcomp110"="native,builtin"
"vcomp120"="native,builtin"
"vcomp140"="native,builtin"
"vcruntime140"="native,builtin"
"xaudio2_7"="native,builtin"
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register


Or login with...
Sign in with Steam Sign in with Google
Social logins require cookies to stay logged in.

Buy Games
Buy games with our affiliate / partner links: