So, apparently, when two lights overlap, they become brighter. Is there a way to turn this off and make it so they maintain the same level of light? Perhaps a module that does the trick? All i could find online was people suggesting the Perfect Vision mod, which unfortunately doesn’t work on v11 anymore.

  • @[email protected]
    link
    fedilink
    English
    21 year ago

    This might be an effect of how lights are implemented (texture blending modes compounding) and it could very well be really hard to change without re-architecting the entire lighting system.

    • @SzethFriendOfNimi
      link
      English
      11 year ago

      Yeah They’d have to have some kind of buffer where the textures are added as a kind of “mask”and then that buffer is blended.