Where is the lobby id?

Discussion in 'Planetary Annihilation General Discussion' started by warrenkc, July 30, 2014.

  1. warrenkc

    warrenkc Active Member

    Messages:
    542
    Likes Received:
    191
  2. cdrkf

    cdrkf Post Master General

    Messages:
    5,721
    Likes Received:
    4,793
  3. cwarner7264

    cwarner7264 Moderator Alumni

    Messages:
    4,460
    Likes Received:
    5,390
    As a temporary workaround, if you use PAStats, I think you can usually find it in your match history.
  4. forrestthewoods

    forrestthewoods Uber Alumni

    Messages:
    197
    Likes Received:
    705
    It appears to have been removed from the UI. This was not intended. It will get hot fixed sooner rather than later.
  5. wondible

    wondible Post Master General

    Messages:
    3,316
    Likes Received:
    2,089
    The PTE had in in-game, but that got taken down with the latest patch.

    You can get to it in the debugger, if you happen to have that set up.

    Code:
    model.gameList()
    If not, the in-game console (` key by default) will do, but it doesn't show objects nicely, so you'll have to count down to the zero-based index of the replay you want. e.g. if it was your last game, that would be 0

    Code:
    model.gameList()[0].host_id
    Fr33Lancer and cptconundrum like this.

Share This Page