[TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
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.
- InsanityBringer
- Posts: 3392
- Joined: Thu Jul 05, 2007 4:53 pm
- Location: opening the forbidden box
Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
Depends on whether or not workarounds for some of the limitations can be found. I'm thinking of seeing if I can get the screen resolution exposed in shaders in order to scale things automatically, but I don't have 100% confidence this will go through. Exposing screen res is an incredibly niche thing, though it probably wouldn't hurt performance at least.
- Carbine Dioxide
- Posts: 1936
- Joined: Thu Jun 12, 2014 3:16 pm
- Location: Anywhere.
Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
Whoa. I want to get in on this strange job. 
Also, Cheeki Breeki is life. I squat like Slav everyday, and literally can't find a track suit anywhere in the city.

Also, Cheeki Breeki is life. I squat like Slav everyday, and literally can't find a track suit anywhere in the city.
Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
It may work with the current version of GZDoom, but as soon as it's upgraded all bets are off.
I think your next feature suggestion should be to export the code adapted by ZZYZX to a separate file so that it can be used separately of main.fp and continue to work in the future.
Modifying main.fp is bad, mmmkay?
I think your next feature suggestion should be to export the code adapted by ZZYZX to a separate file so that it can be used separately of main.fp and continue to work in the future.
Modifying main.fp is bad, mmmkay?
- InsanityBringer
- Posts: 3392
- Joined: Thu Jul 05, 2007 4:53 pm
- Location: opening the forbidden box
Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
My method doesn't modify main.fp though...
Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
Make Graf implement global shaders and choose where ProcessTexel() is called (before sector light, after sector light, before fog, after fog, on GUI, on level, on sky). Then this won't be needed.Eruanna wrote:Modifying main.fp is bad, mmmkay?
Since in a "legit" GLDEFS way shaders will only work for procedural textures or various distortion effects, because you need to attach the shader manually to every graphic in the game.
Note that feature suggestions section at GZDoom forums is locked. So yea, main.fp. Besides, main.fp and main.vp don't generally change over dev builds and even stable releases.
Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
I can't/won't "make" Graf do anything. The feature requests forum was locked at his request.
Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
Sorry for harsh response yesterday, but the argument on replacing native shaders for complex effects still stands 

Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
No worries.
Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
What do I play this with, Doom2.wad?
Is this also compatible with Chex Quest 3 and Freedoom?
Is this also compatible with Chex Quest 3 and Freedoom?
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
Compatible with freedoom, after played with it. And about chex quest 3, you can.
And chex quest 3? Unconventional, i say.
EDIT: Whoops, proved myself wrong.
And chex quest 3? Unconventional, i say.
EDIT: Whoops, proved myself wrong.
Last edited by Captain J on Fri Aug 19, 2016 11:47 pm, edited 1 time in total.
- ZikShadow
- Posts: 610
- Joined: Wed Jul 13, 2016 1:43 am
- Location: Could be the chair, the floor, or the bed.
Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
yesEddieMann wrote:Chex Quest 3?

- SoulCircle
- Posts: 254
- Joined: Tue Aug 02, 2016 10:17 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Hell
- Contact:
Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
That is seriously ridiculous. But with how it works and that it uses no true textures that are only in certain games, this may quite possibly work with most IWADS. Hell, Imma try Hexen with it once I can, just to test things.
- ZikShadow
- Posts: 610
- Joined: Wed Jul 13, 2016 1:43 am
- Location: Could be the chair, the floor, or the bed.
Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
Tried other IWADs.
Square :
Square :
Spoiler:Heretic :
Spoiler:Hexen :
Spoiler:Strife :
Spoiler:Hexen & Strife won't cooperate.
Re: [TECHDEMO] ░s▒ᴡ░ᴄ▒s░ɴ▒s░s▒s░
Didn't dpJudas talk about making this more user/mod-friendly as part of his plans? I may have read him wrong though...ZZYZX wrote: Make Graf implement global shaders and choose where ProcessTexel() is called (before sector light, after sector light, before fog, after fog, on GUI, on level, on sky).