Left 4 Dead 2

Left 4 Dead 2

Night Creator [Mutation]
devlos  [开发者] 2020 年 7 月 30 日 下午 4:40
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! :)
< >
正在显示第 1 - 1 条,共 1 条留言
ichthyophagy 2022 年 10 月 21 日 上午 11:15 
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); }
最后由 ichthyophagy 编辑于; 2022 年 10 月 21 日 上午 11:23
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50