diff --git a/src/SuperSmashBros/Graphics/rules.txt b/src/SuperSmashBros/Graphics/rules.txt index 8a5121a0..d4500e20 100644 --- a/src/SuperSmashBros/Graphics/rules.txt +++ b/src/SuperSmashBros/Graphics/rules.txt @@ -6,6 +6,7 @@ description = Allows you to change the game's resolution, shadow quality and ani version = 6 [Default] +$advancedMode:int = 0 $width = 1920 $height = 1080 $gameWidth = 1920 @@ -13,6 +14,18 @@ $gameHeight = 1080 $shadowQuality = 1 $anisotropy = 1 +# Settings Mode + +[Preset] +name = Disabled +category = Additional Downsampling Resolutions +default = 1 + +[Preset] +name = Enabled +category = Additional Downsampling Resolutions +$advancedMode:int = 1 + # Resolution [Preset] @@ -80,18 +93,6 @@ category = Resolution $width = 10240 $height = 5760 -[Preset] -name = 1680x1050 (16:10) -category = Resolution -$width = 1680 -$height = 1050 - -[Preset] -name = 1920x1200 (16:10) -category = Resolution -$width = 1920 -$height = 1200 - [Preset] name = 2560x1080 (21:9) category = Resolution @@ -104,6 +105,13 @@ category = Resolution $width = 3440 $height = 1440 +[Preset] +name = 3440x1440 (21:9) [150% downsample from 5160x2160] +category = Resolution +condition = $advancedMode == 1 +$width = 5160 +$height = 2160 + [Preset] name = 5120x2160 (21:9) category = Resolution @@ -122,6 +130,12 @@ category = Resolution $width = 5120 $height = 1440 +[Preset] +name = 7680x2160 (32:9) +category = Resolution +$width = 7680 +$height = 2160 + # Shadow Quality [Preset]