
PSxUchiha
Published
Game plays well with the tweaking I mentioned. Plays at constant 30 with my lower end hardware, i.e., my Vega 3 iGPU
DXVK_ASYNC=1 WINE_FULLSCREEN_FSR=1 DXVK_FRAMERATE=30 DXVK_CONFIG_FILE="/home/priyanshu/.local/share/Steam/steamapps/common/dxvk.conf" %command% -nomemrestrict -norestrictions -percentvidmem 100 -availablevidmem 2048 -dx10 -reservedApp 0 -managed
Created a dxvk.conf file in the directory "/home/priyanshu/.local/share/Steam/steamapps/common/dxvk.conf" with the following value
dxgi.maxFrameLatency = 1
d3d9.maxFrameLatency = 1
d3d9.maxAvailableMemory = 2048
dxgi.maxFrameRate = 30
d3d9.maxFrameRate = 30
# dxvk.hud = "fps,gpuload"
Use the tweaks and it'll be a great experience
The game campaign runs like native and it's really well optimised using the Proton build by GloriousEgroll
It's impossible to access the main menu as the start button for the tutorial is impossible to click rendering the game totally unplayable.
SDL_AUDIODRIVER=alsa %command%
you can fix it by creating a file called .asoundrc
in your home directory using
touch ~/.asoundrc
then edit the file using a text editor of your choice with the following:
type hw
card 0
device 0
}
ctl.!default {
type hw
card 0
device 0
}
Then open up a terminal and run aplay -l
you'll get an output like this:
$> aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
if you have multiple audio devices or sound cards, pick the one among these and replace card 0
with card 1
or device 0
with device 1
according to your needs
This should fix everything
on KDE sometimes if you alt tab from the game your bottom panel persists and the game won't go back to fullscreen unless you force your panel to auto hide