Reduce/Disable HDR autoexposure on one brush or material
I created an animated texture that shows some information on a computer screen.
Of course it is set to $selfillum 1 since a screen has a backlight 
The Problem is if hdr's matautoexposuremax is set to anything higher than 1 the text is not really readable anymore and the whole screen looks very unrealistic.. also it takes way too long to reach autoexposuremin and the player practically has to touch the screen in order to be able to read the text.
Now i know that i could just use a trigger to lower the autoexposure levels but since there are other light sources nearby (also the room light) I don't want to do that.
So does anybody know a way how to define a brush / material that is not affected by hdr or set its autoexposuremax value?? I don't want to make a mod so id rather not program a custom shader.. i tried UnlitGeneric and LightmappedGeneric with no luck.. Also i found out that all $selfillum surfaces are affected by hdr not only if they also generate light (with lights.rad). But like in lights.rad I guess there must be a possibility to define how bright the surface is when compiled with hdr.. since hdr normally is brighter than ldr..
nfortunately I think the autoexposure is just fixed for any lightsource / $selfilum surfface. Also I think its applied after rendering.. so there might not be any possibility to have the surface lit and not overbrightened by hdr 
I'm really really desperate since I tried like everything but can't get it to work so id appreciate ANY hints!! thx a lot!
BB
You could, though, probably use any texture as base instead, and add the custom screen texture as overlay. My test element signage (also with $selfillum) didn't get overbrightened at all, I figure that has to do with those being overlays...
One of my signage vmt's looks something like this:
LightMappedGeneric
{
$basetexture "FourthReaper/fr_signage_acidious_boxsnatcher"
$surfaceprop glass
$selfillum 1
$decal 1
"%keywords" portal2
}
Hope that helps!
If not, sorry...
I hope someone with a better understanding of all of this than me comes along.
Unfortunately it did not work
Maybe I also missunderstood you.
First thing I tried was creating an overlay / decal according to your vmt (also with selfillum, not using any other lightsources). Unfortunattely it overbrights as well (allthough I had the feeling that it goes to exposuremin faster)
Second I tried to put the screen texture with $selfillum 0 on a surface that has a white light texture, thereby illuminating the overlay as the overlay had selfillum 1 but the overbright happens anyway..
Third I tried also a texture /overlay with selfillum 0 and indirectly lit it with a spotlight.. unfortunatelly also overbrights..
So it seems no matter how I get the texture lit it will always overbright sooner or later.. alldough to be honest I also testet it with autoexposuremax and min set to 5.. but since I don't want it to get affected by those parameter in any way I guess thats necessary.
(( damn! when do they begin to implement real physics !
not like in hdr before..
The default HDR brightness of the Source engine is a lot brighter than what most of these settings use, so just doing this might solve your problem. (Or at least make it less bad.)