Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3575
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. I think you're probably modifying objects that you shouldn't be.
  2. Might you be somehow modifying the SteamID object passed to the user event? Try 4.12.1 and see if that fixes your problem.
  3. Not possible currently.
  4. I suggest that you study up on JavaScript asynchronous callbacks.
  5. Surely it's technically possible, just might be more involved than you expect.
  6. https://github.com/DoctorMcKay/node-steam-user/releases/tag/v4.12.0
  7. Doubtful. Yes, provided your persona state isn't "Offline".
  8. https://github.com/DoctorMcKay/node-steam-user#getpersonassteamids-callback
  9. Nope, methods to create/delete channels aren't yet implemented, but if you need/want them I can see if I can get around to it tonight or tomorrow. Your use-case sounds like an interesting one, so I'd like to enable you to do it.
  10. It's up to Steam when those get emitted. If the data isn't sent, it isn't emitted.
  11. It'll be a lot easier to retrieve your community inventory and just find the item with the matching ID.
  12. As of v3, properties are not converted from snake_case to camelCase. So instead of using defIndex, you need to use def_index.
  13. That is not currently possible.
  14. No, steam-user can't do anything like this.
  15. Great, glad you got it working. As an explanation for why you were getting loggedOn emitting, if accountName isn't specified or is undefined, then steam-user will log onto an anonymous user account.
  16. That looks right. Make sure your config.accountName is set properly.
  17. This isn't how you send a lobby invite. You need to use a separate kind of command which I don't believe is implemented in steam-user at this time.
  18. If the game is telling you that the blueprint is invalid, either you're trying to craft the wrong items or something weird is going on with the GC that we can't do anything about. No, the only ways to update your inventory on steamcommunity.com are to launch/quit a game, complete a trade offer containing items in that inventory, or start a real-time trading session.
  19. Sure, I guess, but there's no way around that. You just need to have enough memory.
  20. As long as you didn't set dataDirectory: null you should be fine.
×
×
  • Create New...