mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix black crush in areas of shadows
This commit is contained in:
@@ -10,7 +10,8 @@ if (isServer) then {
|
|||||||
if (!isDedicated) 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.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.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\compile\fn_padlock.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\util\compile.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\util\compile.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\loot\compile.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\loot\compile.sqf";
|
||||||
|
|||||||
Reference in New Issue
Block a user