From f18451ab481a5cd1d44283e31d815cd7d68c0c92 Mon Sep 17 00:00:00 2001 From: icomrade Date: Fri, 9 Dec 2016 14:14:10 -0500 Subject: [PATCH] Fix black crush in areas of shadows --- SQF/dayz_code/init/compiles.sqf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_code/init/compiles.sqf b/SQF/dayz_code/init/compiles.sqf index 3d8009205..e863e448d 100644 --- a/SQF/dayz_code/init/compiles.sqf +++ b/SQF/dayz_code/init/compiles.sqf @@ -10,7 +10,8 @@ if (isServer) then { if (!isDedicated) then { //"filmic" setToneMappingParams [0.153, 0.357, 0.231, 0.1573, 0.011, 3.750, 6, 4]; setToneMapping "Filmic"; //"filmic" setToneMappingParams [0.07, 0.31, 0.23, 0.37, 0.011, 3.750, 6, 4]; setToneMapping "filmic"; //DayZ Vanilla - "filmic" setToneMappingParams [0.15, 0.35, 0.17, 0.115, 0.1, 5, 6, 4]; setToneMapping "filmic"; + "filmic" setToneMappingParams [0.4, 0.35, 0.18, 0.1, 0.1, 5, 6, 3.8]; setToneMapping "filmic"; + call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_padlock.sqf"; call compile preprocessFileLineNumbers "\z\addons\dayz_code\util\compile.sqf"; call compile preprocessFileLineNumbers "\z\addons\dayz_code\loot\compile.sqf";