A mod that adds checkmarks and more detailed tooltips to items to indicate if it is needed for hideout upgrades, quests, or if it is on your wishlist
More Checkmarks
A mod for SPT-AKI that shows a colored checkmark on items needed to upgrade hideout modules and items that are on the player's wish list.
Also shows a tooltip with the list of modules the item is needed for when cursor hovers over the checkmark.
If the item is also needed for a quest or is found in raid (so should already have a checkmark) it will have the different color but will still show found in raid or the quest in the tooltip.
- A RED checkmark means the item is needed in hideout but more is needed to fulfill the requirement of at least one of the modules you need it for.
- A GREEN checkmark means the item is needed in hideout and fulfills the required amount of all the modules that need it. Note that this does not mean you have enough to upgrade all of the modules that need it. Say if you need 2 wires to upgrade a module and 3 wires to upgrade another, and you have 3 wires in total inside your stash, the checkmark will be blue but if you upgrade one of the modules, you wont have enough to upgrade the other and the checkmark will go back to red. This though, can now be changed in the config using the fulfilledAnyCanBeUpgraded setting. See config section below.
- A BLUE checkmark means the item is on the wish list.
- A MAGENTA checkmark means the item is needed for a trade/barter.
- A CYAN checkmark means the item is needed for a crafting recipe.
- The tooltip will first show "found in raid count"/"total count in stash"
- The tooltip will show individual color for each module, green, red, or blue, depending on whether you have enough of the item for the specific module or if it's on the wish list.
- The tooltip will also show the counts: (current count of the item in the stash / total count needed by all modules)
- If the "Take" option is available when trying to pick up loose loot, it will be color coded as well.
- The colors can be changed in the config. The ones above are default.
Installation
1. Download
2. Extract zip file into the game folder (Inside you game folder you should end up with /BepinEx/plugins/MoreCheckmarks and /user/mods/MoreCheckmarksBackend)
Config
There are some settings available in the provided config file described below:
- fulfilledAnyCanBeUpgraded: This setting will decide when to display a fulfilled checkmark for a hideout required item.
true means to display fulfilled when AT LEAST ONE of the hideout modules requiring this item can be upgraded with the amount of the item there is in stash
false means to display fulfilled when ALL of the hideout modules requiring this item can be upgraded
- questPrioriry, hideoutPriority, wishlistPriority, barterPriority and craftPriority: These settings will decide which checkmark to give priority to. If the item is needed for a quest, needed for a hideout module, and is on the wishlist, the one with the highest priority will be displayed. These are integers, and the greater the number, the higher the priority.
- showFutureModulesLevels: This setting will decide whether to show requirements for future hideout module levels instead of only the next one.
- showBarter: This setting will decide whether to show checkmark and tooltip for barter/trades this item is needed for.
- showCraft: This setting will decide whether to show checkmark and tooltip for crafting recipes this item is needed for.
- showFutureCraft: This setting will decide whether to show checkmark and tooltip for crafting recipes this item is needed for on hideout areas of higher level than they are now.
- needMoreColor, fulfilledColor, wishlistColor, barterColor and craftColor: These settings are used to changed the colors of the different checkmarks. needMoreColor is a light red by default, appears when you still need more of that item. fulfilledColor is a light green by default, appears when you fulfilled the requirements of all modules that require it depending on fulfilledAnyCanBeUpgraded setting. The format is [ red,green,blue ]. The values should always be in RGB in range [0 - 1]
- includeFutureQuests: This setting will decide whether to consider future quests when checking which quests an item is required for. If false, will just be as vanilla.
6.2K Downloads
Restructured most of the code for checkmarks and tooltips.
Fixes a few bugs about those and streamlines the entire process.
Note that items not found in raid will not be considered as items that can be handed in for quests, even if they can. This will be fixed eventually.
Also note that only items in stash are counted. So the count of how many items you have won't change as you grab it in raid, only once you put it in your stash.
906 Downloads
Fixed an error that could happen when the game first instantiates quests on profile load
80 Downloads
Will prevent an error if backend can't access profile info
99 Downloads
Added support for quest checkmark and tooltip to show which quests an item will be needed for in the future
973 Downloads
Added more error handling.
This should prevent but not necessarily fix bugs.
If something doesn't work, enable you bepinex console in the bepinex config and send me the errors that pop up when the mod doesn't work as expected.
398 Downloads
Fixed an error while checking if loose item is needed for any quest in certain cases causing interaction menu to not pop up
555 Downloads
4.4K Downloads
Update to SPT 3.10.0 - 33420
77.0K Downloads
Updated for 3.9.0 - 30626
73.3K Downloads
Fix for handling custom assort items with missing "parentId". These will simply not be processed by MoreCheckmarks
7.9K Downloads
Fix to handle custom quests from mods that forgot to update their database template to 3.8.0 (Artem and probably others)
Quests that don't have their database formatted properly will not function with MoreCheckmarks.
Ping their modders if you want them to fix it.
5.5K Downloads
Update for 3.8.0 - 29197
61.6K Downloads
Update to 3.7.1 - 26535
6.9K Downloads
Update to SPT 3.7.0 - 26282
16.4K Downloads
Fixed the barters building up in tooltips every time the player profile was loaded
965 Downloads
Fixed barter checkmark
165 Downloads
Added custom trader and quest support
2.3K Downloads
Fixed showCraft and showFutureCraft not being implemented
showFutureCraft is now false by default
1.6K Downloads
Adding crafting checkmark.
Cyan (light blue) will now be used for crafting checkmark by default, instead of wishlist.
Wishlist will now be dark blue by default.
14.1K Downloads
Updated for 23399, SPT 3.5.7
Added barter checkmark to know whether an item is needed for a barter/trade
Added more use of locales so quest names and item names will be localized
Reformatted the tooltips
Not quite yet...