Skip to content

Commit

Permalink
set default gamma/contrast/brightness to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Try committed Nov 13, 2023
1 parent 8bbf61c commit de35246
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions game/gothic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ Gothic::Gothic() {
defaults->set("ENGINE", "zCloudShadowScale", gpu.type==Tempest::DeviceType::Discrete); // ssao
defaults->set("INTERNAL", "vidResIndex", 0); // full-res

defaults->set("VIDEO", "zVidBrightness", 0.5f);
defaults->set("VIDEO", "zVidContrast", 0.5f);
defaults->set("VIDEO", "zVidGamma", 0.5f);

defaults->set("SOUND", "musicEnabled", 1);
defaults->set("SOUND", "musicVolume", 0.5f);
defaults->set("SOUND", "soundVolume", 0.5f);
Expand Down

0 comments on commit de35246

Please sign in to comment.