Commit Graph

83 Commits

Author SHA1 Message Date
Jamie
d7bda9ec34 Clarity Rewrite
Rewrote how color is caculated, fixed a few errors in the shader, cleaned up alot of unused code.
2017-10-20 20:49:24 -07:00
NAVras-Z
fa2ff586bd [Botw] contrasty remove custom tone mapping
not mess with it before understanding what the original does
2017-10-20 12:23:51 +08:00
NAVras-Z
b2b3bbbb83 [BotW] fix contrasty...
credit SkalFate on discord
2017-10-20 11:16:15 +08:00
NAVras-Z
b57325dee4 [BotW] contrasty with option to only adjust bloom
the side-effect of current high res bloom, is that it's too concentrated, thus the option for ppl(me :P) who want to only adjust bloom.
simply change #define only_adjustbloom to 1 to use this option
2017-10-20 01:37:24 +08:00
Michael
f47e634122 don't make native res packs, fix most naming issues 2017-10-19 00:22:38 -07:00
Michael
919c17eac4 Add Pokkén, Woolly, and XCX to build script 2017-10-18 20:49:18 -07:00
NAVras-Z
129e8af0e8 [BotW] update contrasty, mainly add more tonemaps
Also move credits to rules.txt, they're too much

Game original tone mapping is fine (also I can't understand it xD), but it partially causes what ppl might say "washed out".
So added another two for toggling, one is simplified ACES Filmic, which over-saturates also gives a 'film look', another is from kiri, who ripped the one in SweetFX into Clarity pack.
2017-10-19 10:26:55 +08:00
NAVras-Z
01f2f10337 [BotW] make contrasty happen before tone mapping
*for experimental purpose, haven't tested.
yea bd8bba is tone mapping
2017-10-19 00:36:43 +08:00
Crementif
b1635ac48c Added ClarityGFX
Official and up-to-date source for ClarityGFX. Added v0.1.
2017-10-18 14:29:32 +02:00
NAVras-Z
ecc4ae4653 [BotW] new shader to host contrasty
this is still the old contrasty not clarity
2017-10-18 15:03:31 +08:00
Michael
bedebb33bf [Captain Toad] Separate High Quality Shadows 2017-10-17 22:19:05 -07:00
Michael
c68c707a81 [MK8] add build script 2017-10-17 21:59:41 -07:00
Joel
240aabc99b [BOTW] Change name of AdjustableBloom pack to AdjustableFog 2017-10-17 11:39:03 +02:00
Michael
3b479af442 [BotW] Add 30fps lock
no more rivatuner
2017-10-12 18:46:00 -07:00
Michael
aabf270f37 [BotW] Change scaling for high shadows to 16x
[Aqua TV] Remove Space in folder names
2017-10-12 18:39:46 -07:00
Alex Chirila
d3d202d464 [BotW] Updated AARemoval, removed files that interfered with the restored AA 2017-10-13 00:31:46 +03:00
Alex Chirila
d64ade46e8 [BotW] Added ReflExtra - Enhanced Reflections 2017-10-12 22:28:16 +03:00
Michael
65f27a10d1 [BotW] Add dummy FPS pack
Still need to get Xal's permission to upload it onto the repo.
2017-10-09 21:11:22 -07:00
Michael
3e5849384c [BotW] shadow stuff
-disable shadows in resolution packs
-anything past 1800p is 2.5 scale
-high res shadows makes a return, at 4x scale
2017-10-08 08:24:25 -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
b5a47f43fe General cleanup 2017-10-07 07:37:25 -07:00
Michael
e27d368fdd [BotW] Rename AARemoval to 0AARemoval
For if someone wants to still use AA removal
2017-10-06 16:15:27 -07:00
JoelAlone
faccacb048 [BOTW] Remove FXAA pack 2017-10-06 14:47:56 +02:00
alexkiri
c10123ff26 FXAA pack improvements; Integrated Contrasty, better FXAA, less blurry(#92)
Pull request #92 
* Added resolution independent FXAA for BotW
* Renamed to give FXAA priority over base graphics packs
* Updated FXAA implementation. Integrated Contrasty.
* Sharper default settings, to make it look better at native res.

Contrasty isn't on by default, you can change it by editing `f14bb57cd5c9cb77_00000000000003c9_ps.txt` and changing
```
#define ENABLE_CONTRASTY 0
```
to
```
#define ENABLE_CONTRASTY 1
```
in the graphic pack.
2017-10-05 16:57:30 +02:00
alexkiri
ed36f4ad5f [BOTW] FXAA (#88)
* Added resolution independent FXAA for BotW

* Renamed to give FXAA priority over base graphics packs
2017-09-30 11:43:15 +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
JoelAlone
fe88284bbe [BOTW][720p] Add pack increasing color depth for native resolution
before:
https://cdn.discordapp.com/attachments/292733452590120961/362259466327949312/unknown.png
after:
https://cdn.discordapp.com/attachments/292733452590120961/362259493272420372/unknown.png
2017-09-26 17:30:21 +02:00
Michael
99196d7660 [XCX] No Offline Tag
gets rid of "X OFFLINE" in top left
2017-09-24 18:15:23 -07:00
Michael
e7f09f453d [Nintendo Land] add balloon flight shadow resolution 2017-09-23 10:19:53 -07:00
Alex Chirila
ba21e774f6 Fixed Breath of the Wild AARemoval in inventory screen 2017-09-22 02:37:29 +03:00
Michael
f9619622fa Add Cheats Folder
latest splatoon packs fit more there
2017-09-14 15:53:26 -07:00
Michael
d5b5d6d4f6 [Sploot] Map Swap 2017-09-13 21:58:18 -07:00
Michael
b8ee8b11ed [Sploot] Callie -> Marie and Marie -> Callie 2017-09-13 18:03:39 -07:00
Michael
55d5ea524d [Sploot] Add v16 to Octohax and "Callie is Dead" 2017-09-13 17:30:05 -07:00
Michael
e7ff59468a [Sploot] Add Octohax and "Callie is Dead" 2017-09-13 17:01:08 -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
3dd3947dcd [mario tennis] no anti-aliasing
surprisingly easier than the actual graphic pack itself
2017-07-05 22:08:15 -07:00
Michael
8ce7a74398 [BotW] Fix heatwaves 2017-06-30 09:42:40 -07:00
Michael
e67d06eea6 [Various] Fix Naming Inconsistencies 2017-06-25 23:56:02 -07:00
Michael
0cdedc919e [BotW] update Pro+ hud
disable more heart textures
2017-06-23 16:29:38 -07:00
Michael
ff07a7e657 [BotW] Pro+ Fix Stamina recharge issue 2017-06-23 08:29:20 -07:00
Michael
c114d0cdd7 [BotW] Update Pro+ HUD
Add missing 70x70 stamina texture
2017-06-22 18:36:21 -07:00
Michael
534dda79df [Twilight Princess] Adjustable Bloom 2017-06-08 16:44:12 -07:00
Michael
8f175aa8e7 [BotW] Pro+ Graphic Pack 2017-06-07 20:38:03 -07:00
Michael
f7122c87f8 [Enhancements] Rename bloom packs, add Splatoon Bloom 2017-06-07 19:28:06 -07:00
Michael
ec38fb1129 [BotW] Adjustable Bloom 2017-06-07 18:29:35 -07:00
Michael
268abc5f22 [Mario Kart 8] Adjustable Bloom 2017-06-07 17:59:16 -07:00
getdls
214c858cce [BOTW] Contrasty
Add - Configurable contrast/colour preference shader. v2 less agressive
commit
2017-06-07 20:36:28 +02:00
Michael
cfc901c82c Fuck GBAtemp 2017-06-05 18:26:16 -07:00