Можно самому сделать такой "мод". В папке C:\Program Files (x86)\Origin Games\The Sims 4\Game\Bin находится файл Default.ini, в нём есть строчки, в которых прописаны цвета пламбоба и как ярко он будет светиться. Для начала нужно скопировать для себя этот файл, а потом заменить вот эти строчки:
[PlumbBob]
playeractivecolor = 0.43, 0.78, 0.12, 1.00 # green
otheractivecolor = 0.00, 0.33, 1.00, 1.00 # light aqua
notactivecolor = 0.00, 0.00, 1.00, 1.00 # blue
npccolor = 0.86, 0.86, 0.86, 1.00 # light gray
interactionnegativecolor = 1.00, 0.00, 0.00, 1.00 # red
interactionpositivelocalcolor = 0.80, 1.00, 0.75, 1.00 # bright green
interactionpositivenonlocalcolor = 0.94, 1.00, 1.00, 1.00 # bright blue
motivestatered = 1.00, 0.00, 0.00, 1.00 # red
motivestateorange = 1.00, 0.50, 0.00, 1.00 # orange
motivestateyellow = 1.00, 1.00, 0.00, 1.00 # yellow
socialgroup = 1.00, 1.00, 1.00, 0.50 # white translucent
На эти:
[PlumbBob]
playeractivecolor = 0.00, 0.00, 0.00, 0.00 # green
otheractivecolor = 0.00, 0.00, 0.00, 0.00 # light aqua
notactivecolor = 0.00, 0.00, 0.00, 0.00 # blue
npccolor = 0.00, 0.00, 0.00, 0.00 # light gray
interactionnegativecolor = 0.00, 0.00, 0.00, 0.00 # red
interactionpositivelocalcolor = 0.00, 0.00, 0.00, 0.00 # bright green
interactionpositivenonlocalcolor = 0.00, 0.00, 0.00, 0.00 # bright blue
motivestatered = 0.00, 0.00, 0.00, 0.00 # red
motivestateorange = 0.00, 0.00, 0.00, 0.00 # orange
motivestateyellow = 0.00, 0.00, 0.00, 0.00 # yellow
socialgroup = 0.00, 0.00, 0.00, 0.00 # white translucent