Left 4 Dead 2

Left 4 Dead 2

Night Creator [Mutation]
devlos  [developer] 30 Jul, 2020 @ 4:40pm
Requests or Ideas!
If you have any Requests for specific mutations or Idea's you like to add on this one , Feel free to comment below! :)
< >
Showing 1-1 of 1 comments
ichthyophagy 21 Oct, 2022 @ 11:15am 
i am trying to find script that create more brightness, i found a perfect dark maybe helpful for u, adjust the env_tonemap_controller

function OnActivate() { local Light = SpawnEntityFromTable("env_tonemap_controller", {spawnflags = 1}) DoEntFire( "!self", "SetTonemapScale","0.0",0.0,null,Light); DoEntFire( "!self", "SetTonemapRate","-15.0",0.0,null,Light); DoEntFire( "!self", "SetTonemapPercentBrightPixels","255.0",0.0,null,Light); DoEntFire( "!self", "SetTonemapPercentTarget","-15.0",0.0,null,Light); DoEntFire( "!self", "SetTonemapMinAvgLum","0.1",0.0,null,Light); DoEntFire( "!self", "SetAutoExposureMax","0.1",0.0,null,Light); DoEntFire( "!self", "SetAutoExposureMin","0.0",0.0,null,Light); DoEntFire( "!self", "SetBloomScale","0.1",0.0,null,Light); DoEntFire( "!self", "SetBloomScaleRange","0 0.1",0.0,null,Light); }
Last edited by ichthyophagy; 21 Oct, 2022 @ 11:23am
< >
Showing 1-1 of 1 comments
Per page: 1530 50