2018-08-01 09:50:51 +02:00
[Definition]
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
2018-10-31 11:03:04 +01:00
name = Anti-Aliasing
path = "The Legend of Zelda: Breath of the Wild/Graphics/Anti-Aliasing"
2018-12-04 05:42:04 +01:00
description = Enables or Disables Native Botw Anti-Aliasing. Also includes an alternative FXAA implementation. Check the "Anti-Aliasing/rules.txt" file in your Botw AA graphicPack folder for info about the individual settings.
2018-10-31 11:03:04 +01:00
version = 3
2018-08-01 09:50:51 +02:00
2018-10-31 11:03:04 +01:00
[Preset]
2018-12-03 06:05:15 +01:00
name = Disable Native AA
2018-10-31 11:03:04 +01:00
$preset:int = 0
2018-12-03 06:05:15 +01:00
#
2018-12-04 05:42:04 +01:00
$inventorySharper = 0.0 # Ignore
$inventoryBlurrier = 0.0 # Ignore
$worldSharper = 0.0 # Ignore
$worldBlurrier = 0.0 # Ignore
2018-12-03 06:05:15 +01:00
#
$subPix = 0.75 # Ignore
$edgeThreshold = 0.0166 # Ignore
$edgeThresholdMin = 0.0833 # Ignore
2018-10-31 11:03:04 +01:00
[Preset]
2018-12-03 06:05:15 +01:00
name = Enable Native AA
2018-10-31 11:03:04 +01:00
$preset:int = 1
2018-12-03 06:05:15 +01:00
#
2018-12-04 05:42:04 +01:00
$inventorySharper = 0.0
$inventoryBlurrier = 0.0
$worldSharper = 0.0
$worldBlurrier = 0.0
2018-12-03 06:05:15 +01:00
#
$subPix = 0.75 # Ignore
$edgeThreshold = 0.0166 # Ignore
$edgeThresholdMin = 0.0833 # Ignore
2018-10-31 11:03:04 +01:00
[Preset]
name = FXAA
$preset:int = 2
2018-12-03 06:05:15 +01:00
#
2018-12-04 05:42:04 +01:00
$inventorySharper = 0.0 # Ignore
$inventoryBlurrier = 0.0 # Ignore
$worldSharper = 0.0 # Ignore
$worldBlurrier = 0.0 # Ignore
2018-12-03 06:05:15 +01:00
#
$subPix = 1.0
$edgeThreshold = 0.0125
$edgeThresholdMin = 0.0625
2018-12-04 05:42:04 +01:00
# Adjust native AA implmentation - Only applies to Enabled preset
# --- keep one of the varaibles at 0 while adjusting the other one
# Sharper : Values - [0.0 - 1.0] - Recommended to Raise in increments of 0.1
# Blurrier : Values - [1.0 - 0.0] - Recommended to Lower in decrements of 0.1
2018-08-01 09:50:51 +02:00
# Subpix:
# Choose the amount of sub-pixel aliasing removal.
# This can affect sharpness.
# 1.00 - upper limit (softer)
# 0.75 - default amount of filtering
# 0.50 - lower limit (sharper, less sub-pixel aliasing removal)
# 0.25 - almost off
# 0.00 - completely off
# EdgeThreshold:
# The minimum amount of local contrast required to apply algorithm.
# 0.333 - too little (faster)
# 0.250 - low quality
# 0.166 - default
# 0.125 - high quality
# 0.063 - overkill (slower)
# EdgeThresholdMin:
# Trims the algorithm from processing darks.
# 0.0833 - upper limit (default, the start of visible unfiltered edges)
# 0.0625 - high quality (faster)
# 0.0312 - visible limit (slower)
# Credit: Kiri, NAVras
2018-10-31 11:03:04 +01:00
# Credit: SkalFate for proper V3 Import.