Advanced Search
Search Results
2 total results found
General
Game Fixes
If you need to use DirectX12 - VKD3D_FEATURE_LEVEL=12_1 If your audio is having issues keeping up with the video - PULSE_LATENCY_MSEC=60 This makes the audio use a 60ms buffer and help with visual and/or audio stutter. DXVK_ASYNC=1 allows for DirectX transla...
Vintage Story
Game Fixes
If you encounter a .NET not found when running the run.sh script from the installed directory Add the following to your .bashrc file export DOTNET_ROOT="/usr/share/dotnet" If on NixOS, you would have to change the run.sh script to be steam-run dotnet Vintag...