shinyquagsire23 / OpenJKDF2

A cross-platform reimplementation of JKDF2 in C
Other
493 stars 39 forks source link

How to disable AA and change resolution #258

Open Alfmaron opened 1 year ago

Alfmaron commented 1 year ago

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

shinyquagsire23 commented 1 year ago

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

Alfmaron commented 7 months ago

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