Reformat resolution list (when applicable)

Changed so that now only common resolutions appear. 16:10 resolutions were added due to demand.
Only packs that don't have the reformatting are those with extra variables.
The resoluton list for 1280x720 and 1920x1080 games is in docs/resources, use this list for graphic pack development.
This commit is contained in:
Michael 2018-11-15 20:32:19 -08:00
parent 145b2d37c5
commit 38ff0febad
32 changed files with 681 additions and 1496 deletions

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,22 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine] # Game Resolution
width = 1280
height = 720

View File

@ -1,11 +1,11 @@
[Definition]
titleIds = 000500001014DB00,0005000010157E00,0005000010157F00
name = Resolution
path = "Bayonetta/Graphics/Resolution "
path = "Bayonetta/Graphics/Resolution"
description = Changes the resolution of the game.
version = 3
[[Preset]
[Preset]
name = 1280x720 (Default)
$width = 1280
$height = 720
@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,36 +35,22 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
// Common HD Resolutions
[Preset]
name = 1920x1080 (HD)
name = 1920x1080
$width = 1920
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2560x1440 (Native x2)
name = 2560x1440
$width = 2560
$height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -87,7 +59,7 @@ $gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3840x2160 (4k - Native x3)
name = 3840x2160
$width = 3840
$height = 2160
$gameWidth = 1280
@ -100,23 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine]
width = 1280
height = 720

View File

