mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
[WWHD] [XCX] [MK8] 21:9 shadow flicker fix
[WWHD] [XCX] [MK8] 21:9 shadows should still scale to pow2 or they will flicker. Fixed by scaling both X and Y to Y value. [XCX] further 21:9 late game fixes
This commit is contained in:
parent
eae6d02914
commit
0eff3cf278
File diff suppressed because it is too large
Load Diff
@ -35,7 +35,7 @@ overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
width = 1024
|
||||
height = 1024
|
||||
formats = 0x005 #shadows 2 lod slices
|
||||
overwriteWidth = <?=round($scaleFactorX*1024)?>
|
||||
overwriteWidth = <?=round($scaleFactorY*1024)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1024)?>
|
||||
|
||||
#[TextureRedefine] ##gloss, reflections, don't scale
|
||||
|
@ -66,5 +66,5 @@ overwriteHeight = <?=round($scaleFactorY*33*2)?>
|
||||
width = 1024
|
||||
height = 1024
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorX*1024*2)?>
|
||||
overwriteWidth = <?=round($scaleFactorY*1024*2)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1024*2)?>
|
@ -60,7 +60,7 @@ overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
width = 1024
|
||||
height = 1024
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorX*1024)?>
|
||||
overwriteWidth = <?=round($scaleFactorY*1024)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1024)?>
|
||||
|
||||
[TextureRedefine] # Gear menu
|
||||
@ -88,7 +88,7 @@ overwriteHeight = <?=round($scaleFactorY*360)?>
|
||||
width = 512
|
||||
height = 512
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorX*1024)?>
|
||||
overwriteWidth = <?=round($scaleFactorY*1024)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1024)?>
|
||||
|
||||
[TextureRedefine] # Sun, Light Sources (plants, armor etc)
|
||||
|
Loading…
Reference in New Issue
Block a user