Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3631
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. You appear to be correct. It looks like the client uses the help site to change passwords now, so changing passwords through the client was probably disabled. I'll mark the method as deprecated.
  2. The owner_descriptions array is empty unless you're the owner of the item.
  3. You never defined any variable named community.
  4. There is, but it's too in-depth to go into here.
  5. You're crossing into natural language processing territory there.
  6. Set up a timer, and call gamesPlayed with the next string in the rotation each time it fires.
  7. Per the documentation, the emailInfo property is updated after all emailInfo event listeners fire.
  8. getReceivedItems can only be called when the offer is accepted and confirmed.
  9. As an update, I've gotten very basic support working in the v4 branch. Hopefully I'll be able to finish up v4 soon, at which point new chat support can be fleshed out further.
  10. You're correct that you want to use the user event. If you don't want to receive further updates for the user event, you can use removeListener.
  11. That top one looks kind of like you got a corrupt chunk. All your connect timeouts are likely due to CDN servers being down/slow to respond. Just retry. File checksum mismatch is weird, that means the decompressed/decrypted data in the chunk didn't match the sha1 we expected. And all the "Fail" errors is just Steam being Steam.
  12. Yep, that's planned. Just haven't gotten around to starting work on it (though now that it's out of beta, I don't have much reason to wait anymore).
  13. Yes, but that's a bit like cutting off your leg because you got a cut.
  14. One of the files in your local cache appears to be corrupted. I'll push a fix to handle this case.
  15. Without knowing exactly what depot you're trying to download, all I can tell you is to check each file entry in the manifest to see if flags & EDepotFileFlag.Directory.
  16. There aren't any plans for this, primary due to spam concerns.
  17. This is unlikely to ever be added to steam-user.
  18. "Cannot download a directory" means that you tried to download a directory as if it were a file. You can't do that.
  19. Don't believe so.
  20. Yeah, that's still the only way.
  21. Are you up to date?
  22. Not with any publicly-available libraries I'm aware of.
  23. GetOwnedGames returns playtime.
×
×
  • Create New...