modorganizer2-linux-installer icon indicating copy to clipboard operation
modorganizer2-linux-installer copied to clipboard

Non-existent Skyrim SE install found

Open Hello-User opened this issue 2 years ago • 3 comments

I'm running the install script on a steamdeck with the game installed on an SD Card.

INFO: all dependencies met
INFO: selected game 'skyrimspecialedition'
INFO: found Steam in '/home/deck/.local/share/Steam'
INFO: steam not found in '/home/deck/.var/app/com.valvesoftware.Steam/.local/share/Steam'
INFO: game found in '/home/deck/.local/share/Steam'

However, Skyrim isn't in the library folder located at the found path. There isn't even an appmanifest to indicate steam thinks Skyrim is there. The script fails because it can't find SkyrimLauncher.exe.

Specifying the library path manually by exporting STEAM_LIBRARY

export STEAM_LIBRARY="/run/media/mmcblk0p1/SteamLibrary/"

results in Skyrim not being found at all. Any help is appreciated.

Hello-User avatar Jun 03 '22 19:06 Hello-User

Had a similar issue where the script doesn't always work if the game is installed on a secondary drive. Try creating a symlink and see if that works.

jake770321 avatar Jun 03 '22 21:06 jake770321

Same issue, probably due to instaling game on SD Card.

Heasterian avatar Jun 08 '22 16:06 Heasterian

Temporarly on Deck mounting sdcard install directory to default one works, but for some reason It's starting skse instead of MO2. Renaming skse_loader.exe fixed it for me.

Heasterian avatar Jun 10 '22 19:06 Heasterian

Will be handled in #496

rockerbacon avatar Jul 18 '23 20:07 rockerbacon