Skip to content

Instantly share code, notes, and snippets.

@lehmanjo
Last active September 25, 2022 08:51
Show Gist options
  • Save lehmanjo/660c5d58c3fca5de1b587f4a89f407f7 to your computer and use it in GitHub Desktop.
Save lehmanjo/660c5d58c3fca5de1b587f4a89f407f7 to your computer and use it in GitHub Desktop.
Steam Deck - Skyrim Voice and Music Fix using Mod Organizer 2
Credits go to https://github.com/rockerbacon/modorganizer2-linux-installer
Install 'protontricks' (if you haven't already)
$ sudo flatpak install com.github.Matoking.protontricks
Find the ModOrganizer ID (your ID will vary)
$ flatpak run com.github.Matoking.protontricks --list 2>/dev/null | grep -i modorg
Non-Steam shortcut: ModOrganizer.exe (4059277597)
Install xact and xact_x64 DLLs
$ flatpak run com.github.Matoking.protontricks 4059277597 xact xact_x64
(Optional) If required, try to add below to your ModOrganizer properties in Steam
LAUNCH OPTIONS:
WINEDLLOVERRIDES="xaudio2_7=n,b" PULSE_LATENCY_MSEC=90 %command%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment