flir added a new file:
QuoteDisplay MoreWARNING: fixed the autoupdate config key. It was previously named "github" it is now named "updateURL".
WARNING: fixed the config key "behindTheLoock" to "behindTheLock" so please do not copy blindly your old config file...
Features
Colored background for keys and keycards according to which map they belongs to.
Maps, Extracts, Quests and Loot information in the item descriptions.
Possibility to rename all keys to add a custom prefix based on the map they "belong to".
Key colors:
hub.sp-tarkov.com/attachment/9863/
A useful key:
hub.sp-tarkov.com/attachment/9864/
A junk key:
hub.sp-tarkov.com/attachment/9865/
JSON: Config ExampleDisplay More{ // if true, the mod will try to pull the latest db files from the given URL "enableAutoUpdate": false, // if enableAutoUpdate is true this url is used as a base to find the repository location "updateURL": "https://gitlab.com/flir063-spt/betterkeys-ng", // allow the mod to color the background of your keys "backgroundColor": true, // allow the mod to add more information about the keys in their description "descriptionInfo": true, // keep the vanila yellow marker for certain keys "yellowMarkedKeys": false, // allow the mod to indicate if the key is required for a quest "requiredInQuests": true, // allow the mod to indicate if the key is required for certain extractions "requiredForExtracts": true, // allow the mod to add tips about what you can find behind the locked door "behindTheLock": true, //if set to false this allows to NOT use a color for junk keys "enableJunkColoring": true, // if you want to have all key short names prefixed with standardized to letter codes "shortNameInfo": false, // if shortNameInfo is true, you can configure your Prefixes here, no effect otherwise "prefixes": { "Factory": "FC", "Customs": "CS", "Woods": "WD", "Shoreline": "SL", "Interchange": "IS", "The Lab": "LB", "Reserve": "RB", "Lighthouse": "LH", "Streets of Tarkov": "ST", "Ground Zero": "GZ" }, // background colors use basic colors that work with vanilla // BUT if you install https://hub.sp-tarkov.com/files/file/1509-color-converter-api/ // on your client machine you can use HTML color codes // like // Customs: #964B00, // Woods: #00FF00, "backgroundColors": { "Junk": "black", "Factory": "green", "Customs": "blue", "Woods": "tracerGreen", "Shoreline": "orange", "Interchange": "tracerRed", "The Lab": "tracerYellow", "Reserve": "violet", "Lighthouse": "red", "Streets of Tarkov": "green", "Ground Zero": "blue" } }