From 538c6b66242ea35d25a47d8538e8743e53ffeff6 Mon Sep 17 00:00:00 2001 From: Beyley Thomas Date: Thu, 12 Sep 2024 19:13:22 -0700 Subject: [PATCH] Document AlexDB more accurately --- .../Endpoints/Game/Handshake/MetadataEndpoints.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Refresh.GameServer/Endpoints/Game/Handshake/MetadataEndpoints.cs b/Refresh.GameServer/Endpoints/Game/Handshake/MetadataEndpoints.cs index 5fbc8e2c..381bda88 100644 --- a/Refresh.GameServer/Endpoints/Game/Handshake/MetadataEndpoints.cs +++ b/Refresh.GameServer/Endpoints/Game/Handshake/MetadataEndpoints.cs @@ -73,7 +73,11 @@ public string NetworkSettings(RequestContext context, GameServerConfig config) "If everything works the way you like, you can safely ignore this warning."); // EnableHackChecks being false fixes the "There was a problem with the level you were playing on that forced a return to your Pod." error that LBP3 tends to show in the pod. - // AlexDB enables the "Web Privacy Settings" option on LBP1, and is required for Playlists to function + // AlexDB + // - Enables the "Web Privacy Settings" option on LBP1 + // - Enables in-game queuing on LBP1 + // - Part of the check for enabling LBP1 Playlists + // - Adds "Mm Picks" and "Lucky Dip" search options on LBP1 // OverheatingThreshholdDisallowMidgameJoin is set to >1.0 so that it never triggers // EnableCommunityDecorations, EnablePlayedFilter, EnableDiveIn enable various game features // DisableDLCPublishCheck disables the game's DLC publish check.