Version 0.9 - 9/5/2019
- Added log information for when modlists start parsing during installation
- Check all links during mod list creation
- Generate a installation report during compilation
- Show the report after compiling
- Added a button to view the report before installing
- Added support for non-archive files in downloads and installation. You can now provide a link directly to a file
that is copied directly into a modfile (commonly used forSSE Terrain Tamriel.esm
) - Fix crash caused by multiple downloads with the same SHA256
- Putting
WABBAJACK_ALWAYS_ENABLE
on a mod's notes/comments will cause it to always be included in the modlist, even if disabled - All
.json
,.ini
, and.yaml
files that contain remappable paths are now inlined and remapped. - If Wabbajack finds a file called
otherprofiles.txt
inside the compiled profile's folder. Then that file is assumed
to be a list of other profiles to be included in the install. This list should be the name of a profile, one name per line. - Can now set the download folder both during compilation and installation.
- Any config files pointing to the download folder are remapped.
- Refuse to run inside
downloads
folders (anti-virus watches these files too closely and it can cause VFS issues) - Refuse to run if MO2 is on the system installed in non-portable mode (otherwise broken installs may result)
- Config files that don't otherwise match a rule are inlined into the modlist
- Warn users before installing into an existing MO2 install folder (prevents unintentional data loss from overwriting existing data #24)
- Fix for read only folder deletion bug (#23)
- Include version numbers and SHAs in the install report
- Removed option to endorse mods, Nexus devs mentioned it was of questionable worth, I (halgari) agree