@ -12,7 +12,6 @@ $height = 720
$gameWidth = 1280
$gameHeight = 720
// For [16:9], choose resolutions that are multiples of 320x180
// Performance
[Preset]
@ -36,7 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -73,151 +72,77 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
// Common Ultrawide Resolutions
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
// For [21:9], choose resolutions that are multiples of 420x180
// Performance
[Preset]
name = (21:9) 1260x540
$width = 1260
$height = 540
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 1680x720
$width = 1680
$height = 720
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 2100x900
$width = 2100
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = (21:9) 2520x1080
$width = 2520
name = 2560x1080 ("21:9")
$width = 2560
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 3360x1440
$width = 3360
name = 3440x1440 ("21:9")
$width = 3440
$height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 5040x2160
$width = 5040
$height = 2160
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 6720x2880
$width = 6720
$height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = (21:9) 10080x4320
$width = 10080
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 13440x5760
$width = 13440
$height = 5760
$gameWidth = 1280
$gameHeight = 720
// For [48:9], choose resolutions that are multiples of 960x180
[Preset]
name = (48:9) 1920x360
$width = 1920
$height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 3840x720
name = 3840x1600 ("21:9")
$width = 3840
$height = 720
$height = 1600
$gameWidth = 1280
$gameHeight = 720
// Common 16:10 Resolutions
[Preset]
name = (48:9) 4800x900
$width = 4800
name = 1440x900 (16:10)
$width = 1440
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 11520x2160
$width = 11520
$height = 2160
name = 1680x1050 (16:10)
$width = 1680
$height = 1050
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 15360x2880
$width = 15360
$height = 2880
name = 1920x1200 (16:10)
$width = 1920
$height = 1200
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 23040x4320
$width = 23040
$height = 4320
name = 2560x1600 (16:10)
$width = 2560
$height = 1600
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 30720x5760
$width = 30720
$height = 5760
name = 2880x1800 (16:10)
$width = 2880
$height = 1800
$gameWidth = 1280
$gameHeight = 720
// Odd Requests
[Preset]
name = 3840x2400 (16:10)
$width = 3840
$height = 2400
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (43:18) 3440x1440
$width = 3440
$height = 1440
name = 5120x3200 (16:10)
$width = 5120
$height = 3200
$gameWidth = 1280
$gameHeight = 720
@ -261,7 +186,6 @@ formatsExcluded = 0x034 # Exclude 0x034 which is used for large album thumbnails
overwriteWidth = ($width/$gameWidth)* 854
overwriteHeight = ($height/$gameHeight)* 480
# All 1/2, 1/4 textures:
# - 0x001=World Lighting - Red
# - 0x005=Depth for Link and Objects
@ -462,7 +386,6 @@ formats = 0x806,0x816,0x005,0x820
overwriteWidth = ($width/$gameWidth) * 128
overwriteHeight = ($height/$gameHeight) * 48
# 0x816 - Blooms & Effects
# Heat wave effect
@ -671,7 +594,6 @@ formats = 0x806
overwriteWidth = ($width/$gameWidth) * 32
overwriteHeight = ($height/$gameHeight) * 23
# Disabled since they break stuff
# Minimap

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,7 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -58,13 +44,6 @@ $height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2560x1440
$width = 2560
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,128 +72,77 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
// Common Ultrawide Resolutions
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
// 21:9
[Preset]
name = (21:9) 1280x540
$width = 1280
$height = 540
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 2100x900
name = 2560x1080 ("21:9")
$width = 2560
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 2560x1080
$width = 2560
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 3440x1440
name = 3440x1440 ("21:9")
$width = 3440
$height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 4200x1800
$width = 4200
$height = 1800
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 5120x2160
$width = 5120
$height = 2160
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 10240x5320
$width = 10240
$height = 5320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 13760x5760
$width = 13760
$height = 5760
$gameWidth = 1280
$gameHeight = 720
// 48:9
[Preset]
name = (48:9) 1920x360
$width = 1920
$height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 3840x720
name = 3840x1600 ("21:9")
$width = 3840
$height = 720
$height = 1600
$gameWidth = 1280
$gameHeight = 720
// Common 16:10 Resolutions
[Preset]
name = (48:9) 4800x900
$width = 4800
name = 1440x900 (16:10)
$width = 1440
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 11520x2160
$width = 11520
$height = 2160
name = 1680x1050 (16:10)
$width = 1680
$height = 1050
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 15360x2880
$width = 15360
$height = 2880
name = 1920x1200 (16:10)
$width = 1920
$height = 1200
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 23040x4320
$width = 23040
$height = 4320
name = 2560x1600 (16:10)
$width = 2560
$height = 1600
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 30720x5760
$width = 30720
$height = 5760
name = 2880x1800 (16:10)
$width = 2880
$height = 1800
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3840x2400 (16:10)
$width = 3840
$height = 2400
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 5120x3200 (16:10)
$width = 5120
$height = 3200
$gameWidth = 1280
$gameHeight = 720

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,23 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine] # Game Resolution
width = 1280
height = 720
@ -124,7 +79,6 @@ formats = 0x011,0x816,0x41a,0x81e,0x810,0x21a,0x806,0x201,0x001,0x207,0x01a
overwriteWidth = ($width/$gameWidth) * 1280
overwriteHeight = ($height/$gameHeight) * 720
# Bloom (disabled, something is preventing them from being upscaled)
[TextureRedefine]
@ -169,7 +123,6 @@ formats = 0x816
#overwriteWidth = ($width/$gameWidth) * 160
#overwriteHeight = ($height/$gameHeight) * 90
# Gamepad
[TextureRedefine]

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,22 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine] # Game Resolution
width = 1280
height = 720

View File

@ -12,7 +12,6 @@ $height = 720
$gameWidth = 1280
$gameHeight = 720
// For [16:9], choose resolutions that are multiples of 320x180
// Performance
[Preset]
@ -36,7 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -73,23 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
# -----------------------------------------------------------------------------------------------------------------------------------------------
# -----------------------------------------------------------------------------------------------------------------------------------------------

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,22 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine] # Game Resolution
width = 1280
height = 720

View File

@ -4,7 +4,7 @@
#extension GL_ARB_shading_language_packing : enable
// shader 74126253134563de
// Used for: Vertical Menu Background Blur
const float resScale = float($width)/float($gameWidth);
const float resScale = float($height)/float($gameHeight);
uniform ivec4 uf_remappedVS[5];
uniform vec2 uf_windowSpaceToClipSpaceTransform;

View File

