
InternalError_'s Color coded prices 1.2.0
Created by InternalError_
987 Downloads
SPT 0.0.0 Compatible
Inspiration: https://hub.sp-tarkov.com/files/file/888-color-coded-keys/
Basically you have the items colored by the value they sell for at the fleamarket
550 Downloads
Updated to SPT-AKI 3.4.0
263 Downloads
Added
Support for Color coded keys (default: false)
Support for Ammuntion expert (default: false)
Price per slot config (default: true)
Details
-
GUID
Not Available
-
License
-
Source Code
-
Latest Version VirusTotal Result
Been looking for this bad boy for a while! Please consider updating the mod, a must have in my opinion.
Cool mod. I recommend adding the following snippet to allow compatibility for MunitionsExpert and ColorCodedkeys:
if ((item._parent == “5c99f98d86f7745c314214b3” || item._parent == “5c164d2286f774194c5e69fa”) && config.disableKeys) { continue; } else if (item._parent == “5485a8684bdc2da71d8b4567” && config.disableAmmo) { continue; }
Thanks for the mod. I’m really interested in trying my own take on a mod similar to this where the JSON is more configurable/with more price brackets.