koraktor / steam-condenser

A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
https://koraktor.de/steam-condenser
Other
359 stars 66 forks source link

Puzzle Agent 2: Extended Stats Support #209

Open TheSeg opened 11 years ago

TheSeg commented 11 years ago

I'm one of the developers of Puzzle Agent 2 and personally implemented the achievements and extended stats for the game. I'd like to get Steam Condenser on board with Puzzle Agent 2 stats.

Valve did not port the stats to the XML as they favored and now only support the ISteamUserStats:GetUserStatsForGame interface. Currently Steam-Condenser doesn't support the JSON interface, unless I missed something.

So right now I'm waiting in the wings for this switch-over to happen. When there's something ready for me to work on, I'll create a plug-in for Puzzle Agent 2 stats. Once that's done, I hope someone will ping me so I can get to work!

koraktor commented 11 years ago

Support for ISteamUserStats will be coming. Right now there's an experimental version for the Ruby implementation (https://github.com/koraktor/steam-condenser-ruby/tree/wip/user-stats-api) and a pull request from @Yeggstry for the Java implementation (koraktor/steam-condenser-java#5).

What language do you use? Maybe I'll start with the one you need.

TheSeg commented 11 years ago

I'm using PHP. Any way I can help, just let me know!

koraktor commented 11 years ago

I'm sorry there's currently nothing equivalent for PHP. If you'd like to contribute, feel free to have a look at the implementations mentioned above.

TheSeg commented 11 years ago

I can do that! Are you OK with me scrapping the XML and moving over to JSON for PHP's GameStats.php and related?

koraktor commented 11 years ago

That's planned for version 2.0.0, so I'm fine with that.

TheSeg commented 11 years ago

Awesome!