Updated TuxbornSteamDeckFullInstall.md (markdown)

Omni-guides
2025-02-07 15:27:36 +00:00
parent 2a4a85f33a
commit cfc85632bc

@@ -142,6 +142,8 @@ Unlike on Windows, the Wabbajack Installation process is only part of what is ne
#### 3.1 Add Tuxborn's ModOrganizer.exe to Steam
**IMPORTANT FOR SD CARD USERS:** Use the `/run/media/mmcblk0p1` path to your SDCard Tuxborn directory in the steps below, and **not** the `/run/media/deck/<SDCARD_NAME>` path. They both point to the same place ultimately, but it makes managing the paths later easier.
Click the "Add a Non-Steam Game to My Library" option from the Games menu in Steam:
<img src="https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/shared/Shared-AddNonSteamGame.png" width="600">
@@ -150,7 +152,7 @@ Click Browse:
<img src="https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/shared/Shared-BrowseNonSteamGame.png" width="600">
and browse to the path for Tuxborn, which if you are following my recommendations, should be `/home/deck/Games/Skyrim/Tuxborn`
and browse to the path for Tuxborn, which if you are following my recommendations, should be `/home/deck/Games/Skyrim/Tuxborn`. SDCard users should navigate to, for example `/run/media/mmcblk0p1/Games/Skyrim/Tuxborn`.
<img src="https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/Tuxborn/Tuxborn-AddMO2NonSteamGame.png" width="600">
@@ -168,6 +170,16 @@ In the properties window, give it a more sensible name, I recommend "Skyrim - Tu
<img src="https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/Tuxborn/Tuxborn-PropertiesNonSteamGame.png" width="600">
**IMPORTANT FOR SD CARD USERS** - You must add the following to the Launch Options for the ModOrganizer.exe Non-Steam game, otherwise the Proton environment won't have access to your SD Card contents:
```
STEAM_COMPAT_MOUNTS=/run/media/mmcblk0p1 %command%
```
Like so:
<img src="https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/shared/Shared-STEAM_COMPAT_MOUNTS.png" width="600">
Switch to the Compatibility tab, tick the box for "Force the use of a specific Steam Play compatibility tool", and select "Proton Experimental":
<img src="https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/Tuxborn/Tuxborn-ProtonNonSteamGame.png" width="600">