Can This Effect Be Reproduced or Simulated In GZDooM?

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
User avatar
Boingo_the_Clown
Posts: 139
Joined: Mon Sep 17, 2012 7:25 am
Location: Canada

Can This Effect Be Reproduced or Simulated In GZDooM?

Post by Boingo_the_Clown »

I am currently in the process of converting an old mod of mine over from DooM Legacy over to GZDooM. For my teleporter pads I exploited a bug in Legacy's render engine to create shafts of light eminating from the pads ...

Image

The bug is not present in GZDooM, so I can not use the same trick there.

Does anybody know how to reproduce the same effect in GZDooM? It really enhanced the look of my teleporters and I would like to keep the same look in the new version if I can.
User avatar
Woolie Wool
Posts: 1713
Joined: Mon Dec 15, 2003 3:36 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Arch Linux, Windows 11
Graphics Processor: nVidia with Vulkan support

Re: Can This Effect Be Reproduced or Simulated In GZDooM?

Post by Woolie Wool »

I think KDIZD did something similar, and possibly other wads as well.
User avatar
ChronoSeth
Posts: 1631
Joined: Mon Jul 05, 2010 2:04 pm
Location: British Columbia

Re: Can This Effect Be Reproduced or Simulated In GZDooM?

Post by ChronoSeth »

Make a texture which consists purely of a colour gradient (between blue and black, in this case). Use it as a middle texture bordering the teleporter, and set the linedef to use additive blending for the middle texture.

I think that's as close as you can get.
User avatar
insightguy
Posts: 1730
Joined: Tue Mar 22, 2011 11:54 pm

Re: Can This Effect Be Reproduced or Simulated In GZDooM?

Post by insightguy »

Ask tormentor 667, he did in zpack and some of his other works. i think it involves a custom added ACS library.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49218
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Can This Effect Be Reproduced or Simulated In GZDooM?

Post by Graf Zahl »

You don't need ACS to draw some textures.

Something good enough should be doable with translucent textures. They won't get lit by dynamic lights though so if the surrounding area is not bright enough you may have to use a light transfer special, maybe even transferring a light effect lke you can see at the starting pad of Z1M5 in KDiZD.
User avatar
Boingo_the_Clown
Posts: 139
Joined: Mon Sep 17, 2012 7:25 am
Location: Canada

Re: Can This Effect Be Reproduced or Simulated In GZDooM?

Post by Boingo_the_Clown »

Perhaps just a patch made from a PNG graphic with transparency would work?
User avatar
Enjay
 
 
Posts: 26909
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland

Re: Can This Effect Be Reproduced or Simulated In GZDooM?

Post by Enjay »

That could well work. Remember that translucent lines can be set to use additive blending (as has already been suggested) and this is likely to enhance the particular effect that you are looking for. Perhaps a combination of both could work.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed

Re: Can This Effect Be Reproduced or Simulated In GZDooM?

Post by wildweasel »

I wonder if you could also augment the effect by setting a pale-blue fog on the teleporter's sector only? Of course it'd only really be visible at a distance, but with the proper application of a pale shade and a dim alpha setting, combined with the above additive translucency tip, you could create quite a neat effect.
User avatar
Kappes Buur
 
 
Posts: 4155
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada

Re: Can This Effect Be Reproduced or Simulated In GZDooM?

Post by Kappes Buur »

That somewhat reminds me of a construct by Solarsnowfall when he played around with 3D sectors and made insanotest.wad

Image
User avatar
Boingo_the_Clown
Posts: 139
Joined: Mon Sep 17, 2012 7:25 am
Location: Canada

Re: Can This Effect Be Reproduced or Simulated In GZDooM?

Post by Boingo_the_Clown »

I have got a reasonable facsimile of the original effect now, but it will require some adjustment before it looks right. The original version was much more subtle, so I will have to play with it.

Image

I think I will need to make it an animated texture as well. The original effect in Legacy was a dynamic light shining on a transparent texture, and the light was attached to a Heretic item that bobbed up and down, making the light appear increase and decrease in intensity.

So far so good though.

Return to “Editing (Archive)”