Commit Graph

6 Commits

Author SHA1 Message Date
Michele
4398ebcebe Add credits and normalize resolution presets
I searched through quite a bit of commits to properly credit some packs. Some of the credits are based off memory. Please let me know if I incorrectly credited or forgot to credit somebody.
2020-01-10 17:06:51 -08:00
Crementif
c1b904314d
Revert "Update every graphic pack to V4"
This reverts commit 306da0b802.
2019-11-29 05:20:11 +01:00
Crementif
306da0b802
Update every graphic pack to V4
Since it's not possible to update 300+ shaders manually and automation was possible, I thought that I'd take the honor and create a script that's able to automatically convert all of the shaders to be cross-compatible with Vulkan. And change the graphic pack versions to version 4 of course.

Also, the script has some nifty testing code which compiled every shader as OpenGL and Vulkan, but for that see the details that I've written below.

**Here's the script that I've made to do all of this. No manual edits were needed:**
https://gist.github.com/Crementif/8d98a855b95f219d95298fb3db99deae
2019-11-29 04:36:05 +01:00
Skal Fate
bb854168c8
Super Smash Bros Pixel-Mess Revert (#266)
* Delete 42f0844ab0996fe2_0000000000000079_ps.txt

This shader allows for changing of the color for the pixel-mess texture and or making it transparent/opaque. However its also responsible for the Cursor Text in selection screen. So messing with this Shader also messes with the Cursor text. The best way to hide the pixel-mess is to do it the old "version 2" way.

* Update rules.txt

The best way to hide the pixel-mess is to do it the old "version 2" way. Messing with shaders also affects the cursor in selection screen.
2018-11-12 18:20:29 -07:00
Skal Fate
4904b5172d
Some Updates to Super Smash Brothers (#265)
* Update 315d61ad21f97614_0000000000000000_vs.txt

Proper Cast the variables  as floats because they were failing to compile.

* Update 4b92e636153d6b54_0000000000000000_vs.txt

Proper Cast the variables as floats because they were failing to compile.

* Delete 1ed6dd85057f3924_0000000000000000_vs.txt

It is not needed as editing this shader won't fix the issue.

* Add files via upload

Fragment Shader that when modified does the same thing as resizing the pixel mess texture. However the shader is reloadable.

* Update rules.txt

Presets to load hide the pixel mess broken effect and set it back to original behavior.
2018-11-11 23:38:32 -07:00
Michael
86fcbae1d8 Add WIP Smash No Pixel Mess
Removes the pixel mess but causes several effects to go missing. partially fixes #255
2018-11-11 12:37:46 -08:00