Relighting v4.0165b - blurry shadows w/ rlassets
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: 2
- Joined: Sun Dec 03, 2023 9:49 am
Re: Relighting v4.0165b - blurry shadows w/ rlassets
Hey Doomer_ wrote:
> [quote=Drachenfels post_id=1247991 time=1701618647 user_id=38984]
> Should this be used alongside GZDoom's lights.pk3 and brightmaps.pk3?
> [/quote]
>
> That wouldn't hurt. The mod reads the GLDEFS text file in lights for
> configuration.
When I use it together it causes the issue of keycards still emitting glow even after picking them up.
> [quote=Drachenfels post_id=1247991 time=1701618647 user_id=38984]
> Should this be used alongside GZDoom's lights.pk3 and brightmaps.pk3?
> [/quote]
>
> That wouldn't hurt. The mod reads the GLDEFS text file in lights for
> configuration.
When I use it together it causes the issue of keycards still emitting glow even after picking them up.
-
- Posts: 442
- Joined: Tue Oct 18, 2022 1:59 am
- Operating System Version (Optional): Windows 11
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: Relighting v4.0165b - blurry shadows w/ rlassets
Try this (untested) in line 1258 of hd_relighting_Event_HandlerDrachenfels wrote: ↑Tue Dec 05, 2023 5:04 pm
When I use it together it causes the issue of keycards still emitting glow even after picking them up.
Code: Select all
if (!thing.bIsMonster && thing.bSolid && !thing.bShootable && !(thing is "Inventory"))
-
- Posts: 2
- Joined: Sun Dec 03, 2023 9:49 am
Re: Relighting v4.0165b - blurry shadows w/ rlassets
Did you mean line 1251? Anyway, I changed it and the glow still persists.
https://i.ibb.co/R0W18V3/Untitled.png
https://i.ibb.co/6PSkqLP/Screenshot-Doo ... 132330.png
https://i.ibb.co/R0W18V3/Untitled.png
https://i.ibb.co/6PSkqLP/Screenshot-Doo ... 132330.png
Last edited by Drachenfels on Wed Dec 06, 2023 6:24 am, edited 1 time in total.
-
- Posts: 19
- Joined: Thu Mar 30, 2023 7:25 am
- Preferred Pronouns: No Preference
Re: Relighting v4.0165b - blurry shadows w/ rlassets
Really love the idea but some mods become unplayable - Ashes afterglow. Its lagging really badly even after disabling most of its features.
-
- Posts: 442
- Joined: Tue Oct 18, 2022 1:59 am
- Operating System Version (Optional): Windows 11
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: Relighting v4.0165b - blurry shadows w/ rlassets
ReLite might work better. It doesn't have all the features of Relighting and hardly any menu, but it does have unique directional lighting based on brightmaps, dynamic sprite shadows, baked lighting, and far superior performance. I added a "thinker grid" to vastly reduce the number of iterations. On my rig I consistently get 200+ fps with ReLite, shadows, lights, and all.
ReLite will take longer to load larger maps, because it doesn't choose sectors and lines based on statistics. It looks at everything. Other than that and lacking a few features it accomplishes more or less the same thing.
-
- Posts: 1
- Joined: Sat Dec 23, 2023 8:07 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
Re: Relighting v4.0165b - blurry shadows w/ rlassets
I’m writing a message to this topic for the second time, since the first one was rejected, thinking that I was a bot . I want to contact the author of the mod directly if there is such a possibility and he is not very busy, thanks in advance.
-
- Posts: 1
- Joined: Fri Jan 05, 2024 8:47 pm
Re: Relighting v4.0165b - blurry shadows w/ rlassets
I was hoping to find a mod that recolored Doom maps on the fly. I just wish it had ways to make it more like the PS1 version's colored lighting:
*Sectors with liquids are colored like that liquid
*Small sectors with crucial pickups (keys, armor, Soulsphere) are colored like that pickup
*Sectors near locked doors are colored like the required keycard
*Sectors with liquids are colored like that liquid
*Small sectors with crucial pickups (keys, armor, Soulsphere) are colored like that pickup
*Sectors near locked doors are colored like the required keycard
-
- Posts: 878
- Joined: Tue May 07, 2019 12:24 pm
- Graphics Processor: nVidia with Vulkan support
Re: Relighting v4.0165b - blurry shadows w/ rlassets
This?Nelson340 wrote: ↑Fri Jan 05, 2024 9:01 pm I was hoping to find a mod that recolored Doom maps on the fly. I just wish it had ways to make it more like the PS1 version's colored lighting:
*Sectors with liquids are colored like that liquid
*Small sectors with crucial pickups (keys, armor, Soulsphere) are colored like that pickup
*Sectors near locked doors are colored like the required keycard
You do not have the required permissions to view the files attached to this post.
-
- Posts: 35
- Joined: Fri Jul 07, 2023 12:00 pm
- Preferred Pronouns: She/Her
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia (Modern GZDoom)
Re: Relighting v4.0165b - blurry shadows w/ rlassets
Grass is reflective. is it supposed to be reflective? it looks really ugly with 3d skies
-
- Posts: 272
- Joined: Mon Jun 06, 2016 11:26 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Widnows 11
- Graphics Processor: nVidia with Vulkan support
Re: Relighting v4.0165b - blurry shadows w/ rlassets
Got a new computer. Installed GZDoom clean, installed the latest version of your mod, launched Hexen with no other mods in GZDoom 4.12.1, the issue of the unusually black room persists still.Hey Doomer_ wrote: ↑Wed Oct 11, 2023 3:01 amInteresting. You can try turning off "Subtractive Lighting" under "How Light Interacts with Map" - these are applied sparingly to some outside textures. That's the only lighting that would cast darkness I can think of.DarkkOne wrote: ↑Tue Oct 10, 2023 4:44 pm A small update: I noticed while testing things that if I turn on "Light Shadowmaps" the room looks more normal *until* the doors open. As they open it gets darker in there. So it really looks like there's somehow a dynamic light that's casting darkness rather than brightness? Is that even possible?
So it's... not limited to a single computer, and it happens with a fresh install with default settings, at least.
-
- Posts: 1
- Joined: Thu May 16, 2024 9:12 am
- Preferred Pronouns: He/Him
Re: Relighting v4.0165b - blurry shadows w/ rlassets
it lags hard when cacodemons shoot for me
-
- Posts: 442
- Joined: Tue Oct 18, 2022 1:59 am
- Operating System Version (Optional): Windows 11
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: Relighting v4.0165b - blurry shadows w/ rlassets
Relighting has many small bugs and is not well optimized for some areas and scenarios. Many of these issues are fixed in the fork ReLite, which needs texture brightmaps loaded as well for proper lighting. You might have better luck with that.