maxloo2 added a new file:
QuoteDisplay MorePLEASE REINSTALL THE MOD WHEN UPDATING TO 3.9.0, THERE HAS BEEN SOME FILE CHANGES THAT IS NON-COMPATIBLE WITH OLDER VERSIONS.
There will be NO support from me in the SPT HUB (#general-support), I have removed myself from the discord server for the time being due to "circumstances", and probably will not return any time soon. Please report your bugs and problems here in the comment section, or ping me on discord in some other SPT modding communities.
Features & Changes
- Colored background for keys and keycards according to which map they belongs to.
- Maps, Extracts, Quests and Loot information in the item descriptions.
**[New]** Add description for junk keys (previously keys that are not used anywhere are not indicated as such by the mod)
**[New]** All features can be toggled on/ off in `config.json` (see below).
- **[Updated]** Auto-update from GitHub: key information and locales can be updated without redownloading the whole mod.
**[Removed]** Key Tier List (I don't think it was actually enabled anyway).
Please refer to the original mod for more/ legacy descriptions: Better Keys [Most of the code have since be rewritten, but the idea of the mod is the same]
config.json
JSON{ "enableAutoUpdate": false, // enable auto update from GitHub (disabled by default) "backgroundColor": true, // toggle background colors "descriptionInfo": true, // toggle item descriptions "yellowMarkedKeys": false, // when true, marked keys are always yellow (vanilla behavior) "requiredInQuests": true, // Toggle Quests Info "requiredForExtracts": true, // toggle Extracts Info "behindTheLoock": true, // toggle Loot Info "backgroundColors": {...} // Please refer to config/README.md }