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

pmove_ cvars #15

Closed
Melodeiro opened this issue Nov 17, 2015 · 3 comments
Closed

pmove_ cvars #15

Melodeiro opened this issue Nov 17, 2015 · 3 comments

Comments

@Melodeiro
Copy link

Would be great if this tool will show pmove_ cvars in "rules" tab. So we can sure if it is a classic, PQL or new QL ruleset server.

@PredatH0r
Copy link
Owner

Unfortunately that is not possible.
I am showing all the information that the game server returns. Quake Live only exposes a subset of server cvars through the server browser protocol. I have asked the QL devs many times to add certain fields to no avail.

@Melodeiro
Copy link
Author

Using /cvarlist is not allowed by that protocol, right? Dont even sure if it contains pmove_ cvars, because new quake console shows way too small amount of lines.

@PredatH0r
Copy link
Owner

The server browser protocol is very primitive. There are only 3 queries, A2S_INFO (basic server information), A2S_PLAYERS (list of players) and A2S_RULES. No options/parameters for these queries. These queries work for all games which support the Steam/Valve master server infrastructure.

If you have RCON access to a Quake Live server, you can get more information through that. But for 99.9% of server you don't have that access.

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