Vortex mod manager: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 22: Line 22:
|}
|}
</blockquote><!-- locations -->
</blockquote><!-- locations -->
= Install =
<blockquote>
== Windows ==
<blockquote>
</blockquote><!-- Windows -->
== Linux/Steam Proton ==
<blockquote>
{{ NOTE |
close, but not working }}
<syntaxhighlight lang="bash">
STEAM_COMPAT_DATA_PATH=/mnt/storage/games/compatdata/678960/ \
  WINEPREFIX=/mnt/storage/games/compatdata/678960/pfx \
  USER=steamuser \
  wine ~/Downloads/vortex-setup-1.4.16.exe
</syntaxhighlight>
</blockquote><!-- Linux -->
</blockquote><!-- Install -->


= Configuration =
= Configuration =

Revision as of 04:54, 12 November 2021

vortex is the replacement for nexus-mod-manager. It introduces useful concepts like mod dependencies, so that their load order can be composed dynamically.

Documentation

github https://github.com/Nexus-Mods/Vortex

Locations

configuration, settings, mod setup C:\Users\<you>\AppData\Roaming\Vortex
pending updates C:\Users\<you>\AppData\Local\Vortex
mod staging area (varies, generally on install drive) F:\games\vortex\{game}.

Install

Windows

Linux/Steam Proton

NOTE:

close, but not working

STEAM_COMPAT_DATA_PATH=/mnt/storage/games/compatdata/678960/ \
  WINEPREFIX=/mnt/storage/games/compatdata/678960/pfx \
  USER=steamuser \
  wine ~/Downloads/vortex-setup-1.4.16.exe

Configuration

Settings:
    Tab: Interface
        Section: Advanced
            - [x] Enable Profile Management

Rules

You can override LOOT order in Plugins > Manage Rules.

Backups

Not officially supported, but works well.

  • preserves rules
  • preserves list of available mods
  • does not preserve enabled/disabled mods
# backup following directories:

%APPDATA%\Vortex\downloads\{game}  # source zipfiles (not needed for backup)
%APPDATA%\Vortex\{game}            # game specific settings, profiles
F:\games\vortex\{game}             # game specific staging dir