Skip to content

1.11.3

Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 09:38
· 205 commits to master since this release

1.11 is finally ready to go! This took a bit longer than expected due to the Fallout 4 Next-Gen release but this update intends to resolve a few long standing issues which have affected collection curators and game extensions that utilize Vortex's File-Based Load Ordering functionality.

For the collection curators - the comparison of patches and installer choices, modtype changes and bundled-mod file lists now takes place during collection installation. This means that Vortex will compare the options that the user selected for the currently installed mod against those packaged by the curator of the collection they are downloading.

Note for curators - please make sure your mods are set to the correct mod type when generating/updating a collection as that is the mod type that will be pushed to your users regardless of the game extension configuration.

The File-Based Load Ordering more is performant in the core app with a lot of the feedback coming from the Baldur's Gate 3 community. We've had to wait to push the game extension update until the core was ready but we now have a more performant load ordering, PAK file reading, caching etc. Along with these changes, collection installations are now quicker because of it. Along with Baldur's Gate 3, other games that use this functionality include Starfield, Cyberpunk 2077 and several other community written extensions.

Our update workflow has been overhauled with rewritten notifications, added info dialogs when swapping update channels as well as turned off force download of updates (unless they are hotfixes and need to be pushed out for security\stability reasons).

If you discover any issues, please check the Nexus Mods Forums or in Discord and report bugs via GitHub. Thanks and happy modding!

Full Changelog

  • Fixed re-render issue when enabling/disabling mod entries in the file-based load order
  • libloot updated to 0.22.4
  • Add support for Fallout 4 on Epic (#15580)
  • Add support for new BA2 archive headers in Gamebryo games
  • New update workflow to better communicate What's New, minimize auto downloading (unless critical hotfixes) and more information when swapping update channels. (#15363)
  • vortex-api: Fixed performance degradation when downloading collections for games that use the file based load order system. (#15395)
  • stardewvalley: Fixed SMAPI update notification appearing while managing other games
  • collections: Added comparison of patches, installer choices, hashes when installing. (#15396)
  • collections: Updated styles to fix update changelog bounds
  • collections: Better logging when profile switching
  • collections: Fixed rare crash where game version was being compared
  • collections: Improved error handling when displaying instructions. (#14570)
  • collections: Instructions textarea now fills available space. (#15394)
  • collections: Override overflow now scrolls vertically.
  • modtype-bepinex: Fixed download issues caused by package resolution applying the new archive format to 5.x.x versions of BepInEx
  • mod-dependencies: Suppress error report when user cancels purge
  • mod-dependencies: Fixed file overrides being cleared when switching to an empty profile
  • mod-dependencies: Fixed rare issue where it was possible for mods to fail deploying certain types
  • plugin-management: Fixed long delays when ascertaining if a plugin is marked light
  • baldursgate3: Performance improvements when installing collections and using LSLib
  • baldursgate3: Added caching to PAK reading
  • baldursgate3: Added a better .NET error catch and shows a fix dialog. (#15391)
  • Restyled announcement dashlet
  • Underscores in archive names no longer cause installation issues. (#15334)
  • Fixed layout issues with Contrast and Compact theme
  • Added a Classic theme that uses the old colors
  • Updated Logging format
  • Updated dev bootstrap script
  • Bump Electron from 25.8.4 to 28.2.0
  • Bump Node from 18.15.0 to 18.18.2