Skip to content

Instantly share code, notes, and snippets.

@attusan
attusan / fallout-4-and-vortex-mod-manager-on-linux.md
Last active February 5, 2024 03:57
Manage Fallout 4 mods via Vortex Mod Manager in Linux

Manage Fallout 4 mods via Vortex Mod Manager in Linux

The below walkthrough is for those who are running Fallout 4 via Steam Proton, and want to be able to manage mods via Vortex Mod Manager in Linux.

  1. If you have previously added mods through the Fallout game menu, I recommend removing them all since all mods will now be managed through Vortex. Mods => Load Order (T) => Options (V) => Delete All Mods. Also, consider taking a backup up your (vanilla) Fallout game directory.
# archive vanilla game (update archive path to suit your needs)
cd /mnt/gameData/archive
cp -a /mnt/gameData/Steam/steamapps/common/Fallout\ 4/. fallout-4
@attusan
attusan / skyrim-se-plugins.txt
Last active May 17, 2023 03:05
Skyrim SE Plugins.txt
* Unofficial Skyrim SE Patch; https://www.nexusmods.com/skyrimspecialedition/mods/266
* Sky UI 5.2 SE; https://www.nexusmods.com/skyrimspecialedition/mods/12604
* Expanded Towns and Cities SSE 0.7; https://www.afkmods.com/index.php?/files/file/2377-expanded-towns-and-cities-sse/
Option enabled for SMIM
* Static Mesh Improvement Mod 2.08; https://www.nexusmods.com/skyrimspecialedition/mods/659
@attusan
attusan / markdown-cheat-sheet.md
Last active July 29, 2021 03:41
Markdown Cheat Sheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraph

@attusan
attusan / skyrim-and-vortex-mod-manager-on-linux.md
Last active November 14, 2023 12:03
Manage Skyrim SE/AE mods via Vortex Mod Manager in Linux

Manage Skyrim SE mods via Vortex Mod Manager in Linux

The below walkthrough is for those who are running Skyrim SE via Steam Proton, and want to be able to manage mods via Vortex Mod Manager in Linux. You should be able to apply the same walkthrough to Oldrim or Fallout 4 as well. Note that with this guide you'll get an older version of Vortex (1.1.15), but IMHO it is still a better choice than Mod Manager 2. Also, you'll start Skyrim through Steam as usual, not through Vortex.

  1. If you have previously added mods through the Skyrim game menu, I recommend removing them all since all mods will be managed through Vortex. Mods => Load Order => Delete All. Also, consider taking a backup up your (vanilla) Skyrim game directory.
# archive vanilla game (update path to suit your needs)
cd /mnt/gameData/archive
cp -a /mnt/gameData/SteamLibrary/steamapps/common/Skyrim\ Special\ Edition/. skyrim-se