The xml contains data about mods: https://github.com/Finwickle/CompatibilityReport/blob/main/CompatibilityReport_Catalog.xml
Class for parsing the catalog: https://github.com/Finwickle/CompatibilityReport/tree/main/CompatibilityReport/CatalogData
Could LoadOrderTool use that to auto-disable mods which are known to break asset editor when launching direct in to editor? @Finwickle could likely give some pointers as to which bits of the data structure are relevant.
Also, could double clicking a mod in the list show a detail page with data from the catalog?
The xml contains data about mods: https://github.com/Finwickle/CompatibilityReport/blob/main/CompatibilityReport_Catalog.xml
Class for parsing the catalog: https://github.com/Finwickle/CompatibilityReport/tree/main/CompatibilityReport/CatalogData
Could LoadOrderTool use that to auto-disable mods which are known to break asset editor when launching direct in to editor? @Finwickle could likely give some pointers as to which bits of the data structure are relevant.
Also, could double clicking a mod in the list show a detail page with data from the catalog?