add UnlockAllAreas config option

This commit is contained in:
Martin Michelsen
2024-03-18 10:03:37 -07:00
parent 93d97d3e5b
commit 325f7c6efc
5 changed files with 43 additions and 0 deletions
+6
View File
@@ -957,6 +957,12 @@
// available on the proxy server.
"CheatModeBehavior": "OnByDefault",
// Whether to unlock all areas by default in Ep1/2/4 games. If this is on,
// the Ragol warp in Pioneer 2 will allow access to all base areas (Forest 1,
// Cave 1, Mine 1, and Ruins 1 in Episode 1, for example) even if the player
// who created the game does not yet have access to those areas.
"UnlockAllAreas": false,
// Whether to enable rare drop notifications by default. Players can toggle
// this behavior for themselves with the $itemnotifs command.
"RareNotificationsEnabledByDefaultV1V2": false,