This file contains replacements for content in bash scripts mentioned in the guide
The location of your steam executable entrypoint.
You can find this by running which steam
in a terminal.
The location of the steam library containing your SkyrimSE installation.
To find this, you can do the following;
- Open steam
- Click "steam" in the top-left corner
- Click "settings"
- Click "downloads" in the left sidebar
- Click "steam library folders" in the main window (about halfway down)
- Find the library containing Skyrim Special Edition
- Use the path shown at the top of the window, above the colorful disk usage bar
The version of Proton to use.
If following the guide exactly, this should read .../Proton\ 8.0/proton
, i.e. $PROTONVERSION
is
8.0
.
The location of your MO2 installer.
This is the file downloaded from Mod Organizer 2's Nexus page, it's most likely in your downloads folder, though you can move and rename it as you wish.
If following the guide exactly, $MO2EXE
is ~/Desktop/MO2.exe
.