I'm implementing better built models in my next mod that's soon to be announced, and I'd like to give them a dynamic light that doesn't light up the world, and in some cases, only affects the owner of the light itself. This way it can show off the different details without lighting up the world or other actors around it. But having a flag that affects actors without goemetry would be nice too.
EDIT:
Pull Request
- DontLightOthers: The inverse of DontLightSelf.
- DontLightMap: Doesn't light map terrain, but still allows for actors to be lit.