KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
21 stars 10 forks source link

Post-processing anti-aliasing selector is wrong. #140

Closed MoerasGrizzly closed 5 months ago

MoerasGrizzly commented 5 months ago

Heya

Currently the post-processing AA selector in the knossos options settings is off: Selecting SMAA ultra sets the command line flag -aa_preset 7

However, as per the AA preset wiki entry this is wrong: SMAA ultra is preset 6. Setting AA preset 7 will cause FSO to revert to the default.

Seems like the options menu is configured to provide a range from 1-7 rather then the 0-6 that FSO uses.

wookieejedi commented 5 months ago

Will have a PR up for this soon