You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to use it in gamedata[or] and gametype does not return any valid reasons and there is no gametagsand/or as per Valve's ISteamMatchmakingServers documentation.
The text was updated successfully, but these errors were encountered:
According to always terrible valve docs,
gamedata
andgametags
there are separate fields:https://partner.steamgames.com/doc/api/ISteamMatchmakingServers#MatchMakingKeyValuePair_t
and
https://partner.steamgames.com/doc/api/ISteamGameServer#SetGameData
describes
SetGameData
andSetGameTags
The server I'm querying returns keywords data, which is array of KV pairs with
:
as a delimiter. However, I cant seems to query/use it with the available API steam.py povides:https://steam.readthedocs.io/en/latest/api/steam.game_servers.html
Attempt to use it in
gamedata[or]
andgametype
does not return any valid reasons and there is nogametagsand/or
as per Valve's ISteamMatchmakingServers documentation.The text was updated successfully, but these errors were encountered: