Jump to content

Interest in an external dashboard mod?


eadgardir

Recommended Posts

I started experimenting with Bannerlord modding when I found out that the mods are written in C#, which I am fond of. One idea that I had was to make a mod that exposes game data to external clients so that they could be viewed on a second screen or a tablet or phone.

 

Initially I tried making a RESTful API, but had issues hosting an ASP.NET app inside the mod. SignalR wasn't working either. I'm sure it's possible , but I couldn't get it to run. Then I experimented with hosting a basic WebSocket server inside the mod, which worked. So I made a proof-of-concept Dashboard mod.

 

https://github.com/edgarssults/BannerlordDashboard

 

The dashboard currently has one widget that displays kingdom strengths. The mod pushes data to it when it first connects and then every in-game hour. It's not very polished and not publicly available yet, I just wanted to see whether it's possible and what kind of widgets people might be interested in.

 

So what do you think, would this be useful for anyone? And what kind of data would you like to see?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...