OpenJKDF2 icon indicating copy to clipboard operation
OpenJKDF2 copied to clipboard

How to disable AA and change resolution

Open Alfmaron opened this issue 2 years ago • 2 comments
trafficstars

I want to disable AA and change resolution to work with Reshade depth buffer, is there a way to do that? Thanks

Alfmaron avatar May 04 '23 08:05 Alfmaron

Tbh no clue on Reshade stuff, though my render pipeline ~probably doesn't lend itself very well to reshade just because I don't do MVP projection matrices yet

shinyquagsire23 avatar Jun 02 '23 21:06 shinyquagsire23

Tbh no clue on Reshade stuff, though my render pipeline ~probably doesn't lend itself very well to reshade just because I don't do MVP projection matrices yet

Thanks for the replay, but the problem is AA. Is there a way to disable anti alliasing? When I change SSAA from 1.0 to 0 in display menu the screen goes black. Reshade depth buffer can't work if the AA is on. On older version I could disable AA in jkgm.json. I would just delete this lines: "antialiansing": "type": "MSAA", "samples": 2 and everything would work. Could You tell me how to disable AA in new version and not get a black screen? Thanks

Alfmaron avatar Dec 01 '23 23:12 Alfmaron