Linux74656 / SpaceEngineersLinuxPatches

A place to find some fixes to get Space Engineers running in Linux
139 stars 12 forks source link

Really bad performance #21

Closed jorgegomzar closed 4 years ago

jorgegomzar commented 4 years ago

I wasn't sure to reopen the last issue or to create another one, but since it's a completely different problem I am creating a new one.

Got the game to work (thanks BTW), but for as many tweaks I try to apply it's never a comfortable gameplay. It's not "bad" as in "I cannot play like this", but almost every second the game lags a bit.

Using DXVK_HUD=true in the launch parameters I was able to take a screenshot of the problem: periodic deltas

Those periodic deltas mean that every second there is a drop in the framerate.

As well, when entering the game or going back to the menu this gets worse: really bad

Until date, I've tried:

Setup information:

Thanks

Linux74656 commented 4 years ago

This looks like the dotnet lag that the patch is supposed to fix. Manually go into you Space Engineers installation directory ..../steamapps/common/SpaceEngineers/Bin64/ Open the SpaceEngineers.exe.config file and make sure <gcServer enabled="true" /> is somewhere below the <runtime> tag. If it is missing add it... You can read more here https://github.com/Linux74656/SpaceEngineersLinuxPatches#step-3

jorgegomzar commented 4 years ago

Surely the last time I checked the integrity of the game it was removed... Thank you, it works perfect now