UZDoom 5.0.0 Pre-release

News about ZDoom, its child ports, or any closely related projects.
[ZDoom Home] [Documentation (Wiki)] [Official News] [Downloads] [Discord]
[🔎 Google This Site]
Boondorl
Posts: 201
Joined: Wed Jul 11, 2018 10:57 pm

UZDoom 5.0.0 Pre-release

Post by Boondorl »

This is a pre-release thread for 5.0.0. If you wish to test the upcoming 5.0.0 build and give feedback, this can be done here.
This thread will contain all pre-release builds for 5.0.0 and will be updated when new ones are available.
Current Version: Release Candidate 1


Downloads

Release
Pre-release Changelog
Kzer-Za
Posts: 529
Joined: Sat Aug 19, 2017 11:52 pm
Graphics Processor: nVidia (Modern GZDoom)

Re: UZDoom 5.0.0 Pre-release

Post by Kzer-Za »

Hm, the issue with mojibake in "Cannot find a game IWAD" (https://github.com/UZDoom/UZDoom/issues/1528) was actually fixed, I did not have my hopes up since that issue is still marked as open. Kudos :)

I seem to have run into something strange though: copying the [Heretic.Bindings] section from gzdoom.ini did not work for the console binding. The line "`=toggleconsole" was copied but the key simply did not work until I assigned it manually from within the game interface. At the same time, for Doom it worked from the get-go, and all the other custom bindings in Heretic also worked just by copying them from one config to another. Strange.
User avatar
Gothic
Posts: 814
Joined: Thu Jun 16, 2011 6:49 pm

Re: UZDoom 5.0.0 Pre-release

Post by Gothic »

Was the option to enable dynamic lighting on software and hardware renders separately removed? I like to keep them on on hardware rendering but not on software.
JohnnyTheWolf
Posts: 1228
Joined: Mon Oct 05, 2015 8:37 am

Re: UZDoom 5.0.0 Pre-release

Post by JohnnyTheWolf »

No support for Heretic + Hexen yet?
Faceman2000
Posts: 27
Joined: Sun Sep 09, 2018 4:30 pm

Re: UZDoom 5.0.0 Pre-release

Post by Faceman2000 »

ID24Tyrants are still borked and still break Map14 of Legacy of Rust. The Boss variants respawn on all difficulties and they are unable to infight properly with the Cyberdemon. This should really be fixed before a full release since LoR is an official release and has been out for two whole years now.
Boondorl
Posts: 201
Joined: Wed Jul 11, 2018 10:57 pm

Re: UZDoom 5.0.0 Pre-release

Post by Boondorl »

Gothic wrote: Thu Jul 30, 2026 5:47 pm Was the option to enable dynamic lighting on software and hardware renders separately removed? I like to keep them on on hardware rendering but not on software.
It was, mostly to make the option in the launcher simpler, but it can be added back before release if needed. We'll just keep the launcher one for the hardware renderer which is probably what most people associate the feature with.
Faceman2000 wrote: Fri Jul 31, 2026 9:51 pm ID24Tyrants are still borked and still break Map14 of Legacy of Rust. The Boss variants respawn on all difficulties and they are unable to infight properly with the Cyberdemon. This should really be fixed before a full release since LoR is an official release and has been out for two whole years now.
Admittedly I don't think many of us play Legacy of Rust, but if people report it, we'll get it fixed for the full release.
User avatar
Delfino Furioso
Posts: 124
Joined: Sat Mar 27, 2021 3:21 pm

Re: UZDoom 5.0.0 Pre-release

Post by Delfino Furioso »

to elaborate on what gothic brought up

the gl_lights cvar does not exist anymore, right?
there's only r_dynlights and it's used by the hw renderer

question is: on sw renderer, are dynlights still available? haven't had the chance to try
hasturtium
Posts: 1
Joined: Wed Aug 05, 2026 9:40 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Several

Re: UZDoom 5.0.0 Pre-release

Post by hasturtium »

Reporting in from macOS 27.0 beta on an M2 MacBook Air with two bugs:

- Vulkan support results in everything being rendered in sumptuous green. Some kind of color channel issue, don't have details.
- The new menu system looks fine but attempting to type anything into the additional parameters text field is extremely dodgy. Most input is ignored, and there is zero file path search capability. It'd be nice to be able to navigate to the path where I keep my Doom WADs instead of having to copy-paste or type that in manually.

Will kick the tires more vigorously later, but seems like a nice enough release!
Ultimate Freedoomer
Posts: 235
Joined: Fri Jan 30, 2015 10:32 pm
Location: Pittman Center
Contact:

Re: UZDoom 5.0.0 Pre-release

Post by Ultimate Freedoomer »

Now that we have proper working multiplayer, is there a chance we’ll see support for the SKININFO lump integrated?
Boondorl
Posts: 201
Joined: Wed Jul 11, 2018 10:57 pm

Re: UZDoom 5.0.0 Pre-release

Post by Boondorl »

Delfino Furioso wrote: Sat Aug 01, 2026 6:35 am question is: on sw renderer, are dynlights still available? haven't had the chance to try
r_dynlights now affects both. Software lights are still available.
Ultimate Freedoomer wrote: Wed Aug 05, 2026 9:56 am Now that we have proper working multiplayer, is there a chance we’ll see support for the SKININFO lump integrated?
Haven't looked too much into it, but I am interested in checking out Zandronum's lumps at some point for compatibility reasons.
Ultimate Freedoomer
Posts: 235
Joined: Fri Jan 30, 2015 10:32 pm
Location: Pittman Center
Contact:

Re: UZDoom 5.0.0 Pre-release

Post by Ultimate Freedoomer »

Any chance we might see multicore rendering added down the line? VKDoom & Rum-&-Raisin Doom could be used as a reference for the code for it, & it would help the lag issues that the OpenGL & Vulkan renderers have
User avatar
phantombeta
Posts: 2222
Joined: Thu May 02, 2013 1:27 am
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: Brazil

Re: UZDoom 5.0.0 Pre-release

Post by phantombeta »

Ultimate Freedoomer wrote: Wed Aug 05, 2026 1:01 pm Any chance we might see multicore rendering added down the line? VKDoom & Rum-&-Raisin Doom could be used as a reference for the code for it, & it would help the lag issues that the OpenGL & Vulkan renderers have
GZDoom already used multiple threads for what it could (i.e. BSP traversal) in the hardware renderer. Any more is not possible at all with OpenGL due to its very poor design and would require UZDoom to go Vulkan-only.
XLightningStormL
Posts: 396
Joined: Mon May 09, 2016 1:38 am
Location: Anywhere but here
Contact:

Re: UZDoom 5.0.0 Pre-release

Post by XLightningStormL »

phantombeta wrote: Wed Aug 05, 2026 4:02 pm
Ultimate Freedoomer wrote: Wed Aug 05, 2026 1:01 pm Any chance we might see multicore rendering added down the line? VKDoom & Rum-&-Raisin Doom could be used as a reference for the code for it, & it would help the lag issues that the OpenGL & Vulkan renderers have
GZDoom already used multiple threads for what it could (i.e. BSP traversal) in the hardware renderer. Any more is not possible at all with OpenGL due to its very poor design and would require UZDoom to go Vulkan-only.
Probably best for a fork that's whole job is getting rid of OpenGL for Vulkan since Compatibility is still the main focus going forward in UZDoom.
Ultimate Freedoomer wrote: Wed Aug 05, 2026 9:56 am Now that we have proper working multiplayer, is there a chance we’ll see support for the SKININFO lump integrated?
I'd argue that a lot of the Zandronum-exclusive features should be ported at some point (though some won't be necessary like ACS Event Scripts, Announcers, etc since ZScript and ACS can already replicate them) things like relevant actor parameters (i.e CLIENTSIDEONLY), but top priority should be focusing on Doomseeker support.
Kzer-Za
Posts: 529
Joined: Sat Aug 19, 2017 11:52 pm
Graphics Processor: nVidia (Modern GZDoom)

Re: UZDoom 5.0.0 Pre-release

Post by Kzer-Za »

Just noticed that "Release notes" in the launcher show those for 4.14.3.

The actual version is 5.0.0-rc1.
Kzer-Za
Posts: 529
Joined: Sat Aug 19, 2017 11:52 pm
Graphics Processor: nVidia (Modern GZDoom)

Re: UZDoom 5.0.0 Pre-release

Post by Kzer-Za »

Mouse sensitivity sliders do not react to Left arrow, so with arrow keys it is impossible to decrease the mouse sensitivity, only increase it (Right arrow does work). The only way to decrease mouse sensitivity is to press Enter and input the desired sensitivity in digits.
Post Reply

Return to “ZDoom (and related) News”