joshuaferrara / node-csgo

A node-steam plugin for Counter-Strike: Global Offensive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q: what do the game_type numbers represent?

iNilo opened this issue · comments

commented

if you request the matchmaking stats ( https://github.com/joshuaferrara/node-csgo#matchmakingstatsdata-matchmakingstatsresponse )

What do the game_type values represent?
There are alot of them, I'm trying to figure out like the dangezone amount of players, the wingman queue numbers, etc...

  • 264
  • 269
  • 520
  • 525
  • 1032
  • 1034
  • 2056
  • 2058
  • 4104
  • 4106
  • 8200
  • 8202
  • 16392
  • 16394
  • 32776
  • 65544
  • 65549
  • 131085
  • 262154
  • 524298
  • 1048584
  • 2097160
  • 8388618
  • 13421773
  • 16777226
  • 26843546
  • 26843546
  • 33554440
  • 53687092
  • 67108874
"game_type": 520,
"game_type": 32776,
"game_type": 4104,
"game_type": 1048584,
"game_type": 16392,
"game_type": 1032,
"game_type": 268435464,
"game_type": 8200,
"game_type": 134217736,
"game_type": 65544,
"game_type": 2056,
"game_type": 264,
"game_type": 2097160,
"game_type": 33554440,
"game_type": 1034,
"game_type": 2058,
"game_type": 8388618,
"game_type": 8202,
"game_type": 4106,
"game_type": 536870922,
"game_type": 268435466,
"game_type": 16394,
"game_type": 16777226,
"game_type": 67108874,
"game_type": 262154,
"game_type": 524298,
"game_type": 269,
"game_type": 65549,
"game_type": 525,
"game_type": 131085,
"global_stats": {
        "players_online": 423480,
        "servers_online": 132472,
        "players_searching": 4212,
        "servers_available": 65497,
        "ongoing_matches": 17016,
        "search_time_avg": 46530,
        "search_statistics": [
            {
                "game_type": 264,
                "search_time_avg": 128555,
                "players_searching": 148
            },
            {
                "game_type": 520,
                "search_time_avg": 31962,
                "players_searching": 1768
            },
     ...
commented

Maps

Did you ever find a list of which id belongs to which map?

@m-stilling From what I know:

de_inferno: 4104
de_ancient: 2056
de_anubis: 8388616
de_mirage 32776
de_cache: 1048584
de_nuke: 8200
de_overpass: 268435464
de_vertigo: 16392
de_dust2: 520
de_train: 1032