Beta 1.7 Changelog
Beta 1.7.2
- Fixed a bug in RemoveModFromXML that could cause the XML file to get into an invalid state with certain mods installed. This resolves issue #43
Beta 1.7.1
- Fix for bug that could cause a ModType to be blank, resulting in errors when uninstalling. This should resolve issues #41 and #42
Beta 1.7
-
Initial creation of new xml file, DAModder.xml, for tracking installed Core Override mods. This resolves issue #28
-
When building list of installed mods, code will now scan DAModder.xml as well, in order to find Core Override mods. This resolves issue #34
-
When scanning for mod details the code will now scan DAModder.xml as well.
-
Initial support for uninstalling core override mods. This resolves issue #35
-
reworked uninstall procedure to handle core overrides
-
modified RemoveModFromXML to work with DAModder.xml
-
modified DeleteModFiles to properly delete core override mods
-
small code fix to uninstall routine