dpjudas / UT99VulkanDrv

Vulkan, Direct3D 11 and Direct3D 12 renderer for Unreal Tournament (UT99)
Other
68 stars 8 forks source link

D3D11 renderer - screenshots look dark #34

Closed Annonymous5542 closed 2 months ago

Annonymous5542 commented 3 months ago

hello,

I've been running some comparison tests between this and other renderers, in part using in-game screenshots. Just something I noticed is that the screenshot command in-game ends up generating a dark image - using too much contrast compared to how the game actually looks.

It's just something I noticed. Using this D3D11 renderer as default since the game looks and works better on my system so I like it a lot.

Taken using the "shot" command. screenshot

dpjudas commented 3 months ago

Is GammaCorrectScreenshots enabled in UnrealTournament.ini?

Annonymous5542 commented 3 months ago

Is GammaCorrectScreenshots enabled in UnrealTournament.ini?

Looks like that was it. Set GammaCorrectScreenshots=False and they look how the game actually looks. Thanks!