I am trying to report on a very small game of 4 players and the server sim speed got really bad. I tried to follow the suggestions : https://forums.uberent.com/threads/how-to-report-issues-where-the-game-is-running-slow.60973/ and I don't see a lobby id.
I think it's a bug in the current stable build that the lobby id isn't displayed under replays. I think it's already been fixed in PTE so should work properly with next build I guess.
As a temporary workaround, if you use PAStats, I think you can usually find it in your match history.
It appears to have been removed from the UI. This was not intended. It will get hot fixed sooner rather than later.
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