Skip to content

Releases: Nexus-Mods/Vortex

1.13.0-beta.3

14 Oct 09:56
ca0692e
Compare
Choose a tag to compare
1.13.0-beta.3 Pre-release
Pre-release
  • Fixed incorrect fallback mod update selection
  • Fixed updater ignoring pre-release tag
  • Adding alternative game domains to future-proof API changes

1.13.0-beta.2

09 Oct 10:02
cb3cc44
Compare
Choose a tag to compare
1.13.0-beta.2 Pre-release
Pre-release
  • Fixed UpdateSet initializing for non-FBLO games. (#16544, #16545)
  • Fixed checkboxes not rendering on load order entries.

1.13.0-beta.1

08 Oct 12:07
Compare
Choose a tag to compare
1.13.0-beta.1 Pre-release
Pre-release

It's beta time again as we have plenty of fixes and a few new things to show off. The main new feature being able to multi-select load order entries on games that utilize Vortex's file-based load ordering. These games include Baldur's Gate 3, Starfield and Witcher 3

image

These games also benefit from the load order now being modifiable by changing the index of each entries

image

A collections quality-of-life feature has been added so you can re-apply the rules defined in the collection's metadata. This can be accessed by right clicking a collection on the Mods page and choosing "Apply Collection Rules". This can be helpful if the collection rules weren't applied correctly in the first place or the user has made changes and want's to revert back.

image

What's New (full changelog)

  • Fixed exception when unmanaging (some) community game extensions. (#16507, #16372)
  • Fixed attempts to import local downloads when no game is active. (#16363)
  • Improved checks for mod updates. (#16453)
  • Resolve mod installation profile query (if only 1 available). (#16438)
  • Added multi-select drag-and-drop to file-based load order.
  • Added direct index typing to file-based load order.
  • Added ability to modify the index of a load order entry using keyboard (click on index and modify it)
  • Added ability to run up to 3 dependency installers in parallel
  • Added FNV sanity checks extension as a requirement for Fallout New Vegas
  • Removed redundant check when generating extended items.
  • Fixed/Removed redundant deployment events during collection installation.
  • Fixed inability to install non-extensions from site domain. (#16481)
  • Fixed file-based load order update set not initializing correctly.
  • Fixed manual deployment actions not recognized correctly.
  • Fixed manual file override assignment if/when mod has multiple matching file base names.
  • Fixed FBLO spamming log information for games that do not use that component (e.g. Skyrim).
  • Fixed redundant file override logic execution when nothing had changed.
  • Fixed FOLON/FO4 mixed collection issue. (#16305)
  • Less generic error for rate limit breaches.
  • Added ability to disable the experimental move deployment method through the game registration call. (#16200)
  • Fixed premature fileName reference comparison failure during collection install
  • api: Added coreceVersion as an API utility function (#16304)
  • api: (Deprecated) libxmljs is no longer exported as part of Vortex's API.
  • api: Fixed load order entries losing their index on mod update/re-install. (#16086)
  • collections: Fixed crash when switching profiles in the collection install dialog. (#16242)
  • collections: Now uses improved coercion to better support dependency detection
  • collections: Added context menu action to apply collection rules manually
  • mod-dependency-manager: No longer trim the versions of the mods to 3 digits
  • modtype-bepinex: Improved error handling for when no matching bepinex pack is found. (#15933)
  • baldursgate3: Fix to support Patch 7 load order format. (#16384)
  • witcher3: Fixed incorrect mod type assignment for certain mods
  • masterchiefcollection: Reduced mod depth to better support the new mod type

1.12.6

03 Oct 06:48
8450f1f
Compare
Choose a tag to compare
  • Fixed Starfield CC plugins being detected as native
  • baldursgate3: Load order will now serialize to exactly match IGMM modsettings.lsx format.

1.12.5

01 Oct 08:29
a5b009e
Compare
Choose a tag to compare
  • Fixed mod enable notification not appearing
  • 7daystodie: Fixed UDF error when directory contains whitespace. (16445)
  • plugin-management: Added Starfield: Shattered Space plugin to native list
  • plugin-management: Added ability to resolve native plugins through Regex patterns.

1.12.4

12 Sep 07:36
da3191b
Compare
Choose a tag to compare

plugin-management: Updated libloot to 0.23.1

1.12.3

19 Aug 08:15
9921823
Compare
Choose a tag to compare
  • Fixed inability to update/download folon mods through collections. (16267)
  • Disallow error reports caused by faulty launchers in contributed extensions. (16215, 16250)
  • Fixed mods update error handling. (16251)
  • Fixed unsuccessful (statusCode != 200) request error handling.
  • masterchiefcollection: New mod format support. (13745)

1.12.2

14 Aug 11:39
65292a4
Compare
Choose a tag to compare
  • Fixed crash when comparing objects with skippable properties. (#16234)
  • Fixed inability to update mods that are tagged as compatibleDownloads. (#16231)
  • Fixed downloads/installation stalling when Vortex is in background.
  • plugin-management: Removed non-relevant loot messages from inlined view

1.12.1

12 Aug 08:50
924ac7f
Compare
Choose a tag to compare
  • Fixed extension installation not executing from downloads page. (#16197)
  • Fixed inability to download from mega.nz as part of collection. (#16176)
  • plugin-management: Improved error handling for lootAsync api calls. (#16181)
  • plugin-management: Fixed inability to filter loot messages by "relevant messages"
  • mod-dependency-manager: Swapped default dependency icon drag actions to "after" to aid UX

1.12.0

06 Aug 07:26
474537e
Compare
Choose a tag to compare

Lot's of little quality of life improvements and bug fixes. Notable improvements being able to choose the game store of manually found games, improved UX for LOOT enabled games and our new 'Mods of the Month' videos being on the dashboard.

mods-of-the-month

What's New (full changelog)

  • Set Inter as new default font to align with site design system
  • Added Mods of the Month to Dashboard. (#15930)
  • Fixed build issues with node 18.20 and above. (#15950)
  • Fixed inability to download files from Google Drive. (#15893)
  • Fixed redundant mod metadata lookup. (#15934)
  • Fixed error when attempting to untrack mods. (#15935)
  • Fixed symlink elevation scripts for Node.
  • Fixed overrides ignored when deploying single mods. (#15917)
  • Fixed deployment flag not set when purging/deploying. (#15925)
  • Added extension version to the global error context. (#15833)
  • Added ability to select game store when manually choosing game folder. (#15371)
  • Fixes broken Xbox launcher for Pillars of Eternity 2. (#15409)
  • Adding support for EnderalSE on GOG. (#15369)
  • Added status pill to collection overview.
  • Fixes warning when potentially downgrading.
  • Changed how community game extensions are highlighted.
  • Fixes potential crash when queryPath functor returns function. (#15648)
  • Added stricter diff check on skippable properties. (#15721)
  • Fixes crash when attempting to untrack (untracked) mods. (#15801)
  • Fixes error being missing if dotnet check fails
  • libxmljs is being deprecated in 1.13
  • Fixes excessive logging when testing mod references. (#15884)
  • Fixed deploy event on batch install/re-install. (#16109)
  • api: IRemoveModOptions is now being exported as part of the API
  • collections: Added stricter collection checks before refreshing. (#15414)
  • collections: Fixed crash if mods/downloads become unavailable. (#15979)
  • gamebryo: Updates to better support Starfield. (#15918)
  • plugin-management: Improve UI\UX for LOOT-enabled games. (#15929 )
  • plugin-management: Updated libloot to 0.23
  • plugin-management: Fixed inability to sort through FBLO for Starfield
  • plugin-management: Fixed plugin list not being updated on startup
  • plugin-management: Fixed incorrect missing masters notification when using fblo
  • plugin-management: Fixed parsing of light plugins for non-Starfield gamebryo games
  • baldursgate3: Fixed LSLib not executing with whitespace in path. (#15679)
  • baldursgate3: Fixed inability to deserialize manually added mod entries. (#16106)
  • bannerlord: Game support has been moved to a new community extension by Aragas and the BUTR team. (#15436)
  • bladeandsorcery: Removed legacy mod support. (#16000)
  • fallout4: Adding Fallout: London game domain support
  • witcher3: Fixed crash if user has insufficient permissions. (#15793)
  • witcher3: Fixed DLC entries displayed on Load Order page