Originally Posted by Ken Oh
[quote=aksir]I appreciate the help! But, I wasn't able to get this to do anything different. You're just doing
Code
ln -s bin/bg3_dx11.exe Launcher/LariLauncher.exe
in the base BG3 dir and then launching from Steam?

Sorry, I realize my explanation wasn't clear. My bad. From the "Launcher" directory, move the existing LariLauncher.exe out of the way then run:
Code
ln -s ../bin/bg3_dx11.exe LariLauncher.exe
This is due to how relative symlinks are resolved (always from the directory containing the link itself).

Originally Posted by Ken Oh
Double post because of breakthrough. Again, this isn't for steamdeck specifically, but on Linux using Proton, you can right-click on the game -> Properties -> Compatibility, then choose Proton Hotfix from the dropdown. Just used it and I'm in and playing right now. Hope this helps!

Good to know ! Thanks.