The first complaint I have is that the parts where the character is writing their blog are incredibly slow with no way to skip or speed up; it's frustrating, like watching my grandma type something out.
More importantly, this game has some big graphical issues. The character models are uncanny and creepy, and the game is badly unoptimised.
Everything is blindingly bright with no options to change the fact. I managed to make it a little better by editing the engine.ini; the first picture is the default, the second is with my changes.
I can't do any better because I know nothing about the unreal engine, I basically just tried things to see if they worked. That said if anyone wants to know what I did, I went to AppData\Local\Hot_Milf\Saved\Config\Windows, opened engine.ini, and added the following:
More importantly, this game has some big graphical issues. The character models are uncanny and creepy, and the game is badly unoptimised.
Everything is blindingly bright with no options to change the fact. I managed to make it a little better by editing the engine.ini; the first picture is the default, the second is with my changes.
I can't do any better because I know nothing about the unreal engine, I basically just tried things to see if they worked. That said if anyone wants to know what I did, I went to AppData\Local\Hot_Milf\Saved\Config\Windows, opened engine.ini, and added the following:
Code:
[SystemSettings]
r.BloomQuality=0
r.DepthOfFieldQuality=0
r.LensFlareQuality=0
[/Script/Engine.Engine]
r.gamma=1
[/Script/Engine.renderersettings]
r.TonemapperGamma=1
[ConsoleVariables]
r.BloomQuality=0
r.LensFlareQuality=0
r.DepthOfFieldQuality=0
Last edited: