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

[Better Chests] Disabled fields are hidden in Generic Mod Config Menu #82

Open
GOG1071 opened this issue Mar 27, 2024 · 0 comments
Open

Comments

@GOG1071
Copy link

GOG1071 commented Mar 27, 2024

Here is GMCM
image
and here is the config file

{
 "DefaultOptions": {
   "AutoOrganize": "Enabled",
   "CarryChest": "Enabled",
   "CategorizeChest": "Enabled",
   "CategorizeChestTags": [],
   "ChestFinder": "Enabled",
   "ChestInfo": "Disabled",
   "CollectItems": "Disabled",
   "ConfigureChest": "Enabled",
   "CraftFromChest": "Location",
   "CraftFromChestDistance": 4,
   "HslColorPicker": "Enabled",
   "InventoryTabs": "Enabled",
   "InventoryTabList": [
     "Clothing",
     "Cooking",
     "Crops",
     "Equipment",
     "Fishing",
     "Materials",
     "Misc",
     "Seeds"
   ],
   "OpenHeldChest": "Enabled",
   "ResizeChest": "Large",
   "SearchItems": "Default",
   "StashToChest": "Location",
   "StashToChestDistance": 8,
   "StashToChestPriority": 0
 },
 "CarryChestLimit": 3,
 "CarryChestSlowLimit": 1,
 "CategorizeChestMethod": "GrayedOut",
 "Controls": {
   "CloseChestFinder": "Escape",
   "ConfigureChest": "End",
   "FindChest": "LeftControl + F, RightControl + F",
   "LockSlot": "LeftAlt",
   "NextTab": "DPadRight",
   "OpenCrafting": "K",
   "OpenFoundChest": "LeftShift + Enter, RightShift + Enter",
   "PreviousTab": "DPadLeft",
   "ScrollDown": "DPadDown",
   "ScrollPage": "LeftShift, RightShift",
   "ScrollUp": "DPadUp",
   "StashItems": "Z",
   "ToggleCollectItems": "LeftControl + Space, RightControl + Space",
   "ToggleInfo": "LeftShift + OemQuestion, RightShift + OemQuestion",
   "ToggleSearch": "LeftControl + F, RightControl + F"
 },
 "CraftFromChestDisableLocations": [],
 "CraftFromWorkbench": "Location",
 "CraftFromWorkbenchDistance": 8,
 "InventoryTabMethod": "Hidden",
 "LockItem": "Default",
 "LockItemHold": true,
 "SearchItemsMethod": "GrayedOut",
 "SearchTagSymbol": "#",
 "SearchNegationSymbol": "!",
 "StashToChestDisableLocations": [],
 "StashToChestStacks": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant