What's Changed
- Added custom game support,
A define custom game button has been added to the add game menu, This will allow any game to be added with the same properties the current game handlers use.
The settings used for custom games are saved to a .json file in the .config folder and can be shared with anyone.
Note that this will not work on games that need specfic deploy logic to function, It also does not currently work on games that require mods to be deployed somewhere in the games wine prefix
A wiki page / documentation on how to use this feature will be added soon
- Added profile specfic mod lists
Added a new option when adding a new profile called Use profile specfic mods. When a profile has this flag, it will create a new empty profile and the mods/overwrite folder for this profile will be separate from other profiles.
This can be used to create a fresh modlist within that profile meaning you can have multiple modlists per instance of a game and switch between them.
- Fixes and other things
- Added zstandard library for some Baldurs gate 3 mods not being parsed correctly (Added in 0.6.3)
- Logs are now separated by session and put in a logs folder within the .config folder (Added in 0.6.3)
- The Nexus meta data on downloaded files should now be removed correctly when installing a mod (Added in 0.6.3)
- You can now filter by mods that have the require update flag (after checking for updates).
- When in the add game menu if a game has already been added the manager, the add button now becomes a select button that switches to that game
- A confirmation box now appears when trying to remove a profile
- When a nexus api key fails to save due to a missing keyring service a popup appears with instructions on how to fix it.
- You can now reinstall a mod via a right click option if it's file still exists in the downloads folder
- Fixed FOMOD not merging some selected folders when installing
- Added a popup notification for when the restore function starts and completes
- Added new icons for install,deploy and restore.
- Fixed an issue where a game instance was being deleted when switching profiles.
Run the following command to install/Update. Or download the appimage directly.
curl -sSL https://raw.githubusercontent.com/ChrisDKN/Amethyst-Mod-Manager/main/src/appimage/Amethyst-MM-installer.sh | bash