
trulyalie
Published
Initial config menu requires touch screen, but game boots once you select Play
Runs great on GE with no extra work required.
WINEDLLOVERRIDES=systemdetection=d PULSE_MSEC_LATENCY=60 WINE_CPU_TOPOLOGY="4:0,1,2,3" %command%
System detection failed error will pop up but can be closed and ignored and the boot will proceed. Signed into Ubi Connect on first install and the game boots to the menu with no issues
Use Gamepad required checking in the in game settings menu, but as soon as that is checked the Xbox pad layout is immediately detected and works
The framerate is terrible but can be fixed if you address the CPU core usage. This can be done by creating a .sh script file in Desktop mode:
#!/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;
After copying this into a text editor and saving i.e. scc.sh, you need to run the script while the game is running. To do so, install the Decky plugin Bash Shortcuts. Create a shortcut with the command:
LD_PRELOAD= QT_SCALE_FACTOR=1.25 konsole -e "/home/deck/./scc.sh"
(make sure the file path is correct for where you have saved the script file)
Mark the box "does this launch an app?" As yes, then save. When you boot Splinter Cell Conviction, use Decky to start this Bash Shortcut and the script will run in the background and drastically increase performance to locked 30fps even with high shadow and environment settings.
This is a step-by-step guide combining suggestions by other users, and should be all you need to get playing. It does involve some work in the initial set up but follow these steps and the game runs and looks great. If you enjoy fast paced action stealth, it's easily worth the effort.
At launch the game could only be played online, but after an update so long as you accept the Ts&Cs first the game now works perfectly offline.
The game will not progress past the title screen if you are offline. If you can remain connected it does play smoothly but as a portable experience it was unusable.