Adjusting the brightness (Medieval Dynasty)
The game is too dark, but this can be solved by changing the Engine.ini, the functions of the Unreal engine Thefile is located
C: Users your account name AppData Local Medieval_Dynasty Saved Config WindowsNoEditor
Add to the bottom of the Engine.ini file lines
[/script/engine.renderersettings]
r.TonemapperGamma = 2.5
("1" dark, "3" bright)
[/Script/Engine.Engine]
DisplayGamma = 3.0
("1" dark, "5" very bright)
These values stand with me, you can play.
I also added a parameter for myself that removes fog.
[/script/engine.renderersettings]
r.Fog = 0
A fat minus for developers for not adding this feature to the menu.
Found here on the forum for another game.
1 Comments