@ -4,7 +4,7 @@
#extension GL_ARB_shading_language_packing : enable
// shader dd7a19be01b7b1aa
// Used for: Vertical (Menu) Bloom Blur
const float resScale = float($width)/float($gameWidth);
const float resScale = float($height)/float($gameHeight);
uniform ivec4 uf_remappedVS[1];
uniform vec2 uf_windowSpaceToClipSpaceTransform;

View File

@ -12,7 +12,6 @@ $height = 720
$gameWidth = 1280
$gameHeight = 720
// For [4:3] resolutions that are multiples of 320x180
// Performance
[Preset]
@ -36,7 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -73,144 +72,81 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
// Common Ultrawide Resolutions
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
// For [21:9] resolutions that are multiples of 420x180
// Performance
[Preset]
name = (21:9) 1260x540
$width = 1260
$height = 540
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 1680x720
$width = 1680
$height = 720
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 2100x900
$width = 2100
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = (21:9) 2520x1080
$width = 2520
name = 2560x1080 ("21:9")
$width = 2560
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 3360x1440
$width = 3360
name = 3440x1440 ("21:9")
$width = 3440
$height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 5040x2160
$width = 5040
$height = 2160
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 6720x2880
$width = 6720
$height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiats
[Preset]
name = (21:9) 10080x4320
$width = 10080
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 13440x5760
$width = 13440
$height = 5760
$gameWidth = 1280
$gameHeight = 720
// 48:9
[Preset]
name = (48:9) 1920x360
$width = 1920
$height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 3840x720
name = 3840x1600 ("21:9")
$width = 3840
$height = 720
$height = 1600
$gameWidth = 1280
$gameHeight = 720
// Common 16:10 Resolutions
[Preset]
name = (48:9) 4800x900
$width = 4800
name = 1440x900 (16:10)
$width = 1440
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 11520x2160
$width = 11520
$height = 2160
name = 1680x1050 (16:10)
$width = 1680
$height = 1050
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 15360x2880
$width = 15360
$height = 2880
name = 1920x1200 (16:10)
$width = 1920
$height = 1200
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 23040x4320
$width = 23040
$height = 4320
name = 2560x1600 (16:10)
$width = 2560
$height = 1600
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 30720x5760
$width = 30720
$height = 5760
name = 2880x1800 (16:10)
$width = 2880
$height = 1800
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3840x2400 (16:10)
$width = 3840
$height = 2400
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 5120x3200 (16:10)
$width = 5120
$height = 3200
$gameWidth = 1280
$gameHeight = 720
# Full Res
[TextureRedefine]
width = 1280

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,23 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine] # Game Resolution
width = 1280
height = 720
@ -131,7 +86,6 @@ formats = 0x019
overwriteWidth = ($width/$gameWidth) * 640
overwriteHeight = ($height/$gameHeight) * 368
[TextureRedefine] # Blank Clip Depth Texture
width = 640
height = 360
@ -153,7 +107,6 @@ formats = 0x019
overwriteWidth = ($width/$gameWidth) * 320
overwriteHeight = ($height/$gameHeight) * 180
# Bloom
[TextureRedefine] # Bloom 1
@ -198,7 +151,6 @@ formats = 0x01a
overwriteWidth = ($width/$gameWidth) * 80
overwriteHeight = ($height/$gameHeight) * 45
# Gamepad Browser Rendering
[TextureRedefine] # Browser Cage Rendering
@ -215,7 +167,6 @@ formats = 0x019,0x80e
overwriteWidth = ($width/$gameWidth) * 854
overwriteHeight = ($height/$gameHeight) * 480
# Main Menu
[TextureRedefine] # Character selection
@ -232,7 +183,6 @@ formats = 0x019,0x80e,0x001,0x005
overwriteWidth = ($width/$gameWidth) * 196
overwriteHeight = ($height/$gameHeight) * 196
[TextureRedefine] # Character Selection DK's Fur Rendering Blank Clip Map
width = 256
height = 208
@ -317,7 +267,6 @@ formats = 0x019,0x80e
overwriteWidth = ($width/$gameWidth) * 552
overwriteHeight = ($height/$gameHeight) * 414
# Pause Menu
[TextureRedefine] # Background
@ -325,4 +274,4 @@ width = 1280
height = 720
formats = 0x01a
overwriteWidth = ($width/$gameWidth) * 1280
overwriteHeight = ($height/$gameHeight) * 720
overwriteHeight = ($height/$gameHeight) * 720

