Releases: Shazbot/WH3-Mod-Manager
Releases · Shazbot/WH3-Mod-Manager
WH3MM v2.8.0
WH3MM v2.7.0
- Troy and Pharaoh support (I don't own them to test, but it should work)
- new tab in Check Compat: check for missing files that are referenced in some other file
- run some repeated checks after using Resubscribe to make sure Steam did what it was told to do
WH3MM v2.6.0
- added Total War Attila support
- now checking if you're subscribed to the content folder mods present on the disk, fixes some issues like family sharing
- added ability to upload new mods
WH3MM v2.5.0
- added a new File Errors tab to the Check Compat panel that parses XML and Lua files and reports if they're not formatted correctly
- added a new Duplicate Script Listeners tab to the Check Compat panel that checks if any listener names are duplicated, this is not usually an issue but it can be if remove_listener is used, but there is no reason to have duplicate listener names anyway
- the Files tab in Check Compat now reports if both files are the same size as a quick way to eliminate files that are shared between mods
- added a button to resubscribe to all enabled mods as a way to ensure the mods are updated, located in Other Options
- added a button to collapse or expand all categories in the Categories tab
WH3MM v2.4.0
- optimizations to Check Compat speed
- added Missing Keys tab to the Check Compat panel which cross-references table keys in mods to find if any are missing, this can happen after a new game patch and the game won't start at all if any are missing
- added Duplicate Keys tab to the Check Compat panel which combs through tables with unique numeric IDs (keys) to see if any rows have the same ID among all the mods, this can be fine if the modder wants to replace the row with that ID, but can also be a result of a modder copy-pasting a row and forgetting to change the ID to a new one
- new feature: bisect mod list in Other Options. This will split your mod list into 2 presets to test what part of your mod list could be causing issues. You can bisect one of those presets further. (Tip related to this feature: Holding shift when selecting a preset adds that preset to the current mod list.)
- fix for the mod dropdown menu option Set Load Order not opening a panel
WH3MM v2.3.2
- fixed DB Viewer for game files not working
- added progress bar to the Check Compat panel
WH3MM v2.3.1
- fix for stack overflow error when logging joyride onboarding data
- fix for mod update time not being tracked regression
WH3MM v2.3.0
- performance improvements
- some more FAQ entries
WH3MM v2.2.0
- added a FAQ panel that answers frequent questions
- performance improvements
WH3MM v2.1.0
- Added a way to import mods from a Steam collection, either into the current mod list or into a preset. You can also preserve the load order of the whole collection when importing, avoid this unless you know it's necessary.