[WIP] RetroShader =Computer Friendly!= Update 4
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 191
- Joined: Sun Apr 28, 2013 2:06 am
- Location: RU
Re: [WIP] RetroShader =Computer Friendly!= Update 4
Thank you very much for shader! I asked about this sometime ago somewhere in this forum, and I received a cold answer that it's not possible.
-
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
Re: [WIP] RetroShader =Computer Friendly!= Update 4
Agreed. Size I can understand, but why intensity? I've had it set to 0.5(!) since forever to keep lights from looking awful and washed out. It doesn't help that the default Lights.pk3, and everything that came after, uses pure colors.torridgristle wrote:Can't say I'm pleased that someone is deciding that I shouldn't be able to adjust the size or intensity of GL lights for my own personal experience, the settings in lights.pk3 were arbitrarily designed to begin with.
A dynlight saturation slider is very much wanted. Plus an option for new light defs to specify that they already use a reasonable light color. (Slippery slope? Heh...)
-
- Admin
- Posts: 6190
- Joined: Thu Feb 26, 2004 3:02 pm
- Preferred Pronouns: He/Him
Re: [WIP] RetroShader =Computer Friendly!= Update 4
Very slippery slope. Unfortunately having it user customizable like that makes it impossible for a modder to make any assumption about what the player will see. If I design reasonable lights for my mod with the defaults, you'd see them as unreasonably dim and pale. Not that I mod often, but one of my consistent headaches is whether I would need to include some kind of "light calibration" sequence for any highly atmospheric mod I might release.
In this case, it seems we need to adjust the defaults in lights.pk3 to be more reasonable for everyone, since they're a constant source of complaint. That would be a start.
In this case, it seems we need to adjust the defaults in lights.pk3 to be more reasonable for everyone, since they're a constant source of complaint. That would be a start.
-
- Posts: 1401
- Joined: Sat Jul 28, 2007 1:24 pm
Re: [WIP] RetroShader =Computer Friendly!= Update 4
I love this! Though, I suggest that EnablePosterization be set to 0 by default, now that Palette tonemapping is built into GZDoom.
It's really rough on certain textures, especially SHAWN2, making it have ugly bands instead of smooth gradients.
I get its purpose is to roughly emulate the 256-color look, but I think the palette tonemap shader does it better
It's really rough on certain textures, especially SHAWN2, making it have ugly bands instead of smooth gradients.
I get its purpose is to roughly emulate the 256-color look, but I think the palette tonemap shader does it better
-
- Posts: 244
- Joined: Tue Oct 18, 2011 8:57 am
Re: [WIP] RetroShader =Computer Friendly!= Update 4
Spoiler:This doesen't look so good, or did I do something wrong?
-
- Posts: 65
- Joined: Sat Jul 20, 2013 5:42 pm
Re: [WIP] RetroShader =Computer Friendly!= Update 4
This doesn't seem to work anymore on GZDoom 2.4.0, Lens Distortion just doesn't get replaced.
-
- Posts: 768
- Joined: Thu Jun 11, 2015 1:58 am
- Graphics Processor: nVidia with Vulkan support
- Location: Everywhere and nowhere.
Re: [WIP] RetroShader =Computer Friendly!= Update 4
I'm afraid I have to corroborate that! Might be something to do with the new options layout, maybe?
-
- Posts: 9
- Joined: Tue Jan 31, 2017 7:31 pm
Re: [WIP] RetroShader =Computer Friendly!= Update 4
Hopefully the issue isn't too large; I really enjoy RetroShader's crispy pixels and I miss using it.
-
- Spotlight Team
- Posts: 1374
- Joined: Fri May 02, 2008 12:29 pm
- Location: Germany
Re: [WIP] RetroShader =Computer Friendly!= Update 4
Would really like to try this, but...
a) needs to work with GZDoom 3.0+ again
b) should be a separate shader option and not replace an existing one (if possible)
a) needs to work with GZDoom 3.0+ again
b) should be a separate shader option and not replace an existing one (if possible)
-
-
- Posts: 17456
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: [WIP] RetroShader =Computer Friendly!= Update 4
I have seen a lot of posts scattered all over the forum about this mod not working, and it seems no one actually stated the obvious (or made it official) so I guess this is the best place to post this:
GZDoom was fixed to not allow mods to overwrite core (gzdoom.pk3) lumps. This mod was made back when it was possible to exploit this "leak" but it has since been plugged... which is why this mod no longer works.
There are 2 things that could happen for this mod to be functional again (both were stated by dpJudas way back in the last page):
1) Someone integrates this shader properly into the engine and sends a PR for it (has a good chance of happening, if someone steps up).
2) GLDEFS is extended to allow user post process shaders. This has been in discussion for +/- probably a year now, across both forums (here and DRD), so we can probably not expect this to happen anytime soon...
GZDoom was fixed to not allow mods to overwrite core (gzdoom.pk3) lumps. This mod was made back when it was possible to exploit this "leak" but it has since been plugged... which is why this mod no longer works.
There are 2 things that could happen for this mod to be functional again (both were stated by dpJudas way back in the last page):
1) Someone integrates this shader properly into the engine and sends a PR for it (has a good chance of happening, if someone steps up).
2) GLDEFS is extended to allow user post process shaders. This has been in discussion for +/- probably a year now, across both forums (here and DRD), so we can probably not expect this to happen anytime soon...
-
- Posts: 768
- Joined: Thu Jun 11, 2015 1:58 am
- Graphics Processor: nVidia with Vulkan support
- Location: Everywhere and nowhere.
Re: [WIP] RetroShader =Computer Friendly!= Update 4
Is there no other way to implement it?
-
- Posts: 13736
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: [WIP] RetroShader =Computer Friendly!= Update 4
Myself and dpJudas have been discussing binding some custom post processing shaders to the screen texture, pretty much as Nash proposed. Even possibly allowing you to pass simple uniforms into the shader through ZScript.
The big argument against it is that Vulkan won't support it - but personally I believe it's a weak argument, at best, since you can add in a shader compiler in your Vulkan code that compiles the shader into bytecode that Vulkan will execute.
This is not a promise that it will happen - so don't get your hopes up. It's our goal, though, but each of us are working on other projects at the moment, anyway.
The big argument against it is that Vulkan won't support it - but personally I believe it's a weak argument, at best, since you can add in a shader compiler in your Vulkan code that compiles the shader into bytecode that Vulkan will execute.
This is not a promise that it will happen - so don't get your hopes up. It's our goal, though, but each of us are working on other projects at the moment, anyway.
-
- Posts: 13736
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: [WIP] RetroShader =Computer Friendly!= Update 4
This version works with the latest QZDoom devbuilds. (Sorry Torridgristle, we needed something to develop and test on - but at least it's updated now)
-
- Posts: 13736
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: [WIP] RetroShader =Computer Friendly!= Update 4
An even newer update. This should work on QZDoom 2.0.1 (or latest devbuilds, as of this posting).
You do not have the required permissions to view the files attached to this post.
-
-
- Posts: 17456
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: [WIP] RetroShader =Computer Friendly!= Update 4
I was about to ask about the PS1 vertex jiggle but then I remembered that that's a vertex shader, so probably not relevant to post processing... >_<