View File

@ -12,7 +12,6 @@ $height = 720
$gameWidth = 1280
$gameHeight = 720
// For [4:3] resolutions that are multiples of 320x180
// Performance
[Preset]
@ -36,7 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -73,22 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
// TV
[TextureRedefine]

View File

@ -12,7 +12,6 @@ $height = 720
$gameWidth = 1280
$gameHeight = 720
// Only works well with resolutions that are multiples of 320x180
// Performance
[Preset]
@ -36,10 +35,10 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
// Common HD Resolutions
[Preset]
name = 1920x1080 Full HD
name = 1920x1080
$width = 1920
$height = 1080
$gameWidth = 1280
@ -60,7 +59,7 @@ $gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3840x2160 4K
name = 3840x2160
$width = 3840
$height = 2160
$gameWidth = 1280
@ -73,22 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760 10K
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine]
width = 1280
height = 720

View File

@ -35,21 +35,14 @@ $height = 540
$gameWidth = 1920
$gameHeight = 1080
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
name = 1280x720
$width = 1280
$height = 720
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 1920x1080
$width = 1920
$height = 1080
$gameWidth = 1920
$gameHeight = 1080
// Common HD Resolutions
[Preset]
name = 2560x1440
@ -65,7 +58,6 @@ $height = 1800
$gameWidth = 1920
$gameHeight = 1080
# 4K Maintains Aspect Ratio
[Preset]
name = 3840x2160
$width = 3840
@ -73,14 +65,6 @@ $height = 2160
$gameWidth = 1920
$gameHeight = 1080
# New Resoltion Maintains Aspect Ratio
[Preset]
name = 4480x2520
$width = 4480
$height = 2520
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 5120x2880
$width = 5120
@ -88,22 +72,6 @@ $height = 2880
$gameWidth = 1920
$gameHeight = 1080
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1920
$gameHeight = 1080
# -----------------------------------------------------------------------------------------------------------------------------------------------
# -----------------------------------------------------------------------------------------------------------------------------------------------

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,36 +35,22 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
// Common HD Resolutions
[Preset]
name = 1920x1080 (HD)
name = 1920x1080
$width = 1920
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2560x1440 (Native x2)
name = 2560x1440
$width = 2560
$height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -87,7 +59,7 @@ $gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3840x2160 (4k - Native x3)
name = 3840x2160
$width = 3840
$height = 2160
$gameWidth = 1280
@ -100,22 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine]
width = 1280
height = 720

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,22 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine] # Game Resolution
width = 1280
height = 720

View File

