Last active
September 25, 2022 08:51
-
-
Save lehmanjo/660c5d58c3fca5de1b587f4a89f407f7 to your computer and use it in GitHub Desktop.
Steam Deck - Skyrim Voice and Music Fix using Mod Organizer 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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