Skyrim Mods

Skyrim Mods in Linux

Prerequisites

- Linux Distro: Endeavor OS (or similar Arch-based; adjust package manager commands if needed, e.g., use `apt` on Ubuntu).
- Steam: Installed system-wide (e.g., via `sudo pacman -S steam`).
Skyrim: Special Edition or Anniversary Edition owned on Steam. Launch it once via Steam (using Proton) to create the game prefix and download any Creation Club content.
- Internet: For downloads.
- Hardware: Standard gaming PC capable of running Skyrim. duh...

Tutorial source: Full video below


1. Install Skyrim via Steam

  1. Launch Steam (Flatpak), log in. 

  2. Install Skyrim Special Edition (or original Skyrim) as usual.

  3. Once installed, run Skyrim at least once to let it create its config / prefix / compatibility files.

  4. In Steam, go to game Properties → Compatibility and enable Proton (or a compatible Proton build) to ensure the Windows version runs properly. Many mod-compatibility tools expect Windows behavior. Steam Community+1

Note: If you already have Skyrim installed: Just log in and quit. 


2. Install Flatpak and FlatHub

1. Open a terminal and update packages:  

sudo apt update
sudo apt install flatpak      # if flatpak isn’t installed already
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Then install apps:

flatpak install -y flathub com.valvesoftware.Steam

Or, 

After installing steam (or if you already have it):

flatpak install -y flathub com.usebottles.bottles
flatpak install -y flathub com.github.tchx84.Flatseal

3. Use Flatseal to fix permissions, if needed

This gives you permissions for Bottles. 

  1. Run Flatseal (via Flatpak).
  2. In the left nav bar, choose "Flatseal"
  3. Scroll down to "All user files" and turn it on. It gives permissions for the /home directory. 
    image.png
  4. If Steam is installed in a different location, go down to "Other files" and choose were that directory is so it can have access to that. 
  5. Do the same for Bottles: grant it access to wherever you plan to store mod-tool installations, mod files, etc.

4. Create a Wine “bottle” (prefix) for modding tools via Bottles

  1. Launch Bottles.

  2. Create a new bottle: choose “Gaming”, 64-bit (for Skyrim SE), name it e.g. skyrim-mods.

It might have already done this next part for you: In that bottle, configure a runner — choose a modern Wine-based runner or a Proton-GE variant if available (Bottles often gives you that option).
                                              This provides a Windows-like environment for mod tools.

Go to hamburger menu:
  1. Preferences 
  2. In "integrations"
    1. turn on "Steam Proton Prefixes" 
  3. now completely close Bottles. OFF! X out of it!

Reopen bottles. You should see the Elders scrolls in there now... and/or all your other games that are using proton.

Choose Skyrim.  <click>


5. Install a mod manager inside the Bottle (Vortex)

Using the Bottle you created:

When downloading, it should tell you the requirements needed. Windows, dont worry about it. We do need to worry about the other one. Currently tells me ".net 6.0+" but, make sure on what it says for you first.

Go back to Bottles.

If you are not already at the right place...Click on:

You should be done with that part in Bottles. Now, go back to the Nexus site and download the vortex.exe. 

Back to Bottles.
Lets created a shortcut for it in Bottles

You should first find where Vortex is.

We are still in the game, in Bottles: 

Now under "Programs" you should see both Skyrim and Vortex.

Run it to test...


6. Install some things in Vortex

Start by Managing a game. Find where to manage Skyrim and add it to the manager. Choose the right version. Mine is Skyrim Special Edition. 

In settings

Now you can download mods.


7. Install SKSE64 Script Extender running

  1. Go to Steam and right click on Skyrim.
  2. Slide down to Manage
  3. click on Brows Local Files (keep this open for now and add the below files in)

go here https://skse.silverlock.org/ 

Once you have all the files where there go...

Change the .exe name

You should be in the same directory as #3 in this section.

Go play.


🛠️ Common Issues & Troubleshooting Tips

Based on community reports and recent 2025 experiences:

Tutorial source:
https://www.youtube.com/watch?v=48kKsspKRiU