mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 10:09:18 +01:00
Redirect TPHD jpg to Discord, ignore jpg images
Save file size on uploads
This commit is contained in:
parent
f3d35c75dc
commit
48827ad1d5
4
.gitignore
vendored
4
.gitignore
vendored
@ -5,3 +5,7 @@
|
|||||||
# Project #
|
# Project #
|
||||||
###########
|
###########
|
||||||
docs/Gemfile\.lock
|
docs/Gemfile\.lock
|
||||||
|
|
||||||
|
# Images #
|
||||||
|
##########
|
||||||
|
*.jpg
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 6.1 MiB |
@ -1,18 +1,18 @@
|
|||||||
------
|
------
|
||||||
### TLoZ Twilight Princess HD
|
### The Legend of Zelda: Twilight Princess HD
|
||||||
------
|
------
|
||||||
### Graphic options
|
### Graphic Options
|
||||||
|
|
||||||
3840x4320 vert x2 SSAA - Runs the game at double vertical res balancing look and performance when super sampling. Run full screen scaling in stretched and bilinear when activating this option.
|
3840x4320 vert x2 SSAA - Runs the game at double vertical res balancing look and performance when super sampling. Run full screen scaling in stretched and bilinear when activating this option.
|
||||||
|
|
||||||
0.5 Sub scaling - Runs transparances and blur at half resolution, slight performance improvement (in higher resolutions).
|
0.5 Sub scaling - Runs transparencies and blur at half resolution, slight performance improvement (in higher resolutions).
|
||||||
|
|
||||||
UI 25% transp - Dims static GUI elements, making them slightly transparent. Reduces chance of burn in when using Oled or plasma display.
|
UI 25% transparency - Dims static GUI elements, making them slightly transparent. Reduces chance of burn in when using Oled or plasma display.
|
||||||
|
|
||||||
|
|
||||||
### Nice to know when creating a custom resolution
|
### Nice to know when creating a custom resolution
|
||||||
|
|
||||||
There are some issues with AO and light sources, to mitigate this some “sub” viewports need to scale evenly. XCX uses a similar approach to get smooth shadow transitions.
|
There are some issues with AO and light sources, to mitigate this some “sub” viewports need to scale evenly. XCX uses a similar approach to get smooth shadow transitions.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```
|
```
|
||||||
@ -43,6 +43,4 @@ formats = 0x001
|
|||||||
overwriteWidth = ($width/$gameWidth) * (1024*$lightSource*$scaleShader)
|
overwriteWidth = ($width/$gameWidth) * (1024*$lightSource*$scaleShader)
|
||||||
overwriteHeight = ($height/$gameHeight) * (544*$lightSource)
|
overwriteHeight = ($height/$gameHeight) * (544*$lightSource)
|
||||||
```
|
```
|
||||||
![21:9](TP21_9.jpg)
|
![21:9](https://cdn.discordapp.com/attachments/292733452590120961/667953479318503454/TP21_9.jpg)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user