mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[Bayo2] optimize rules.txt for shadow pack
This commit is contained in:
parent
1c3a2157ff
commit
f4167c179d
@ -25,16 +25,9 @@ $shadowRes = 3
|
|||||||
name = Extreme (400%, Unstable)
|
name = Extreme (400%, Unstable)
|
||||||
$shadowRes = 4
|
$shadowRes = 4
|
||||||
|
|
||||||
[TextureRedefine] # Shadows
|
[TextureRedefine] # Shadows and Dynamic Shadows
|
||||||
width = 1024
|
width = 1024
|
||||||
height = 2048
|
height = 2048
|
||||||
formats = 0x5
|
formats = 0x5,0x11
|
||||||
overwriteWidth = $shadowRes * 1024
|
|
||||||
overwriteHeight = $shadowRes * 2048
|
|
||||||
|
|
||||||
[TextureRedefine] # Dynamic Shadows
|
|
||||||
width = 1024
|
|
||||||
height = 2048
|
|
||||||
formats = 0x011
|
|
||||||
overwriteWidth = $shadowRes * 1024
|
overwriteWidth = $shadowRes * 1024
|
||||||
overwriteHeight = $shadowRes * 2048
|
overwriteHeight = $shadowRes * 2048
|
||||||
|
Loading…
Reference in New Issue
Block a user