Jump to content

rajkosto

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

1 Follower

About rajkosto

  • Rank
    Newbie
  1. Hi, as of this build you have completely removed the old query protocol there was for getting server info, and have replaced it with Steam Server Query (developer.valvesoftware.com/wiki/Server_queries). As a maintainer of a Server Browser/Launcher, this means I've had to update it to use the new protocol. That's fine, but I've ran into some issues: In Server Info data block: 1. The server name is cut off after 63 characters (64 including null terminator). As some servers have long names and they are parsed for rule information (3dp on/off, etc), this is a big problem. 2. The version appears as 1.63.124802, i assume this is currentVersion/gamever in the old scheme ? In Server Tags string: I get something like Any way to get an explanation of all possible tags here ? I assume bt means that battleye is on (old sv_battleye ?), t is the game mode, what are the possible game modes ? r163 and n124802 form a version number (is this requiredVersion now?), pw might mean passworded but this server is actually NOT passworded, so I'm confused about that. what is s and i ? In Server Rules key/value collection i get things like hash, modNames, modHashes, timeLeft, param0, param1, sigNames If it is not possible to remove 63 character server name limit in the info data block, is it possible to add the full server name as a value here ? That would be a nice workaround.
×