2023-04-11 15:14:59 -04:00
|
|
|
if Engine.GetCurrentMap() ~= "core_frontend" then
|
|
|
|
return
|
|
|
|
end
|
|
|
|
|
2023-04-11 15:51:53 -04:00
|
|
|
Engine.GetLobbyMaxClients = function()
|
|
|
|
return 1
|
|
|
|
end
|
|
|
|
|
|
|
|
function IsLobbyStatusVisible()
|
|
|
|
return false
|
|
|
|
end
|
|
|
|
|
2023-04-11 15:14:59 -04:00
|
|
|
Engine.SetDvar( "lobbyMigrate_Enabled", 0 )
|
|
|
|
Engine.SetDvar( "lobbyTimerStatusVotingInterval", 11000 )
|
|
|
|
Engine.SetDvar( "lobbyTimerStatusBeginInterval", 10 )
|
|
|
|
Engine.SetDvar( "lobbyTimerStatusStartInterval", 10 )
|
|
|
|
Engine.SetDvar( "lobbyTimerStatusPostGameInterval", 10 )
|
|
|
|
Engine.SetDvar( "lobbyTimerStatusVotingInterval_Arena", 11000 )
|
2023-04-11 15:51:53 -04:00
|
|
|
|
|
|
|
require("DataSources_playlistMatchSettingsInfo")
|
|
|
|
require("DataSources_playlistCategoryMatchSettingsInfo")
|