[BOTW] Bloom 40x22, integer rounding, descriptions

Add - 40x22 Bloom
Add - Descptions
Change - 1440p Rounding resolution to nearest integer
This commit is contained in:
getdls 2017-03-18 17:31:04 +01:00
parent c5ec863e0c
commit 440c06a9c8
2 changed files with 28 additions and 10 deletions

View File

@ -34,11 +34,12 @@ height = 288
overwriteWidth = 1280
overwriteHeight = 576
[TextureRedefine] #q-res1
[TextureRedefine] #q-res1, main bloom, AO
width = 320
height = 180
overwriteWidth = 641
overwriteHeight = 361
#formatsExcluded = 0x816 #upscale of bloom may oversharpen
overwriteWidth = 640 # nearest integer
overwriteHeight = 360
[TextureRedefine] #q-res2
width = 320
@ -52,8 +53,16 @@ height = 144
overwriteWidth = 641
overwriteHeight = 289
[TextureRedefine] #o-res1
[TextureRedefine] #o-res1, medium bloom
width = 160
height = 90
overwriteWidth = 321
overwriteHeight = 181
#formatsExcluded = 0x816 #upscale of bloom may oversharpen
overwriteWidth = 320 #Nearest integer
overwriteHeight = 180
[TextureRedefine] # low detail bloom
width = 40
height = 22
#formatsExcluded = 0x816 #upscale of bloom may oversharpen
overwriteWidth = 80
overwriteHeight = 45

View File

@ -16,7 +16,7 @@ formatsExcluded = 0x008 # exclude the intro background texture
overwriteWidth = 3840
overwriteHeight = 1824
[TextureRedefine] #half-res1
[TextureRedefine] #half-res1, soft pass toon shader,
width = 640
height = 360
overwriteWidth = 1920
@ -34,9 +34,10 @@ height = 288
overwriteWidth = 1920
overwriteHeight = 864
[TextureRedefine] #q-res1
[TextureRedefine] #q-res1 Main bloom pass, AO
width = 320
height = 180
#formatsExcluded = 0x816 #upscale of bloom may oversharpen
overwriteWidth = 960
overwriteHeight = 540
@ -52,8 +53,16 @@ height = 144
overwriteWidth = 960
overwriteHeight = 432
[TextureRedefine] #o-res1
[TextureRedefine] #o-res1 medium bloom pass
width = 160
height = 90
#formatsExcluded = 0x816 #upscale of bloom may oversharpen
overwriteWidth = 480
overwriteHeight = 270
overwriteHeight = 270
[TextureRedefine] # low detail bloom pass
width = 40
height = 22
#formatsExcluded = 0x816 #upscale of bloom may oversharpen
overwriteWidth = 120
overwriteHeight = 68