Thank you for making this. I have some Bugs/Features to request.
Bug - DAModder does not display correct data for dazip files that contain tags for different localizations. As an example, this mod (
http://social.bioware.com/project/934/) displays its URL in the XML file as
(
- <URL DefaultText="http://social.bioware.com/project/934/">
- <en-us>
- <![CDATA[ ]]>
</en-us>
- <fr-fr>
- <![CDATA[ ]]>
</fr-fr>
- <it-it>
- <![CDATA[ ]]>
</it-it>
- <de-de>
- <![CDATA[ ]]>
</de-de>
- <es-es>
- <![CDATA[ ]]>
</es-es>
- <pl-pl>
- <![CDATA[ ]]>
</pl-pl>
- <ru-ru>
- <![CDATA[ ]]>
</ru-ru>
- <pseudo>
- <![CDATA[ ]]>
</pseudo>
- <cs-cz>
- <![CDATA[ ]]>
</cs-cz>
- <hu-hu>
- <![CDATA[ ]]>
</hu-hu>
</URL>
)
This causes DAModder to display nothing for the URL. If I manually edit the XML file to remove all the localization information so that it only displays:
<URL DefaultText="http://social.bioware.com/project/934/">
</URL>
Then DAModder will show the URL correctly.
This brings me to the feature request.
During install of a mod if it is just a zip or folder I am able to edut the UID, Title, Version, Author, URL and Description. I would like to have the ability to modify that information for DAZIP files as well. In addition it would be great to be able to edit that information after an install.
Again, thank you for the great utility!