maxloo2 added a new file:
QuoteDisplay MoreI have uninstalled tarkov since I was too addicted to the game and life started getting more and more busy, I am more than happy to support/ maintain the mod but I don't really have the time and energy to keep up with the updates and stuff. If someone want to take over the project feel free to reach out to me and I will see how I can transfer the project to you. OR if you want to just copy the code from GitHub and make your own!
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 }