Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/butr/butr.site.nexusmods
- Owner: BUTR
- License: mit
- Created: 2021-05-16T17:56:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T00:03:18.000Z (10 months ago)
- Last Synced: 2024-04-14T09:53:30.974Z (10 months ago)
- Topics: aspnetcore, blazor, multitenancy, nexus-mods, nexus-mods-integration
- Language: C#
- Homepage: https://butr.github.io/BUTR.Site.NexusMods
- Size: 27.1 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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