@ -12,7 +12,6 @@ $height = 720
$gameWidth = 1280
$gameHeight = 720
// For [4:3] resolutions that are multiples of 320x180
// Performance
[Preset]
@ -36,7 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -73,22 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine] # Game Resolution
width = 1280
height = 720

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,22 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine] # Game Resolution
width = 1280
height = 720

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,22 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine] # Game Resolution
width = 1280
height = 720

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,128 +72,77 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
// Common Ultrawide Resolutions
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
// 21:9
[Preset]
name = (21:9) 1280x540
$width = 1280
$height = 540
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 2100x900
name = 2560x1080 ("21:9")
$width = 2560
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 2560x1080
$width = 2560
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 3440x1440
name = 3440x1440 ("21:9")
$width = 3440
$height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 4200x1800
$width = 4200
$height = 1800
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 5120x2160
$width = 5120
$height = 2160
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 10240x5320
$width = 10240
$height = 5320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 13760x5760
$width = 13760
$height = 5760
$gameWidth = 1280
$gameHeight = 720
// 48:9
[Preset]
name = (48:9) 1920x360
$width = 1920
$height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 3840x720
name = 3840x1600 ("21:9")
$width = 3840
$height = 720
$height = 1600
$gameWidth = 1280
$gameHeight = 720
// Common 16:10 Resolutions
[Preset]
name = (48:9) 4800x900
$width = 4800
name = 1440x900 (16:10)
$width = 1440
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 11520x2160
$width = 11520
$height = 2160
name = 1680x1050 (16:10)
$width = 1680
$height = 1050
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 15360x2880
$width = 15360
$height = 2880
name = 1920x1200 (16:10)
$width = 1920
$height = 1200
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 23040x4320
$width = 23040
$height = 4320
name = 2560x1600 (16:10)
$width = 2560
$height = 1600
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (48:9) 30720x5760
$width = 30720
$height = 5760
name = 2880x1800 (16:10)
$width = 2880
$height = 1800
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3840x2400 (16:10)
$width = 3840
$height = 2400
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 5120x3200 (16:10)
$width = 5120
$height = 3200
$gameWidth = 1280
$gameHeight = 720

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,77 +72,77 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
// Common Ultrawide Resolutions
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
// 21:9
[Preset]
name = (21:9) 1280x540
$width = 1280
$height = 540
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 2100x900
name = 2560x1080 ("21:9")
$width = 2560
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 2560x1080
$width = 2560
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 3440x1440
name = 3440x1440 ("21:9")
$width = 3440
$height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 4200x1800
$width = 4200
name = 3840x1600 ("21:9")
$width = 3840
$height = 1600
$gameWidth = 1280
$gameHeight = 720
// Common 16:10 Resolutions
[Preset]
name = 1440x900 (16:10)
$width = 1440
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 1680x1050 (16:10)
$width = 1680
$height = 1050
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 1920x1200 (16:10)
$width = 1920
$height = 1200
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2560x1600 (16:10)
$width = 2560
$height = 1600
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2880x1800 (16:10)
$width = 2880
$height = 1800
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 5120x2160
name = 3840x2400 (16:10)
$width = 3840
$height = 2400
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 5120x3200 (16:10)
$width = 5120
$height = 2160
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 10240x5320
$width = 10240
$height = 5320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 13760x5760
$width = 13760
$height = 5760
$height = 3200
$gameWidth = 1280
$gameHeight = 720

View File

@ -2,7 +2,7 @@
titleIds = 0005000010145D00,0005000010145C00,0005000010106100
name = Resolution
path = "Super Mario 3D World/Graphics/Resolution"
description = Changes the resolution of the game. "zoom-transitions" are also not upscaled yet.
description = Changes the resolution of the game.
version = 3
[Preset]
@ -12,7 +12,6 @@ $height = 720
$gameWidth = 1280
$gameHeight = 720
// For [4:3] resolutions that are multiples of 320x180
// Performance
[Preset]
@ -36,7 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -73,90 +72,77 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
// Common Ultrawide Resolutions
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
// For [21:9] resolutions that are multiples of 420x180
// Performance
[Preset]
name = (21:9) 1260x540
$width = 1260
$height = 540
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 1680x720
$width = 1680
$height = 720
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 2100x900
$width = 2100
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = (21:9) 2520x1080
$width = 2520
name = 2560x1080 ("21:9")
$width = 2560
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 3360x1440
$width = 3360
name = 3440x1440 ("21:9")
$width = 3440
$height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 5040x2160
$width = 5040
$height = 2160
name = 3840x1600 ("21:9")
$width = 3840
$height = 1600
$gameWidth = 1280
$gameHeight = 720
// Common 16:10 Resolutions
[Preset]
name = 1440x900 (16:10)
$width = 1440
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 6720x2880
$width = 6720
$height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiats
[Preset]
name = (21:9) 10080x4320
$width = 10080
$height = 4320
name = 1680x1050 (16:10)
$width = 1680
$height = 1050
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 13440x5760
$width = 13440
$height = 5760
name = 1920x1200 (16:10)
$width = 1920
$height = 1200
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2560x1600 (16:10)
$width = 2560
$height = 1600
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2880x1800 (16:10)
$width = 2880
$height = 1800
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3840x2400 (16:10)
$width = 3840
$height = 2400
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 5120x3200 (16:10)
$width = 5120
$height = 3200
$gameWidth = 1280
$gameHeight = 720

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,23 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine] # Game Output, 3D Rendering Style
width = 1280
height = 720
@ -124,7 +79,6 @@ formats = 0x019,0x80e,0x001,0x419,0x816
overwriteWidth = ($width/$gameWidth) * 1280
overwriteHeight = ($height/$gameHeight) * 720
# Sprite Styles
[TextureRedefine]
@ -153,4 +107,4 @@ width = 1024
height = 528
formats = 0x001
overwriteWidth = ($width/$gameWidth) * 1024
overwriteHeight = ($height/$gameHeight) * 528
overwriteHeight = ($height/$gameHeight) * 528

