Feedback LED (Detroit: Become Human)

Feedback LED (Detroit: Become Human) 1.0

Please register for a free account to download
This mod adds the feedback 'LED' from Detroit: Become Human to her temple, that will change colors depending on certain conditions and flash intermittently. Rate of flashing will also be influenced by said conditions.
Untitled1.png Untitled2.png Untitled3.png Untitled.png
There are two versions of this mod for two color calculation options ('totalPercentage' is represented as a decimal, and what it does will be explained after this section):
  • 'Vanilla' - color is dependent on vigor, breath level, and pass out factor
    • Formula:
      • totalPercentage = her.vigour / 1050 + g.breathLevel / g.breathLevelMax + her.passOutFactor / her.passOutMax * 2;
      • totalPercentage += Math.max(0, (1 - her.eye.ball.highlights.alpha) * 3.2 - 1);
  • 'Blush Based' - color is dependent on current blush alpha (meant for use with dynamicBlushing)
    • Formula:
      • totalPercentage = her.blush.alpha * 2.6 / (her.eye.ball.highlights.alpha + 0.2);
      • totalPercentage += Math.max(0, (1 - her.eye.ball.highlights.alpha) * 2 - 1);
  • Note that both versions take into account eye highlight alpha. This is a lazy implementation of compatibility with progressiveExhaustion:
    • If using progressiveExhaustion, assuming the eye highlight decrease effect is enabled, this will add a bonus value to the 'totalPercentage'
      • For the 'blush based' option, color will still be accurate even while blush decreases due to exhaustion
    • If not using progressiveExhaustion, this should have no effect
Colors:
Blue - default
Yellow - totalPercentage > 1, or just woke up
Red - totalPercentage > 2, or passed out
Grey - while 'flashing', or breathing is off

As 'totalPercentage' gets closer to the threshold of the next color change, flashing rate will increase moderately.

The LED appears under vanilla eyewear and most vanilla hair but I haven't tested it with other mods.
Author
YoBoi
Downloads
713
Views
3,464
First release
Last update
Rating
4.50 star(s) 2 ratings

More resources from YoBoi

Latest reviews

Love the mod, and a fan of the game, but I was also wondering, did you have plans do to Kara's outfit that we see her wearing in her playable chapter?
Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.