M&B Warband Server Banner Generator -- Show Your Live Server Stats

Users who are viewing this thread

Hadrian

Recruit
I've posted this over on the FSEGames forum quite some time ago, but figured I'd relay the information here...

I've created a little web app that lets you generate server information banners since I couldn't find any similar sites that could provide this. I host a good amount of Warband servers and I wanted to be able to show the server details on my websites. It is based in Python and simply scrapes the public site and places the server information over a background to create the banner. This should work for any M&B Warband (inc. mods) server.

https://warbandbanner.masonrowe.com/

The banner displays information about the server, such as the name, the module being used (NW, N&S, etc.), the game mode (TDM, Battle, etc.), the current map, the current number of players on the server, and whether the server is locked or unlocked (shown in upper right).  On the web page after entering your server information, html links and forum/teamspeak links are automatically generated so you can copy and paste where desired.

Example for NW:
qDaIFMc.png


More Examples:
Example for N&S:
CWvmFc2.png


Another example:
LyftDBl.png


Here's all the available backgrounds:
https://warbandbanner.masonrowe.com/images.html

So far I only have seven backgrounds (3 for N&S, 2 for NW, and 2 generic), but I can add more options easily if desired. So if you have a specific background you would like to use, send it my way. The default port for a warband server is 7240, so as long as your server's webpage is accessible, i.e. http://your-server-ip:port/, then the banner can be generated.  Feel free to suggest any edits or features you'd like to see, I'm open to changes.

Source code can be found here: https://github.com/masonr/Warband-Banner-Generator

I've also created a version of this that support Holdfast Nations at War servers as well: http://www.holdfastgame.com/forum/index.php?topic=2357
 
Cool app!
Thumbs up for sharing the source aswell.

I see there's not many images with medieval scene tho.
Here's couple if you wanna use them.

wb_castle.png

wb_charge.png

wb_knights.png
 
Muzzle C said:
Cool app!
Thumbs up for sharing the source aswell.

I see there's not many images with medieval scene tho.
Here's couple if you wanna use them.

wb_castle.png

wb_charge.png

wb_knights.png

Cheers, thank you! Can certainly throw those on there later tonight.

if anyone else has any background they'd like added feel free to post them and I'll add those as well :smile:
 
Quick update -

Added two additional backgrounds thanks to @Muzzle_C. Here's the examples:

banner.py


banner.py


I've also added a page where you can preview all of the background images before making a selection:

https://warbandbanner.masonrowe.com/images.html

Source code has been updated on Github. Feel free to suggest any other edits or additions that would make this more usable  :grin:
 
Back
Top Bottom