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

Player information - Team that the player is on ? #101

Closed
Mutix opened this issue Mar 18, 2011 · 10 comments
Closed

Player information - Team that the player is on ? #101

Mutix opened this issue Mar 18, 2011 · 10 comments

Comments

@Mutix
Copy link

Mutix commented Mar 18, 2011

Enhancement?

Would it be possible to add a "team" property to the SteamPlayer object?

Is it possible to find what team a player is on when calling the getPlayers() method on a server?

Thank you very much for this program :)

@koraktor
Copy link
Owner

I don't know of any general feature that would allow something like this, but maybe there are specific features of e.g. TF2 or CS:S that would make this possible. I'll have a look.

Thanks for the idea, and thanks for using Steam Condenser.

@koraktor
Copy link
Owner

Thanks to a hint from @BINARYADDlCT I do know (or at least I think) how HLSW achieves this. Using the remote logging features of a server your able to get more detailed information on the current game in real-time.
This will also enable us to know which team a player is on.

On the downside this will require the implementation of the remote logging (something I really want to do) but additionally limits this to servers where you have RCON access.

@abhishiv
Copy link

@koraktor tor you mean remote logging via RCON? I though game logs were only accessible over the network via udp.

@koraktor
Copy link
Owner

@abhishiv No, not remote logging via RCON, but you require at least access via RCON to enable (temporary) logging to your machine.

@nisseblink
Copy link

So have you made any progress?

@koraktor
Copy link
Owner

koraktor commented Jun 1, 2013

@nisseblink No. Right now, this seems to be a lot of work to get a small feature like this. But it will stay on the list.

@abhishiv
Copy link

abhishiv commented Jun 1, 2013

For cs:go and maybe some other games you have access to backup files for
each round. So you can use them, the backup file name can also be
controlled via rcon.

On Saturday, June 1, 2013, Sebastian Staudt notifications@github.com
wrote:

@nisseblink No. Right now, this seems to be a lot of work to get a small
feature like this. But it will stay on the list.


Reply to this email directly or view it on GitHub.

Sent from Gmail Mobile

@koraktor
Copy link
Owner

koraktor commented Jun 1, 2013

So this requires file system access, right? That won't happen via Steam Condenser.

@abhishiv
Copy link

abhishiv commented Jun 1, 2013

Yes, I am using ftp for that. But yeah Imo doesn't fit in steam condenser.

On Saturday, June 1, 2013, Sebastian Staudt notifications@github.com
wrote:

So this requires file system access, right? That won't happen via Steam
Condenser.


Reply to this email directly or view it on GitHub.

Sent from Gmail Mobile

@koraktor koraktor added Won't fix and removed hold labels Mar 23, 2016
@koraktor
Copy link
Owner

Finally closing this one. Sorry, but this won’t be added.

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

No branches or pull requests

4 participants