Hello Folks,
I am just creating a lobbysystem for my new RTS game. Right now, I want to implement a matchbrowser/serverlist, as you might have seen in various games. However, I’d like to implement filtering and display of roomattributes, such as amount of players, current map and password-protection.
Getting stuff, such as roomnames and max. players is pretty easy to do. You can just iterate through the List you recieved from ListMatches() and pick the info from there. But when it comes to password protection, I’d like to be able to mark password-proteced servers visually and filter them out. But the MatchDesc Class doesn’t seem to offer information about that.
Does anyone have an idea how to do this?