Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/butr/butr.site.nexusmods

BUTR's site that integrates with NexusMods via SSO/API key used for authentication. Based on Blazor.
https://github.com/butr/butr.site.nexusmods

aspnetcore blazor multitenancy nexus-mods nexus-mods-integration

Last synced: 3 months ago
JSON representation

BUTR's site that integrates with NexusMods via SSO/API key used for authentication. Based on Blazor.

Awesome Lists containing this project

README

        

# 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