Issue Summary: In the lobby browser, occasionally no lobbies will show up even if difficulty is set to ‘Any’ and search distance is set to ‘World’.
However, when I switch ‘Show lobbies’ from ‘Joinable’ to ‘All’, lobbies will show up but difficulty is shown as “-” in the Difficulty column and are all unjoinable.
Note: This is similar to (or exactly the same) bug previously reported for Vermintide 2:
It has since been fixed in Vermintide 2 in patch 1.6.1.1, but this issue persists in Vermintide 1.
Fixes an issue with some lobbies not showing up in the lobby browser.
local formatted_lobby_data = {}
for key, value in pairs(lobby_data_all) do
formatted_lobby_data[string.lower(key)] = value
end
return formatted_lobby_data
Screenshots (from the post by @IamLupo linked above):