Commit Graph

110 Commits

Author SHA1 Message Date
NAVras-Z
df950f92d5 workaround upscaled blur pixelation (#97)
the old way used in menu blur is kinda hacky (cuz i found the games's original blur is
linear sampled 5x5, not jump lines), and seems to have some negative effect when used on bloom (pixelation)
so back to increasing taps, however as the image size goes up, it becomes quite harder/impossible to get the same blurry result for some reason. 5x5 menu blur ends up in 100 taps in 10k to get the similar blur, and 9x9 used in bloom is even blurrier... so i give up trying to get the same blur by increasing a lot taps, but just scale linearly to fix pixelation first and wait for a better solution.
also the texturesize() returns weird value when mipmap is present, so changed to calculate the image size from the data passed from vertex shader (as we already figured out what blur is used so offset is known).
2017-10-07 21:24:22 -07:00
Michael
ddae73d4e2 Merge branch 'master' into BLOOM 2017-10-07 16:57:22 -07:00
Michael
0a76fbeb27 [BotW] scale shadows automatically in packs
Since shadow resolution is limited by 640x360, might as well put them in the packs and scale them by the pack factor
2017-10-07 16:56:25 -07:00
Michael
a7da90fb8b [BotW] apply SM3DW bloom fix
Renamed shaders, but it does fix the bloom.
2017-10-07 09:49:32 -07:00
Michael
386882fa8d [Splatoon] add zoom blur
https://cdn.discordapp.com/attachments/292733452590120961/366250779683717120/sub.png
https://cdn.discordapp.com/attachments/292733452590120961/366250788059873300/main.png
2017-10-07 09:10:11 -07:00
Michael
b5a47f43fe General cleanup 2017-10-07 07:37:25 -07:00
alexkiri
5d730e6afa Contrasty disabled by default in BotW resolution packs (#94)
* Edited Contrasty to be disabled by default in all of the Quality&Enthusiast Resolution packs.
2017-10-06 19:29:10 +02:00
alexkiri
686171f717 Antialiasing restoration (#93)
[BOTW] Make default AA resolution independent
2017-10-06 09:14:04 +02:00
NAVras-Z
521cf3bd8d fix camera rune dof blur using the same method as zl focus (#91)
* fix camera rune dof blur using the same method as zl focus

* too much?

compared screenshot, previous radius seems too large

* fix

NAVrasZ The Fuzzy Head
2017-10-05 19:14:51 -07:00
Michael
7543dfac97 Fix Woolly World version 2 2017-10-05 19:11:06 -07:00
Michael
2a9f52cfd2 finish adding version 2
gave up on waiting, plus people complained about the packs that were outdated
2017-10-05 19:08:28 -07:00
Michael
9ed2dab313 [Sploot] Transfer over BotW DoF fix
Apparently share the same shader, discovered by Crementif in Cemu Discord
2017-10-05 17:04:04 -07:00
Milan
bcf5c76ecb Super Mario 3D World & Captain Toad Treasure Tracker upscaling fixed with general blur fix
Fixed Blur of various levels, mainly made for Captain Toad Treasure Tracker which had various issues like having weird issues with light dots having a grid of dots around it.
2017-10-03 21:13:08 +02:00
Milan
02c824f327 Pulled recent changes, made mergeable with Slashiee's master, fixed Cemu 1.10.0 support
Cemu 1.10.0 made some changes which are causing the blur radius to be less on Cemu 1.10.0 due to a blur layer which changed size (for Mario kart 8). Can't do much about it. I used Cemu 1.10.0 as a guideline, but backwards compatibility is still here.
2017-10-03 20:54:50 +02:00
Milan
6a4494faa1 Merge branch 'master' into master 2017-10-03 20:26:30 +02:00
Michael
bcb9454a89 Merge branch 'master' of https://github.com/slashiee/cemu_graphic_packs 2017-10-01 20:49:03 -07:00
Michael
d0ad823a28 [Sploot] Increase Color Depth 2017-10-01 20:49:02 -07:00
NAVras-Z
a3f25148b0 [BOTW] Update ZL focus blur (#89)
approximate circle point spread
add one line to decide if it's in the radius
no more squarish no more workaround
2017-10-01 22:40:58 +02:00
Crementif
e689e313b0 Proper scaling of Mario Kart 8 and Splatoon Blur Fix
Might or might not have caused an issue, but it's fixed regardless.
2017-10-01 15:54:03 +02:00
Crementif
74a298d9b3 Mario Kart 8 (improved) and Splatoon General Blur Fix
- Mario Kart 8 now has the general blur fix, added to Quality&Enthusiast. Showcase
 + Fixed previous low radius
 + Added support for all resolutions by using general blur fix
 + Details: Used Horizontal&Vertical blur, 2 shaders added

- Splatoon now has the general blur fix, added to Quality&Enthusiast. Showcase
 + Details: Used Horizontal&Vertical blur, 2 shaders added
2017-10-01 14:44:14 +02:00
Milan
39757a4b2b Merged changes made in the Slashiee's master to my fork. (#1)
* Fixed inventory Link AA Removal's name as it didn't work before, added comments to those shaders. (#87)

* Fixed Inventory FXAA naming, added comments to those shaders

Pretty much a fix, should definitely work now. A comparision can be seen here: http://screenshotcomparison.com/comparison/118920 . Keep in mind that the one on the left side has BotW Anti-Aliasing and the one on the right has this shader enabled. I didn't use any FXAA from my Nvidia GPU.

* Whoops, it didn't fix the replacement FXAA, but rather the AA Removal

Fixed AA Removal file names (didn't work before) and added comments to those files.

* [BOTW] Add custom blur shaders (#86)

* Fix some pixelated blur in high res

* forgot to add rule

* double offset to get similar blur

more powah

* move into every res pack (excepth res<= 720)

credit to @JoelAlone for finding the what those values does.
ps: why github changes file hash...?

*  [BOTW] FXAA (#88)

* Added resolution independent FXAA for BotW

* Renamed to give FXAA priority over base graphics packs
2017-10-01 14:06:04 +02:00
NAVras-Z
2c3d552cbf [BOTW] Add custom blur shaders (#86)
* Fix some pixelated blur in high res

* forgot to add rule

* double offset to get similar blur

more powah

* move into every res pack (excepth res<= 720)

credit to @JoelAlone for finding the what those values does.
ps: why github changes file hash...?
2017-09-30 00:01:54 +02:00
Milan
bcd04fc229 Fixed inventory Link AA Removal's name as it didn't work before, added comments to those shaders. (#87)
* Fixed Inventory FXAA naming, added comments to those shaders

Pretty much a fix, should definitely work now. A comparision can be seen here: http://screenshotcomparison.com/comparison/118920 . Keep in mind that the one on the left side has BotW Anti-Aliasing and the one on the right has this shader enabled. I didn't use any FXAA from my Nvidia GPU.

* Whoops, it didn't fix the replacement FXAA, but rather the AA Removal

Fixed AA Removal file names (didn't work before) and added comments to those files.
2017-09-29 23:56:12 +02:00
Crementif
858535f121 Whoops, it didn't fix the replacement FXAA, but rather the AA Removal
Fixed AA Removal file names (didn't work before) and added comments to those files.
2017-09-29 23:52:40 +02:00
Crementif
915ad6ee7c Fixed Inventory FXAA naming, added comments to those shaders
Pretty much a fix, should definitely work now. A comparision can be seen here: http://screenshotcomparison.com/comparison/118920 . Keep in mind that the one on the left side has BotW Anti-Aliasing and the one on the right has this shader enabled. I didn't use any FXAA from my Nvidia GPU.
2017-09-29 23:40:07 +02:00
JoelAlone
2e61bcc79c [BOTW] Merge AA removal with contrastry (optional) with quality and enthusiast graphic packs
Because currently upscaling BoTW breaks AA I'm merging AA removal and contrastry (can be turned on in shader f14bb57cd5c9cb77) with quality and enthusiast packs
2017-09-26 17:40:40 +02:00
JoelAlone
0ef4de084c [BOTW] Add action blur upscaling
before:
https://cdn.discordapp.com/attachments/292733452590120961/361667088420438016/unknown.png
after:
https://cdn.discordapp.com/attachments/292733452590120961/361681695998738433/unknown.png
2017-09-25 03:14:46 +02:00
Jorl
d03977f094 Better color depth on blurred menu and inventory backgrounds, and added format exclusion to 1080uw at 640x360 (#84)
* [BOTW] Added format exclusion to 1080uw at 640x360

* [BOTW] Better color depth on blurred menu and inventory backgrounds
2017-09-24 10:51:02 -07:00
Jorl
cfbc0e63b7 [BOTW] Update quality and enthusiast packs (#83)
* [BOTW] Update quality packs

Updated BOTW  graphic packs, list of fixes:
-resolution is now upscaled in:
  • dyeing ingredients inventory
  • blur behind stable and shop menu
  • dialog box
  • campfire ui box
  • selection boxes
  • new item box
  • some blur related shit (visible in some menus)
  • 3d minimap model of divine beasts and hyrule castle
  • hero's path mode
  • tutorial popups - open inventory, choose weapon, change bow...
-videos thumbnails are now visible
-color depth has been increased, so there is far less banding now
-map and minimap are now in better quality

Gallery of changes: https://imgur.com/a/XNYb4

* [BOTW] Update Enthusiast packs

list of fixes:
-resolution is now upscaled in:
• dyeing ingredients inventory
• blur behind stable and shop menu
• dialog box
• campfire ui box
• selection boxes
• new item box
• some blur related shit (visible in some menus)
• 3d minimap model of divine beasts and hyrule castle
• hero's path mode
• tutorial popups - open inventory, choose weapon, change bow...
-videos thumbnails are now visible
-color depth has been increased, so there is far less banding now
-map and minimap are now in better quality

Gallery of changes: https://imgur.com/a/XNYb4

* Update rules.txt

* [BOTW] removed unnecessary empy lines from gamepad rules

* [BOTW] Fixed texture format overwrite
2017-09-23 13:09:30 -07:00
Michael
e7f09f453d [Nintendo Land] add balloon flight shadow resolution 2017-09-23 10:19:53 -07:00
Michael
2ab23db742 [Botw] remove gamepad from enthusiast
Was causing camera rune to not work
2017-09-21 19:19:20 -07:00
Michael
815cc13863 [LW] add item framebuffer 2017-09-17 16:47:38 -07:00
Michael
046bab710d [Sploot] Add quarter-res
Used for Jelonzo (clothing) shop
2017-09-14 18:49:23 -07:00
Michael
6eef6e0836 Rename Graphic Pack names to show full resolution instead 2017-09-11 19:13:38 -07:00
Keelhauled
b783a0904c Ninja Gaiden 3: Razor's Edge basic rules 2017-09-07 05:27:44 +03:00
Michael
65c2e8c03f Fix Baeonetta 2017-08-26 13:07:38 -07:00
Michael
4934dc1751 Fix Project Zero 2017-08-26 12:46:14 -07:00
Michael
787eb73abd Breath of the Wild: Everything's Fucking Broken Edition 2017-08-03 14:51:31 -07:00
Michael
bb277fb366 Fix BotW's title screen bloom
only bloom that's incorrect is in-game bloom now.
2017-07-29 19:54:45 -07:00
Michael
04ebec34fe Fix one thing, break another thing
Fixes broken cinematic Depth of Field and red filter, but breaks bloom. Time for people to start using the reduced bloom pack.
2017-07-29 19:41:48 -07:00
Michael
3e86814e35 Fix casing on the Title ID because OCD 2017-07-28 22:05:42 -07:00
Michael
fa4206eef3 Add update title ID for Twilight Princess 2017-07-28 22:03:50 -07:00
Michael
8c6f5ee8b9 HOLY SHIT TILEMODES 2017-07-20 00:17:27 -07:00
Darkemaste
f3e9672233 Vicious Update
Add graphic packs for Vicious Engine titles+several others, update
existing graphic packs, re-add gamepad rules to all graphic packs.
2017-07-13 02:19:36 -05:00
Michael
03b17eea6e [SLW] Upscale gamepad 2017-06-26 23:53:44 -07:00
Michael
c3d87f79c8 [Various] fix FMVs 2017-06-26 12:28:15 -07:00
Michael
461cd06bcc [Nintendo Land] version = 2 2017-06-23 18:43:36 -07:00
Michael
0da2f61a92 [SLW] Scaling 32 = bad idea 2017-06-23 13:03:46 -07:00
Michael
db4de02c43 [SLW] Add version=2
Boots in 1.8.1. Gets in-game  via interpreter
2017-06-23 12:58:30 -07:00
Michael
23020996ae [Kirby] version 2 2017-06-04 17:56:30 -07:00