
Mateo El Fidel
Published
HELLDIVERS 2
Cannot get past the second cutscene without the game crashing.
Tinker Steps:Switch to experimental
Installs:Yes
Opens:Yes
Starts Play:No
Proton Experimental
Proton Experimental
Rusty's Retirement
Tinker Steps:Set launch options
PROTON_USE_WINED3D=1 %command%
The launch options help with making the screen transparent, however it does not keep the screen on top of other applications. I used wmctrl to set it focused on top. However there was an issue where refocusing the program causes it to remove the 'always on top' attribute. So I made a script that manually reapplies it every second.
wmctrl script used:
while true; do
wmctrl -i -r 0x0e600003 -b add,above
sleep 2 # Adjust delay as needed
done
Replace "0x0e600003" with whatever the window ID is for Rusty's Retirement. You can find this by using "wmctrl -l" on terminal.
Proton 9.0-4
Distro:Linux Mint 22
Kernel:6.8.0-51-generic
RAM:63 GB
GPU Driver:NVIDIA 550.120
GPU:NVIDIA GeForce RTX 4080 SUPER
CPU:AMD Ryzen 7 7800X3D 8-Core
Proton 9.0-4
Distro:Linux Mint 22
Kernel:6.8.0-51-generic
RAM:63 GB
GPU Driver:NVIDIA 550.120
GPU:NVIDIA GeForce RTX 4080 SUPER
CPU:AMD Ryzen 7 7800X3D 8-Core