A multitenant ASP.NET Core Server and Blazor WASM Client.
Currently, only Bannerlord is supported.
Features:
-
NexusMods Mod Link - link a NexusMods mod to your account to receive crash reports. Requires the Url property from SubModules.xml to match the link.
Requires log-in. -
Crash Reports - Shows all available crash reports where the mod id's linked to the user are present within the installed mods.
Requires log-in. -
Exposed Mods - Scans the entire library of Bannerlord mods on NexusMods and extracts the
Id
from any foundSubModule.xml
.
Located in Tools. Requires log-in. -
Articles - Scans the entire library of Bannerlord mods on NexusMods and extracts all available articles.
Located in Tools. Requires log-in. -
Statistics
-
Top Exception Types - exposes the top exception types from articles and shows a Doughnut graph.
Located in Tools. Requires log-in. -
Involved Mods - allows to enter mod id and game versions to see a line graph of the stability of mods for each mod version.
Located in Tools. Requires log-in.
-
-
Localization
-
Localizer - Allows to parse all hardcoded translation strings from a mod .dll file, translate them and export as an XML ready to be used!
Located in Tools. -
Localization Parser - Allows to parse all hardcoded translation strings from a mod .dll file and export them as an CSV file.
Located in Tools. -
Assembly String Editor - Allows to find all non translatable hardcoded strings from a mod .dll file, edit them directly and export the resulting assembly.
Located in Tools.
-