fxys / Super-Secret-Settings

A Fabric Minecraft Mod which adds a feature removed in MC version 1.9!
MIT License
6 stars 2 forks source link

[Feature Request] Permenant Shader #4

Closed Thanos1716 closed 1 year ago

Thanos1716 commented 1 year ago

Hey, I was thinking it could be cool if there was a resourcepack file that allowed me to apply a shader at all times (or at least when no other one is applied) for example in assets/supersecretsettings/shaders/default.fs or something, just so I could use it in general gameplay without going into a menu whenever the game restarts Thanks for such a nostalgic mod :)

fxys commented 1 year ago

I could create a shaderpack that can be loaded with OptiFine/IrisShaders. Is this what you mean?

Thanos1716 commented 1 year ago

I was thinking something more simple, just a vanilla post processing fragment shader that is tweakable by a resourcepack, like super secret settings, but always enabled; super secret settings disables whenever you restart the game, but you can edit the sss shaders by making a resourcepack. Although an OF/Iris shader would accomplish a similar thing, the down side of that is you can't use another OF/Iris shader at the same time. Personally this little addition would add a lot of value to the mod for me :)

fxys commented 1 year ago

I see. I can implement a config file to save the name of the current shader so that when the game is restarted the shader can be automatically enabled.

fxys commented 1 year ago

This version of the mod saves the name of the current shader and reapplies it when you restart the game.

https://www.mediafire.com/file/3fbnvheb10rana3/sss-1.20-1.2.0.jar/file

Thanos1716 commented 1 year ago

Yes that is perfect, thank you!