-
Posts
3631 -
Joined
-
Last visited
Everything posted by Dr. McKay
-
Nope, that should work.
-
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.
-
Question Where is tradehold duration for csgo item?
Dr. McKay replied to vinegarbaba's topic in node-steam-tradeoffer-manager
The owner_descriptions array is empty unless you're the owner of the item. -
Question Error ReferenceError: community is not defined
Dr. McKay replied to RedyyPT's topic in node-steamcommunity
You never defined any variable named community. -
Question Chat commands /wait until the user sends a message/
Dr. McKay replied to tvman99's topic in node-steam-user
There is, but it's too in-depth to go into here. -
Question Chat commands /wait until the user sends a message/
Dr. McKay replied to tvman99's topic in node-steam-user
You're crossing into natural language processing territory there. -
Set up a timer, and call gamesPlayed with the next string in the rotation each time it fires.
-
emailInfo still null (not updating) when logOn is called
Dr. McKay replied to Jack's topic in node-steam-user
Per the documentation, the emailInfo property is updated after all emailInfo event listeners fire. -
Automatically redeeming steam gifts (from trade offers)
Dr. McKay replied to Revadike's topic in node-steamcommunity
getReceivedItems can only be called when the offer is accepted and confirmed. -
Question Run code only when a specified game started
Dr. McKay replied to XeoN's topic in node-steam-user
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. -
Question Auto-Download games functionality, posible?
Dr. McKay replied to Manzanitox's topic in node-steam-user
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. -
Yes, but that's a bit like cutting off your leg because you got a cut.
-
One of the files in your local cache appears to be corrupted. I'll push a fix to handle this case.
-
Question Auto-Download games functionality, posible?
Dr. McKay replied to Manzanitox's topic in node-steam-user
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. -
There aren't any plans for this, primary due to spam concerns.
-
This is unlikely to ever be added to steam-user.
-
Not presently.
-
Question Auto-Download games functionality, posible?
Dr. McKay replied to Manzanitox's topic in node-steam-user
"Cannot download a directory" means that you tried to download a directory as if it were a file. You can't do that. -
Don't believe so.
-
Yeah, that's still the only way.
-
Not with any publicly-available libraries I'm aware of.