View File

@ -12,7 +12,6 @@ $height = 1080
$gameWidth = 1920
$gameHeight = 1080
// For [4:3] resolutions that are multiples of 320x180
// Performance
[Preset]
@ -36,15 +35,15 @@ $height = 540
$gameWidth = 1920
$gameHeight = 1080
// Quality
[Preset]
name = 1920x1080
$width = 1920
$height = 1080
name = 1280x720
$width = 1280
$height = 720
$gameWidth = 1920
$gameHeight = 1080
// Common HD Resolutions
[Preset]
name = 2560x1440
$width = 2560
@ -73,22 +72,6 @@ $height = 2880
$gameWidth = 1920
$gameHeight = 1080
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1920
$gameHeight = 1080
[TextureRedefine] # Game Resolution
width = 1920
height = 1088

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,22 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine]
width = 1280
height = 720

View File

@ -12,7 +12,6 @@ $height = 720
$gameWidth = 1280
$gameHeight = 720
// Multiples of 320x180 for aspect ratio
// Performance
[Preset]
@ -36,7 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -73,89 +72,77 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
// Common Ultrawide Resolutions
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
// For [21:9] resolutions that are multiples of 420x180
// Performance
[Preset]
name = (21:9) 1260x540
$width = 1260
$height = 540
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 1680x720
$width = 1680
$height = 720
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 2100x900
$width = 2100
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = (21:9) 2520x1080
$width = 2520
name = 2560x1080 ("21:9")
$width = 2560
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 3360x1440
$width = 3360
name = 3440x1440 ("21:9")
$width = 3440
$height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 5040x2160
$width = 5040
$height = 2160
name = 3840x1600 ("21:9")
$width = 3840
$height = 1600
$gameWidth = 1280
$gameHeight = 720
// Common 16:10 Resolutions
[Preset]
name = 1440x900 (16:10)
$width = 1440
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 6720x2880
$width = 6720
$height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiats
[Preset]
name = (21:9) 10080x4320
$width = 10080
$height = 4320
name = 1680x1050 (16:10)
$width = 1680
$height = 1050
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = (21:9) 13440x5760
$width = 13440
$height = 5760
name = 1920x1200 (16:10)
$width = 1920
$height = 1200
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2560x1600 (16:10)
$width = 2560
$height = 1600
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2880x1800 (16:10)
$width = 2880
$height = 1800
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3840x2400 (16:10)
$width = 3840
$height = 2400
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 5120x3200 (16:10)
$width = 5120
$height = 3200
$gameWidth = 1280
$gameHeight = 720

View File

@ -5,7 +5,6 @@ path = "The Legend of Zelda: The Wind Waker HD/Graphics/Resolution"
description = Changes the resolution of the game.
version = 3
[Preset]
name = 1920x1080 (HD Default)
$width = 1920

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,22 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine] # Game Resolution
width = 1280
height = 720

View File

