Skip to content

BUTR/BUTR.Site.NexusMods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUTR.Site.NexusMods

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.

    Screenshot
  • 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.

    Screenshot
  • Exposed Mods - Scans the entire library of Bannerlord mods on NexusMods and extracts the Id from any found SubModule.xml.
    Located in Tools. Requires log-in.

    Screenshot
  • Articles - Scans the entire library of Bannerlord mods on NexusMods and extracts all available articles.
    Located in Tools. Requires log-in.

    Screenshot
  • Statistics

    • Top Exception Types - exposes the top exception types from articles and shows a Doughnut graph.
      Located in Tools. Requires log-in.

      Screenshot
    • 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.

      Screenshot
  • 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.

      Screenshot
    • Localization Parser - Allows to parse all hardcoded translation strings from a mod .dll file and export them as an CSV file.
      Located in Tools.

      Screenshot
    • 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.

      Screenshot