Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to query GameData and GameTags separately #355

Open
Kein opened this issue Sep 12, 2021 · 1 comment
Open

No way to query GameData and GameTags separately #355

Kein opened this issue Sep 12, 2021 · 1 comment

Comments

@Kein
Copy link

Kein commented Sep 12, 2021

According to always terrible valve docs, gamedata and gametags there are separate fields:
https://partner.steamgames.com/doc/api/ISteamMatchmakingServers#MatchMakingKeyValuePair_t
and
https://partner.steamgames.com/doc/api/ISteamGameServer#SetGameData
describes SetGameData and SetGameTags

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] and gametype does not return any valid reasons and there is no gametagsand/or as per Valve's ISteamMatchmakingServers documentation.

@rossengeorgiev
Copy link
Contributor

Never used any of these. Do you have an example server that uses them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants