mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
Add enhancements
-Adds High Res shadows for Twilight Princess (found by Esppiral) -Adds High Res shadows for SM3DW (found by Dario FF) -Removes High Res TP shadows from Quality -Adds Low Res SM3DW shadows to Preformance
This commit is contained in:
parent
3cd2a64695
commit
edbd7b17d9
11
Enhancements/SuperMario3DWorld_HighResShadows/rules.txt
Normal file
11
Enhancements/SuperMario3DWorld_HighResShadows/rules.txt
Normal file
@ -0,0 +1,11 @@
|
||||
# Found by Dario FF on NeoGAF http://www.neogaf.com/forum/showpost.php?p=228502082&postcount=506
|
||||
[Definition]
|
||||
titleIds = 0005000010145d00,0005000010145c00,0005000010106100,0005000010180600,0005000010180700,0005000010180500
|
||||
name = "Super Mario 3D World + Captain Toad: Treasure Tracker - High Res Shadows"
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1024
|
||||
height = 1024
|
||||
formatsExcluded = 0x008,0x41A,0x033,0x034,0x035,0x431,0x235,0x433 # exclude everything but shadowmap
|
||||
overwriteWidth = 4096
|
||||
overwriteHeight = 4096
|
10
Enhancements/TwilightPrincess_HighResShadows/rules.txt
Normal file
10
Enhancements/TwilightPrincess_HighResShadows/rules.txt
Normal file
@ -0,0 +1,10 @@
|
||||
# Found by Esppiral on GBATemp http://gbatemp.net/threads/release-cemu-wii-u-emulator.399524/page-898#post-7016504
|
||||
[Definition]
|
||||
titleIds = 000500001019C800,000500001019E600,000500001019E500
|
||||
name = "Twilight Princess HD - High Res Shadows"
|
||||
|
||||
[TextureRedefine]
|
||||
width = 384
|
||||
height = 384
|
||||
overwriteWidth = 4096
|
||||
overwriteHeight = 4096
|
@ -1,7 +1,7 @@
|
||||
# todo: Finish HUD on Super Mario 3D World
|
||||
[Definition]
|
||||
titleIds = 0005000010145d00,0005000010145c00,0005000010106100,0005000010180600,0005000010180700,0005000010180500
|
||||
name = "Super Mario 3D World + Captain Toad: Treasure Tracker - No HUD"
|
||||
name = "Super Mario 3D World + Captain Toad: Treasure Tracker - No HUD (WIP)"
|
||||
|
||||
[TextureRedefine] # character icons
|
||||
width = 256
|
@ -96,3 +96,10 @@ width = 250
|
||||
height = 180
|
||||
overwriteWidth = 125
|
||||
overwriteHeight = 90
|
||||
|
||||
[TextureRedefine] # shadows
|
||||
width = 1024
|
||||
height = 1024
|
||||
formatsExcluded = 0x008,0x41A,0x033,0x034,0x035,0x431,0x235,0x433 # exclude everything but shadowmap
|
||||
overwriteWidth = 512
|
||||
overwriteHeight = 512
|
||||
|
@ -12,10 +12,4 @@ overwriteHeight = 1440
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
||||
|
||||
[TextureRedefine] # shadows
|
||||
width = 384
|
||||
height = 384
|
||||
overwriteWidth = 512
|
||||
overwriteHeight = 512
|
||||
overwriteHeight = 1440
|
@ -12,10 +12,4 @@ overwriteHeight = 2160
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 3840
|
||||
overwriteHeight = 2160
|
||||
|
||||
[TextureRedefine] # shadows
|
||||
width = 384
|
||||
height = 384
|
||||
overwriteWidth = 768
|
||||
overwriteHeight = 768
|
||||
overwriteHeight = 2160
|
@ -6,10 +6,4 @@ name = "Twilight Princess HD - 1440p (2K)"
|
||||
width = 1920
|
||||
height = 1080
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
||||
|
||||
[TextureRedefine] # shadows
|
||||
width = 384
|
||||
height = 384
|
||||
overwriteWidth = 512
|
||||
overwriteHeight = 512
|
||||
overwriteHeight = 1440
|
@ -6,10 +6,4 @@ name = "Twilight Princess HD - 2160p (4K)"
|
||||
width = 1920
|
||||
height = 1080
|
||||
overwriteWidth = 3840
|
||||
overwriteHeight = 2160
|
||||
|
||||
[TextureRedefine] # shadows
|
||||
width = 384
|
||||
height = 384
|
||||
overwriteWidth = 768
|
||||
overwriteHeight = 768
|
||||
overwriteHeight = 2160
|
Loading…
Reference in New Issue
Block a user