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

Puzzle Agent 2: Extended Stats Support #209

Open
TheSeg opened this issue Apr 26, 2013 · 6 comments
Open

Puzzle Agent 2: Extended Stats Support #209

TheSeg opened this issue Apr 26, 2013 · 6 comments

Comments

@TheSeg
Copy link

TheSeg commented Apr 26, 2013

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
Copy link
Owner

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
Copy link
Author

TheSeg commented Apr 26, 2013

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

@koraktor
Copy link
Owner

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
Copy link
Author

TheSeg commented Apr 26, 2013

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
Copy link
Owner

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

@TheSeg
Copy link
Author

TheSeg commented Apr 29, 2013

Awesome!

@koraktor koraktor added this to the 2.0.0 milestone Feb 3, 2018
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

2 participants