Now use the Epoch Config to setup a perfect nighttime
https://github.com/EpochModTeam/Epoch/blob/release/Sources/epoch_config/Configs/CfgEpochClient.hpp#L62
Use this:
niteLight[] = {1,666,10000};
The 666 is a very nice and bright night
420 is moderate nights and should be the goto brightness here
300 is dark enough to call hardcore but still playable af
Old Info using color corrections:
Yes guys this is not too hard to accomplish
Steps:
1. Find your moonlit night and time for server start
2. Play around with some corrections
3. start your server
Answers ye all seek:
1. In your epochconfig.hpp change this line
StaticDateTime[] = {2035,6,10,21,30};
2. call this corrections.sqf from your init.sqf
[]execVM "corrections.sqf";
Save this code as corrections.sqf and put it in your mission folder.
"ColorCorrections" ppEffectEnable true;"ColorCorrections" ppEffectAdjust [0.88, 0.88, 0.04, [0.2, 0.29, 0.4, -0.22], [1, 1, 1, 1.3], [0.15, 0.09, 0.09, 0.0]];"ColorCorrections" ppEffectCommit 0;
3. FUCKING ENJOY!
Update: play around with the 0.04 setting for gamma changes. 0.06 is perfect for an all night server. 0.04 was tested on day and night and was not too washed out during the daytime.
- Suppe, Darth_Rogue, fr1nk and 3 others
-
6