Sebastian Staudt

Results 119 comments of Sebastian Staudt

Use one of the server methods like `getPlayers()` or `getRules()`.

Sounds like a good improvement. Would you like to create a pull request for [koraktor/steam-condenser-java](https://github.com/koraktor/steam-condenser/java)?

Thanks. By the way, SourceTV uses the `BOT` ID, so this is already covered.

Try `include_appinfo=1`. Another evidence of Valve's poor API design. :unamused: What's not working is the `appids_filter` described [here](https://developer.valvesoftware.com/wiki/Steam_Web_API#Arguments_7). See my "bug report" [here](https://developer.valvesoftware.com/wiki/Steam_Web_API/Feedback#JSON_input_does_not_work).

Moving this to 2.0.0. I don't want to replace `GameStats` right now and enforce users to have a valid Web API key. But expect this to happen soon after 1.3.0...

Are you familiar with Ruby? I have an early WIP branch with a few classes for this purpose. If you want, I'll publish this so you can have a look...

Here we go: [`wip/user-stats-api`](https://github.com/koraktor/steam-condenser-ruby/tree/wip/user-stats-api) It should work to a certain degree.

There's `ISteamWebAPIUtil/GetSupportedAPIList/v0001` for a full list of API methods (without an API key it will list only "open" methods that don't need a key). I'm not entirely sure if I'm...

:+1: Having one main stats implementation is mandatory. The current way already tries to do this, but that only works for some very basic attributes and the achievements of a...

This is probably caused by CS:GO limiting the output by default. See [this issue comment][1] on how to enable the old behavior. [1]: https://github.com/koraktor/steam-condenser/issues/275#issuecomment-113069411