
hotdog
Published
Tom Clancy's Splinter Cell Conviction
Tinker Steps:Switch to experimental, Set launch options, Changed configuration, protontricks
DXVK_ASYNC=1
Renamed systemdetection.dll and updated uplay via protontricks to bypass audio detection error.
Performance:Significant Performance Problems
The game is nearly unplayable without setting processor affinity to use all CPUs via a script.
The game is unplayable without tinkering. systemdetection.dll needs to be renamed/removed and uplay needs to be installed with protontricks. Thanks to another user here I was able to use this script to get the game playable:
#!/bin/bash
while :;
do
PID=`ps ax | grep conviction_game | grep E: | awk '{ print $1 }'`;
if [ -n "$PID" ]; then
taskset -cap 0-15 "$PID";
fi;
sleep 5;
done;
You will need to change "grep E:" to "grep Z:" if you installed the game to its default location. This script needs to be ran every time you play it. Unsure if there is a way to make the script run with the game but I was able to run it simutaniously using ssh.
Proton Experimental
Distro:SteamOS Holo
Kernel:5.13.0-valve10.1-1-neptune-02144-g7fffaf925dfb
RAM:15 GB
GPU Driver:4.6 Mesa 22.0.0-devel (git-676ccacebc)
GPU:AMD Custom GPU 0405 (vangogh, LLVM 13.0.0, DRM 3.45, 5.13.0-valve10.1-1-neptune-02144-g7fffaf925dfb)
CPU:AMD Custom APU 0405
Proton Experimental
Distro:SteamOS Holo
Kernel:5.13.0-valve10.1-1-neptune-02144-g7fffaf925dfb
RAM:15 GB
GPU Driver:4.6 Mesa 22.0.0-devel (git-676ccacebc)
GPU:AMD Custom GPU 0405 (vangogh, LLVM 13.0.0, DRM 3.45, 5.13.0-valve10.1-1-neptune-02144-g7fffaf925dfb)
CPU:AMD Custom APU 0405