mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 11:34:15 +01:00
[BOTW] Bloom 40x22, integer rounding, descriptions
Add - 40x22 Bloom Add - Descptions Change - 1440p Rounding resolution to nearest integer
This commit is contained in:
parent
c5ec863e0c
commit
440c06a9c8
@ -34,11 +34,12 @@ height = 288
|
|||||||
overwriteWidth = 1280
|
overwriteWidth = 1280
|
||||||
overwriteHeight = 576
|
overwriteHeight = 576
|
||||||
|
|
||||||
[TextureRedefine] #q-res1
|
[TextureRedefine] #q-res1, main bloom, AO
|
||||||
width = 320
|
width = 320
|
||||||
height = 180
|
height = 180
|
||||||
overwriteWidth = 641
|
#formatsExcluded = 0x816 #upscale of bloom may oversharpen
|
||||||
overwriteHeight = 361
|
overwriteWidth = 640 # nearest integer
|
||||||
|
overwriteHeight = 360
|
||||||
|
|
||||||
[TextureRedefine] #q-res2
|
[TextureRedefine] #q-res2
|
||||||
width = 320
|
width = 320
|
||||||
@ -52,8 +53,16 @@ height = 144
|
|||||||
overwriteWidth = 641
|
overwriteWidth = 641
|
||||||
overwriteHeight = 289
|
overwriteHeight = 289
|
||||||
|
|
||||||
[TextureRedefine] #o-res1
|
[TextureRedefine] #o-res1, medium bloom
|
||||||
width = 160
|
width = 160
|
||||||
height = 90
|
height = 90
|
||||||
overwriteWidth = 321
|
#formatsExcluded = 0x816 #upscale of bloom may oversharpen
|
||||||
overwriteHeight = 181
|
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
|
||||||
|
@ -16,7 +16,7 @@ formatsExcluded = 0x008 # exclude the intro background texture
|
|||||||
overwriteWidth = 3840
|
overwriteWidth = 3840
|
||||||
overwriteHeight = 1824
|
overwriteHeight = 1824
|
||||||
|
|
||||||
[TextureRedefine] #half-res1
|
[TextureRedefine] #half-res1, soft pass toon shader,
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
overwriteWidth = 1920
|
overwriteWidth = 1920
|
||||||
@ -34,9 +34,10 @@ height = 288
|
|||||||
overwriteWidth = 1920
|
overwriteWidth = 1920
|
||||||
overwriteHeight = 864
|
overwriteHeight = 864
|
||||||
|
|
||||||
[TextureRedefine] #q-res1
|
[TextureRedefine] #q-res1 Main bloom pass, AO
|
||||||
width = 320
|
width = 320
|
||||||
height = 180
|
height = 180
|
||||||
|
#formatsExcluded = 0x816 #upscale of bloom may oversharpen
|
||||||
overwriteWidth = 960
|
overwriteWidth = 960
|
||||||
overwriteHeight = 540
|
overwriteHeight = 540
|
||||||
|
|
||||||
@ -52,8 +53,16 @@ height = 144
|
|||||||
overwriteWidth = 960
|
overwriteWidth = 960
|
||||||
overwriteHeight = 432
|
overwriteHeight = 432
|
||||||
|
|
||||||
[TextureRedefine] #o-res1
|
[TextureRedefine] #o-res1 medium bloom pass
|
||||||
width = 160
|
width = 160
|
||||||
height = 90
|
height = 90
|
||||||
|
#formatsExcluded = 0x816 #upscale of bloom may oversharpen
|
||||||
overwriteWidth = 480
|
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
|
Loading…
Reference in New Issue
Block a user