Zandronum c# library for rcon and launcher protocols
Posted: Thu Aug 12, 2021 7:18 am
Hi guys,
Just a quick post to let everyone know that a friend and I have been working on a c# (dotnet) library for talking to zandronum using the launcher+rcon protocol over UDP. It's working pretty well now. The code is available here:
https://github.com/rocklan/zanstat
Based on this library I'm working on a discord bot that will hopefully display useful information while you're playing. I'm currently beating my head against the wall trying to do an RCon query to work out how many lives each player has (for survival mode) and if they are still alive... but I can't figure out if this is possible or not. Any suggestions?
Just a quick post to let everyone know that a friend and I have been working on a c# (dotnet) library for talking to zandronum using the launcher+rcon protocol over UDP. It's working pretty well now. The code is available here:
https://github.com/rocklan/zanstat
Based on this library I'm working on a discord bot that will hopefully display useful information while you're playing. I'm currently beating my head against the wall trying to do an RCon query to work out how many lives each player has (for survival mode) and if they are still alive... but I can't figure out if this is possible or not. Any suggestions?