GZDoom 4.7.0 released
Moderator: GZDoom Developers
-
- Posts: 47
- Joined: Mon Mar 09, 2020 4:32 pm
- Location: A hole in the bottom of the sea
Re: GZDoom 4.7.0 released
I guess I'll probably just have to stick to older versions for a lot of my projects then.
-
- Lead GZDoom+Raze Developer
- Posts: 49118
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: GZDoom 4.7.0 released
Older versions won't get you any better experience on old systems.
-
- Posts: 47
- Joined: Mon Mar 09, 2020 4:32 pm
- Location: A hole in the bottom of the sea
Re: GZDoom 4.7.0 released
I meant that I'll stick to older versions so I can still use the PBR and such.
-
- Lead GZDoom+Raze Developer
- Posts: 49118
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: GZDoom 4.7.0 released
Nothing has changed there. You can still use the full GL renderer on old hardware, but performance will be lower, just like it is with older versions.
-
- Posts: 159
- Joined: Sun Feb 17, 2019 9:29 am
Re: GZDoom 4.7.0 released
Was there a version that supported pbr / postprocessing with on gles renderer ?Night Falls wrote:I meant that I'll stick to older versions so I can still use the PBR and such.
-
- Lead GZDoom+Raze Developer
- Posts: 49118
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: GZDoom 4.7.0 released
No. GLES never implemented these effects. They simply require more powerful shader hardware. Also, the baseline spec fir GLES was mobile phones, not desktops - we only ported it to boost performance on old hardware.
-
- Posts: 159
- Joined: Sun Feb 17, 2019 9:29 am
Re: GZDoom 4.7.0 released
Thanks for clearing it upGraf Zahl wrote:No. GLES never implemented these effects. They simply require more powerful shader hardware. Also, the baseline spec fir GLES was mobile phones, not desktops - we only ported it to boost performance on old hardware.
Best regards ,
-
- Posts: 47
- Joined: Mon Mar 09, 2020 4:32 pm
- Location: A hole in the bottom of the sea
Re: GZDoom 4.7.0 released
Ah okay. Sorry I just thought that PBR and stuff was removed from the engine entirely, but I messed around with it a bit more and the PBR is still there.Graf Zahl wrote:Nothing has changed there. You can still use the full GL renderer on old hardware, but performance will be lower, just like it is with older versions.
It's just because none of the objects which were supposed to emit dynamic lights were emitting dynamic lights for some reason, but if I create a plain old dynamic light thing it works just fine. (I'll probably have to run a few tests and see if it's a bug in the update or a problem with my project)
Update: Figured it out, any actor which does not spawn with the level and does not have a dynamic light in it's first frame seemingly won't emit dynamic lights at all.
-
-
- Posts: 17454
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: GZDoom 4.7.0 released
There have been a string of dynamic light-related bugs reported very few days shortly before - and after - 4.7 was released. They are currently being fixed as soon as they are reported, our hope for the next point release (shouldn't be too long from now), all of these problems will be gone.Night Falls wrote: Update: Figured it out, any actor which does not spawn with the level and does not have a dynamic light in it's first frame seemingly won't emit dynamic lights at all.
These issues plague all renderers BTW.
-
- Posts: 1578
- Joined: Tue Aug 05, 2003 10:01 am
- Location: Quatto's Palace
Re: GZDoom 4.7.0 released
I just installed v4.7.0 and submitted the survey. A couple of points to add:
1. I am still unable to run GZDooM, getting the "OpenGL driver not accelerated" error message. [I am not treating this as a bug, so I won't be reporting it on the other thread. I'm just mentioning it here as an additional reference point.] This is despite rolling the intel graphics driver back to the version that was supported in MS Win 8.1.
2. My BIOS version is dated 4/27/2011. This is the equivalent of having a dinosaur among mammals. Therefore, I suspect that even with GLES support (and because of the lack of intel graphics driver support), newer GZDooM will never run on this particular computer.
Regardless, I thank the GZDooM development for doing everything it can to accommodate users of older systems.
1. I am still unable to run GZDooM, getting the "OpenGL driver not accelerated" error message. [I am not treating this as a bug, so I won't be reporting it on the other thread. I'm just mentioning it here as an additional reference point.] This is despite rolling the intel graphics driver back to the version that was supported in MS Win 8.1.
2. My BIOS version is dated 4/27/2011. This is the equivalent of having a dinosaur among mammals. Therefore, I suspect that even with GLES support (and because of the lack of intel graphics driver support), newer GZDooM will never run on this particular computer.
Regardless, I thank the GZDooM development for doing everything it can to accommodate users of older systems.
-
- Posts: 342
- Joined: Mon Feb 12, 2018 12:26 am
- Graphics Processor: Intel (Legacy GZDoom)
- Location: Australia
Re: GZDoom 4.7.0 released
It doesn't automatically fall back to the GLES back-end if your system is too old to run the standard renderer. Edit your INI vid_preferbackend=3 or add +set vid_preferbackend=3 as a start-up option.
-
- Posts: 1578
- Joined: Tue Aug 05, 2003 10:01 am
- Location: Quatto's Palace
Re: GZDoom 4.7.0 released
I checked the ini file and it already has vid_preferbackend=3fakemai wrote:It doesn't automatically fall back to the GLES back-end if your system is too old to run the standard renderer. Edit your INI vid_preferbackend=3 or add +set vid_preferbackend=3 as a start-up option.
I also tried running GZDooM with batch files that respectively have the following parameters:
gzdoom -IWAD DooM2 -gles2_renderer
gzdoom -IWAD DooM2 -set vid_preferbackend=3
gzdoom -IWAD DooM2 +set vid_preferbackend=3
None of these work.
-
- Vintage GZDoom Developer
- Posts: 3146
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
Re: GZDoom 4.7.0 released
You need to run it on Windows 8 compatibility mode due to the driver bug else it will never run (that after installing the working Intel driver of course).
-
- Posts: 1578
- Joined: Tue Aug 05, 2003 10:01 am
- Location: Quatto's Palace
Re: GZDoom 4.7.0 released
I switched to Win 8 compatibility mode but it still doesn't run. Should I be running a batch file with different parameters than the ones I listed above?drfrag wrote:You need to run it on Windows 8 compatibility mode due to the driver bug else it will never run (that after installing the working Intel driver of course).
-
- Vintage GZDoom Developer
- Posts: 3146
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
Re: GZDoom 4.7.0 released
All those are wrong. It's '+vid_preferbackend 3' without the quotes. But why don't you just select the backend in the iwad selection window?