Xonotic Forums

Full Version: Local LAN Xonotic game server player Stats
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone have instructions on how to setup a "dashboard" of sorts to display the players stats on a dedicated monitor?
Every two or 3 months i hold an old school LAN party at my house for about 10-15 people. I have a dedicated Xonotic server setup already. I would like to find a way to have the local LAN players stats displayed up on a dedicated monitor. Any help is much appreciated.
thanks
Jason
p.s. Since we have discovered this game we pretty much abandoned ever other game out there. This has become the hit of the party. Long live Xonotic!
There xonotic-server-list javascript app - https://github.com/z/xonotic-server-list It displays current server status and IIRC the scoreboard too.
If you have programming skills you can write a monitor app yourself. It's pretty easy to connect to a xonotic server using its rcon protocol and listen for events. IRC bots work that way. But as I said, it requires programming skills.
(11-08-2018, 03:24 PM)morosophos Wrote: [ -> ]There xonotic-server-list javascript app - https://github.com/z/xonotic-server-list It displays current server status and IIRC the scoreboard too.
If you have programming skills you can write a monitor app yourself. It's pretty easy to connect to a xonotic server using its rcon protocol and listen for events. IRC bots work that way. But as I said, it requires programming skills.

Is there an easier way to do this locally on my personal server rather than pull from the main public server list? mine is set to private.

thank you,
Jason
@Jason, there are many ways to do it, but if you are looking for an easy one without having to program, you likely will have to compromise a bit on what you get.

For example, you can have a big screen showing your server's page on the public stats, like this for my server.

Another idea is to setup your own stats website, and have your game server submit stats to your own stats website. But then again, the result is a page like the above.

Or setup a bounty and see whether you can hire somebody to program for you and your group. If you have that many people, they can all pitch in a bit.
So i've continued the LAN parties now for quite some time. I now have a dedicated Xonotic server on linux and have been learning linux for the past few years.
I would like to revisit this Dashboard idea once again.
What is the easiest, quickest way to get a simple player stats on a separate TV or monitor that shows only the results of the current playing.
i would like to do a contest of who has the most frags at the end of the night. (obviously they cannot change their screen name otherwise that would reset them back to zero)
what is the best way to produce live stats from the games we are currently playing?