steam-condenser icon indicating copy to clipboard operation
steam-condenser copied to clipboard

A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers

Results 27 steam-condenser issues
Sort by recently updated
recently updated
newest added

https://steamcommunity.com/discussions/forum/14/2989789048633291344/ Could you get this change ready? We are depending on this lib (the Java version), so we hope that you or someone else with the knowledge could do the...

protocol changed
Compatibility

Hi There! I wanted to use your project in a newer laravel project, which requires monolog 2.x Are there any plans to update to 2.x, or are you opposed to...

PHP

I've built a little Sinatra webapp using steam-condenser-ruby for Svencoop (modified goldsrc engine) which seems to be working well except for large RCON queries. I can successfully login, list players/pings,...

RCON
GoldSrc servers
Ruby

Hello! When calling getPlayers() we send the regular A2S_PLAYER_Packet, and we expect S2A_PLAYER_Packet back from the server. But I get RCONGoldSrcResponsePacket back instead. Has something changed that causes this behaviour?...

Compatibility
Source servers

even just this line of code... ``acc = SteamId.from_steam_id('STEAM_0:0:16889404')`` gives me the following error... ``XML data could not be parsed: redirection forbidden: http://steamcommunity.com/profiles/76561197994044536?xml=1 -> https://steamcommunity.com/profiles/76561197994044536?xml=1`` am I missing a gem...

Im guessing this is the case, perhaps the wiki examples should be updated.

GoldSrc servers
Master servers

``` java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1967) at com.github.koraktor.steamcondenser.steam.servers.GameServer.splitPlayerStatus(GameServer.java:115) at com.github.koraktor.steamcondenser.steam.servers.GameServer.updatePlayers(GameServer.java:547) at com.github.koraktor.steamcondenser.steam.servers.GameServer.getPlayers(GameServer.java:205) at Objects.GameMe.getAllServers(GameMe.java:181) at Helpers.OnlinePlayers.cachePlayers(OnlinePlayers.java:219) at Helpers.OnlinePlayers.run(OnlinePlayers.java:261) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505) ```

RCON
protocol changed
Source servers

I'm one of the developers of [Puzzle Agent 2](http://steamcommunity.com/app/94590) and personally implemented the achievements and extended stats for the game. I'd like to get Steam Condenser on board with Puzzle...

Feature
Community

At the moment, the following two lines have to be called when retrieving the full JSON response: ``` String data = getJSON(apiInterface, method, version, params); JSONObject jsonData = new JSONObject(data);...

Feature
Community

Since the XML feed is now deprecated, This service has been provided to provide missing functionality around player game data. The operations available are: GetRecentlyPlayedGames (v1) GetOwnedGames (v1)

Feature
Community