Jump to content
McKay Development

diegob

Member
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    diegob got a reaction from Dr. McKay in [node-globaloffensive] Connection to CS2 Game Coordinator times out   
    Hey Dr. McKay, Just wanted to say thanks a lot for your help.
    Really appreciate you taking the time to look at it!
  2. Like
    diegob reacted to Dr. McKay in [node-globaloffensive] Connection to CS2 Game Coordinator times out   
    You're far more than one step away. Joining a community server is not supported and never will be, as you'd have to implement VAC which nobody has been insane enough to try.
  3. Like
    diegob reacted to Dr. McKay in [node-globaloffensive] Connection to CS2 Game Coordinator times out   
    Where are you getting a 'ready' event from? No such event exists in globaloffensive. It's connectedToGC.
  4. Like
    diegob reacted to Dr. McKay in [node-globaloffensive] Connection to CS2 Game Coordinator times out   
    It wouldn't show as in-game on the profile unless you set your persona state to Online with the setPersona() method, although that wouldn't affect connecting to the GC.
    Are you still using your modifications to global offensive? Try getting rid of those, as those weren't your problem.
  5. Like
    diegob reacted to Dr. McKay in [node-globaloffensive] Connection to CS2 Game Coordinator times out   
    Set your client's persona state to Online and then check the account's Steam profile to make sure it's actually launching CS. If it doesn't appear as in-game, you're doing something else wrong.
  6. Like
    diegob reacted to Dr. McKay in [node-globaloffensive] Connection to CS2 Game Coordinator times out   
    client.gamesPlayed = [730]; // Announce we are "playing" CS2 This is your problem. The correct usage is:
    client.gamesPlayed([730]);  
  7. Like
    diegob reacted to Dr. McKay in [node-globaloffensive] Connection to CS2 Game Coordinator times out   
    I'm not aware of any other requirements like you describe. Are you sure that you're logging onto Steam correctly?
  8. Like
    diegob reacted to Dr. McKay in [node-globaloffensive] Connection to CS2 Game Coordinator times out   
    No, there's no other prerequisite. Were you previously using these accounts for something like requesting item data? I've heard reports of people having their accounts "banned" from connecting to the GC after doing so.
  9. Like
    diegob reacted to Dr. McKay in [node-globaloffensive] Connection to CS2 Game Coordinator times out   
    The latest version of globaloffensive is working fine for me. Do your accounts own a CS2 license?
×
×
  • Create New...