@ -15,16 +15,9 @@ $gameHeight = 720
// Performance
[Preset]
name = 256x144
$width = 256
$height = 144
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 427x240
$width = 427
$height = 240
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
@ -35,13 +28,6 @@ $height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 854x480
$width = 854
$height = 480
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
@ -49,14 +35,7 @@ $height = 540
$gameWidth = 1280
$gameHeight = 720
// Quality
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
@ -72,13 +51,6 @@ $height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2732x1536
$width = 2732
$height = 1536
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
@ -100,22 +72,6 @@ $height = 2880
$gameWidth = 1280
$gameHeight = 720
// Enthusiast
[Preset]
name = 7680x4320
$width = 7680
$height = 4320
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 10240x5760
$width = 10240
$height = 5760
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine]
width = 1280
height = 720

View File

@ -0,0 +1,144 @@
```
[Preset]
name = 1920x1080 (Default)
$width = 1920
$height = 1080
$gameWidth = 1920
$gameHeight = 1080
// Performance
[Preset]
name = 320x180
$width = 320
$height = 180
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 640x360
$width = 640
$height = 360
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 960x540
$width = 960
$height = 540
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 1280x720
$width = 1280
$height = 720
$gameWidth = 1920
$gameHeight = 1080
// Common HD Resolutions
[Preset]
name = 2560x1440
$width = 2560
$height = 1440
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 3200x1800
$width = 3200
$height = 1800
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 3840x2160
$width = 3840
$height = 2160
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 5120x2880
$width = 5120
$height = 2880
$gameWidth = 1920
$gameHeight = 1080
//// THE FOLLOWING REQUIRE A GAME PATCH (patches.txt) FOR CUSTOM ASPECT RATIOS ////
// Common Ultrawide Resolutions
[Preset]
name = 2560x1080 ("21:9")
$width = 2560
$height = 1080
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 3440x1440 ("21:9")
$width = 3440
$height = 1440
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 3840x1600 ("21:9")
$width = 3840
$height = 1600
$gameWidth = 1920
$gameHeight = 1080
// Common 16:10 Resolutions
[Preset]
name = 1440x900 (16:10)
$width = 1440
$height = 900
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 1680x1050 (16:10)
$width = 1680
$height = 1050
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 1920x1200 (16:10)
$width = 1920
$height = 1200
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 2560x1600 (16:10)
$width = 2560
$height = 1600
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 2880x1800 (16:10)
$width = 2880
$height = 1800
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 3840x2400 (16:10)
$width = 3840
$height = 2400
$gameWidth = 1920
$gameHeight = 1080
[Preset]
name = 5120x3200 (16:10)
$width = 5120
$height = 3200
$gameWidth = 1920
$gameHeight = 1080
```

View File

@ -0,0 +1,144 @@
```
[Preset]
name = 1280x720 (Default)
$width = 1280
$height = 720
$gameWidth = 1280
$gameHeight = 720
// Performance
[Preset]
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 640x360
$width = 640
$height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
$height = 540
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1920x1080
$width = 1920
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2560x1440
$width = 2560
$height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
$height = 1800
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3840x2160
$width = 3840
$height = 2160
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 5120x2880
$width = 5120
$height = 2880
$gameWidth = 1280
$gameHeight = 720
//// THE FOLLOWING REQUIRE A GAME PATCH (patches.txt) FOR CUSTOM ASPECT RATIOS ////
// Common Ultrawide Resolutions
[Preset]
name = 2560x1080 ("21:9")
$width = 2560
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3440x1440 ("21:9")
$width = 3440
$height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3840x1600 ("21:9")
$width = 3840
$height = 1600
$gameWidth = 1280
$gameHeight = 720
// Common 16:10 Resolutions
[Preset]
name = 1440x900 (16:10)
$width = 1440
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 1680x1050 (16:10)
$width = 1680
$height = 1050
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 1920x1200 (16:10)
$width = 1920
$height = 1200
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2560x1600 (16:10)
$width = 2560
$height = 1600
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2880x1800 (16:10)
$width = 2880
$height = 1800
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3840x2400 (16:10)
$width = 3840
$height = 2400
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 5120x3200 (16:10)
$width = 5120
$height = 3200
$gameWidth = 1280
$gameHeight = 720
```