Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document AlexDB more accurately #661

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading