configs
This commit is contained in:
parent
5f7d6b3047
commit
dfe3ccb1df
134 changed files with 157465 additions and 97 deletions
115
BepInEx/config/VIP.TommySoucy.MoreCheckmarks.cfg
Normal file
115
BepInEx/config/VIP.TommySoucy.MoreCheckmarks.cfg
Normal file
|
|
@ -0,0 +1,115 @@
|
|||
## Settings file was created by plugin MoreCheckmarks v2.0.0
|
||||
## Plugin GUID: VIP.TommySoucy.MoreCheckmarks
|
||||
|
||||
[0. Important Note]
|
||||
|
||||
## Changes don't apply immediately. To see updates: leave your current menu (e.g. stash), go to main menu, then return.
|
||||
# Setting type: String
|
||||
# Default value: Switch menus to apply changes
|
||||
Refresh Required = Switch menus to apply changes
|
||||
|
||||
[Barter & Craft]
|
||||
|
||||
## Show checkmark and tooltip for barters/trades this item is needed for.
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
Show Barter = true
|
||||
|
||||
## Show checkmark and tooltip for crafting recipes this item is needed for.
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
Show Craft = true
|
||||
|
||||
## Show crafting recipes that are not yet unlocked.
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
Show Future Craft = true
|
||||
|
||||
[Colors]
|
||||
|
||||
## Color for items where you need more (default: light red)
|
||||
# Setting type: Color
|
||||
# Default value: FF5F5FFF
|
||||
Need More Color = FF5F5FFF
|
||||
|
||||
## Color for items where requirement is fulfilled (default: light green)
|
||||
# Setting type: Color
|
||||
# Default value: 4EFF47FF
|
||||
Fulfilled Color = 4EFF47FF
|
||||
|
||||
## Color for wishlist items (default: light blue)
|
||||
# Setting type: Color
|
||||
# Default value: 3BEFFFFF
|
||||
Wishlist Color = 3BEFFFFF
|
||||
|
||||
## Color for barter items (default: magenta)
|
||||
# Setting type: Color
|
||||
# Default value: FF00FFFF
|
||||
Barter Color = FF00FFFF
|
||||
|
||||
## Color for craft items (default: cyan)
|
||||
# Setting type: Color
|
||||
# Default value: 00FFFFFF
|
||||
Craft Color = 00FFFFFF
|
||||
|
||||
[Hideout]
|
||||
|
||||
## When TRUE, shows fulfilled checkmark when AT LEAST ONE hideout module can be upgraded. When FALSE, shows fulfilled only when ALL modules can be upgraded.
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
Fulfilled Any Can Be Upgraded = true
|
||||
|
||||
## Show requirements for future hideout module levels instead of only the next one.
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
Show Future Module Levels = true
|
||||
|
||||
[Priority]
|
||||
|
||||
## Priority for quest checkmarks. Higher number = higher priority when item is needed for multiple things.
|
||||
# Setting type: Int32
|
||||
# Default value: 4
|
||||
# Acceptable value range: From 0 to 10
|
||||
Quest Priority = 4
|
||||
|
||||
## Priority for hideout checkmarks. Higher number = higher priority.
|
||||
# Setting type: Int32
|
||||
# Default value: 3
|
||||
# Acceptable value range: From 0 to 10
|
||||
Hideout Priority = 3
|
||||
|
||||
## Priority for wishlist checkmarks. Higher number = higher priority.
|
||||
# Setting type: Int32
|
||||
# Default value: 2
|
||||
# Acceptable value range: From 0 to 10
|
||||
Wishlist Priority = 2
|
||||
|
||||
## Priority for barter checkmarks. Higher number = higher priority.
|
||||
# Setting type: Int32
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0 to 10
|
||||
Barter Priority = 1
|
||||
|
||||
## Priority for craft checkmarks. Higher number = higher priority.
|
||||
# Setting type: Int32
|
||||
# Default value: 0
|
||||
# Acceptable value range: From 0 to 10
|
||||
Craft Priority = 0
|
||||
|
||||
[Quests]
|
||||
|
||||
## Consider future quests when checking which quests an item is required for. If false, behaves like vanilla.
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
Include Future Quests = true
|
||||
|
||||
## Show the number of prerequisite quests needed before each quest becomes available. Quests are sorted by prerequisite count with color coding: Green (0 prereqs), Yellow (1-9), Gray (10+).
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
Show Prerequisite Count = true
|
||||
|
||||
## When enabled, quest checkmarks will appear on items even if they aren't found in raid. Useful if your SPT is configured to accept non-FIR items for quest turn-ins.
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
Show Quest Checkmarks for Non-FIR Items = false
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue