Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 25

Thread: How do you read the Player Flags and Game Flags from querying a server?

  1. #1
    «CE»toXic! taterSALAD's Avatar
    Join Date
    Feb 2007
    Location
    Oklahoma.
    Posts
    43

    How do you read the Player Flags and Game Flags from querying a server?

    [player_flags] => 1573916676,1090
    [game_flags] => 8235

    I get these, and they change from gametype to gametype, and I'd like to know how to parse/read them.
    Does anybody know how to?

    Halo CE and Halo PC servers.
    Reply With Quote

  2. #2
    Senior Member Vicky's Avatar
    Join Date
    May 2007
    Location
    Up there...
    Posts
    874

    Re: How do you read the Player Flags and Game Flags from querying a server?

    Check out the source from a Querytool: http://nikon.bungie.org/news.html?item=7667 (the release the package link).
    Reply With Quote

  3. #3
    «CE»toXic! taterSALAD's Avatar
    Join Date
    Feb 2007
    Location
    Oklahoma.
    Posts
    43

    Re: How do you read the Player Flags and Game Flags from querying a server?

    Thanks for that! I checked the source out, but I didn't find anything in it that parsed the data received. It gets the variable, but doesn't do anything with it.
    Reply With Quote

  4. #4
    «CE»toXic! taterSALAD's Avatar
    Join Date
    Feb 2007
    Location
    Oklahoma.
    Posts
    43

    Re: How do you read the Player Flags and Game Flags from querying a server?

    Does anybody know how to do it?
    Reply With Quote

  5. #5
    Senior Member Vicky's Avatar
    Join Date
    May 2007
    Location
    Up there...
    Posts
    874

    Re: How do you read the Player Flags and Game Flags from querying a server?

    The data is parsed to the si struct in the ParseInfo function, that data is printed by the PrintBody function. I wouldn't bother that much how the data is parsed, that's a bunch of pointer operations...

    What are you programming in btw?
    Last edited by Vicky; March 22nd, 2010 at 06:52 PM.
    Reply With Quote

  6. #6
    «CE»toXic! taterSALAD's Avatar
    Join Date
    Feb 2007
    Location
    Oklahoma.
    Posts
    43

    Re: How do you read the Player Flags and Game Flags from querying a server?

    PHP. I'm pulling the data from the server, and spitting out the relevant data.
    Reply With Quote

  7. #7
    Senior Member Vicky's Avatar
    Join Date
    May 2007
    Location
    Up there...
    Posts
    874

    Re: How do you read the Player Flags and Game Flags from querying a server?

    Can't be that hard, i've seen sites do that already.
    Reply With Quote

  8. #8
    «CE»toXic! taterSALAD's Avatar
    Join Date
    Feb 2007
    Location
    Oklahoma.
    Posts
    43

    Re: How do you read the Player Flags and Game Flags from querying a server?

    I'm pulling the data, and I get it, but I do not know how to parse the two variables I mentioned in the first post.

    I get Players, Map name, etc, but I don't know the meaning of game_flags or player_flags
    Reply With Quote

  9. #9
    Senior Member Vicky's Avatar
    Join Date
    May 2007
    Location
    Up there...
    Posts
    874

    Re: How do you read the Player Flags and Game Flags from querying a server?

    Ah yes... that's pretty specific and i have no idea, perhaps Korn can help you out.. if he wants to share that info when available... What more would you need anyway from all the data you're getting already?
    Reply With Quote

  10. #10
    «CE»toXic! taterSALAD's Avatar
    Join Date
    Feb 2007
    Location
    Oklahoma.
    Posts
    43

    Re: How do you read the Player Flags and Game Flags from querying a server?

    Here's the page I got so far.

    http://www.combatexpertsclan.com/ind...d=16&Itemid=70

    What I'm trying to get it more information, such as flag captures to win, etc..
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •