Jump to content
McKay Development

zeroCat

Member
  • Posts

    5
  • Joined

  • Last visited

Reputation Activity

  1. Like
    zeroCat reacted to Dr. McKay in how to join cs server with bot acc   
    That code retrieves a list of CS:GO servers and sets itself to in-game, but it doesn't join a server which is why you wouldn't see the bot in the server. It is not possible to actually join a CS:GO server from a bot, as you would have to implement VAC and nobody's been insane enough to try that.
  2. Like
    zeroCat reacted to Dr. McKay in 'friendRelationship' Bot is spamming. How can I fix?   
    You need to check the actual relationship. You're likely causing a loop by calling addFriend, which causes friendRelationship to get emitted with relationship == Friend, which calls addFriend, which emits friendRelationship which calls addFriend which...
  3. Like
    zeroCat reacted to A-Loli in no Typescript module for Visual Studio Code   
    I noticed after searching around that steam-user doesn't have a Typescript definition for Visual Studio Code, will it stay like that or will we have one in the future ?
  4. Like
    zeroCat reacted to Dr. McKay in Importing a real Clients' Sentry File   
    The hidden one is the correct one. The visible one is used as a decoy to throw off dumb users who fell for scam sites back in the day that prompted them to upload their sentry files. It always contains the same content.
    The numbers don't really have any meaning. Steam does keep a reference to the correct sentry file in config/config.vdf under InstallConfigStore>Software>Valve>Steam>SentryFile, but if you only have one hidden sentry file then that's the correct one.
  5. Thanks
    zeroCat reacted to Dr. McKay in authorizeLocalSharingDevice throws AccountNotFound   
    Do you have Steam Guard enabled? If you do, then I really don't know what the issue could be. Family Sharing support is experimental and I've not done too much testing with it.
  6. Like
    zeroCat got a reaction from Dr. McKay in authorizeLocalSharingDevice throws AccountNotFound   
    Ah, i was not aware that steam guard must be enabled to activate Family Sharing.
    I enabled Email Guard, and it works fine now.
    I did not think about this because the AccountNotFound code was throwing me off.
    Thanks for the Answer! ~solved
×
×
  • Create New...