Skip to content

0.7.0

Compare
Choose a tag to compare
@lVlyke lVlyke released this 30 Apr 12:41
· 46 commits to master since this release

This release enables support for other games. The first new game to be supported is Fallout 4. This release also adds support for root mods, which are mods that get deployed to the root game directory rather than the mod data directory, such as script extenders, ENBs, and other kinds of injectors.

New Supported Games

  • Fallout 4

Features

  • Added support for multiple games.
  • Multiple profiles can now be active at once if they deploy to different mod directories.
  • Added root mods, which are mods that get deployed to the root game directory rather than the mod data directory, such as script extenders, ENBs, and other kinds of injectors. See the README for more info.
  • Added support for importing external profiles.

Changes

  • Plugins are now enabled by default.
  • Improved profile verification. Specific verification errors are now shown in the UI.
  • A warning message is now shown if another profile is active and deployed to the current profile's mod directory.
  • The list of available profiles is now determined by scanning the profile directory at launch instead of maintaining an internal list.
  • Added loading indicator during FOMOD install step creation.
  • Added loading indicator during profile deletion.

Fixes

  • Failed profile deployments now roll back any partially deployed files.
  • Profile undeployment now maintains list of deployed files until all operations complete without error.
  • App no longer re-deploys current profile at startup.
  • Improved error handling when encountering missing profiles at app startup.
  • FOMOD installer plugin type dependencies are now evaluated.
  • FOMOD installer Missing file dependency evaluation now works properly.
  • FOMOD installer Required plugin checkboxes are now properly checked in SelectAll plugin groups.
  • FOMOD installers with no install steps now install required files.
  • FOMOD installers with no config file are now recognized.
  • FOMOD installer plugin description is no longer partially cut off in some circumstances.
  • FOMOD installer plugin images are no longer missing in some circumstances.