GZDoom 4.8.0 released
Moderator: GZDoom Developers
-
- Posts: 3
- Joined: Sun Jun 06, 2021 11:28 am
Re: GZDoom 4.8.0 released
"giveall" command is now "give all". Is it a premeditated change? Are there other changes like this?
-
- 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: GZDoom 4.8.0 released
I don't recall it ever being "giveall"? "Give" was always a command that takes an extra argument. I'm not sure why it would have ever been all one word.Ulukai wrote:"giveall" command is now "give all". Is it a premeditated change? Are there other changes like this?
-
- Lead GZDoom+Raze Developer
- Posts: 49130
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: GZDoom 4.8.0 released
Maybe some mod created an alias "giveall" that somehow stuck around. This never existed as a native CCMD.
-
- Posts: 3
- Joined: Sun Jun 06, 2021 11:28 am
Re: GZDoom 4.8.0 released
Thanks. I'm sure you're right, I wouldn't have thought of that possibility. I'll check. Thanks again, good job with GZDoom, I really enjoy it.
-
- Posts: 51
- Joined: Fri Apr 30, 2021 10:22 am
- Graphics Processor: nVidia (Modern GZDoom)
Re: GZDoom 4.8.0 released
Thanks for the update. Lots of great new features, I'm looking forward to figuring out the cutscene system, especially since it seems we can finally have an intro before the first map without all the old hacks! It seems the formats it supports for video playback are very specific (unless I misunderstood), are there plans to eventually expand it to include formats like mp4 or avi, or is that still undesirable?
The only problem I'm having is I think related to the separation of pauseinbackground and soundinbackground, the game always pauses now when I alt-tab (I don't think this was default, at least not when soundinbackground was on), is there a game configuration for pauseinbackground in the menus, or must this be set manually in console or config file?
The only problem I'm having is I think related to the separation of pauseinbackground and soundinbackground, the game always pauses now when I alt-tab (I don't think this was default, at least not when soundinbackground was on), is there a game configuration for pauseinbackground in the menus, or must this be set manually in console or config file?
-
- Posts: 272
- Joined: Sat Dec 12, 2020 10:59 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Void Linux
- Graphics Processor: Intel (Modern GZDoom)
- Location: Independence, KS, USA
Re: GZDoom 4.8.0 released
The cutscene system is really easy actually, it's already documented in several relevant wiki pages.brick wrote:Thanks for the update. Lots of great new features, I'm looking forward to figuring out the cutscene system, especially since it seems we can finally have an intro before the first map without all the old hacks! It seems the formats it supports for video playback are very specific (unless I misunderstood), are there plans to eventually expand it to include formats like mp4 or avi, or is that still undesirable?
The only problem I'm having is I think related to the separation of pauseinbackground and soundinbackground, the game always pauses now when I alt-tab (I don't think this was default, at least not when soundinbackground was on), is there a game configuration for pauseinbackground in the menus, or must this be set manually in console or config file?
A basic example (for a intro playing when starting from a new episode):
Code: Select all
episode map01
{
name = "$TXT_DZE1"
key = "h"
intro
{
video = "graphics/videos/test.ivf"
sound = "graphics/videos/test.ogg"
}
}
On top of this, it might be prudent to make sure your videos are 4:3 otherwise the engine zooms them in, causing the extent sides to spill out of the screen and not be displayed. (this is just something I've experienced trying to playback a standard "480p" video as YouTube refers to the resolution as)
-
- Lead GZDoom+Raze Developer
- Posts: 49130
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: GZDoom 4.8.0 released
That shouldn't happen, actually. The default should be the same as for fullscreen images, i.e. either letterbox or pillarbox them if the aspect ratio differs from the screen.KynikossDragonn wrote: On top of this, it might be prudent to make sure your videos are 4:3 otherwise the engine zooms them in, causing the extent sides to spill out of the screen and not be displayed. (this is just something I've experienced trying to playback a standard "480p" video as YouTube refers to the resolution as)
-
- Posts: 60
- Joined: Mon Dec 17, 2018 1:18 am
Re: GZDoom 4.8.0 released
The cutscene article says that cutscene can be played using "screen job ZScript API" but I cannot actually find any documentation about that. Is this described anywhere, or used in a place where I can read the code and learn from it?
-
-
- Posts: 17920
- Joined: Fri Jul 06, 2007 3:22 pm
Re: GZDoom 4.8.0 released
The relevant files are zscript/ui/intermission.zs and zscript/engine/screenjob.zs.
-
- Lead GZDoom+Raze Developer
- Posts: 49130
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: GZDoom 4.8.0 released
If you want some example code about how to define custom cutscenes, you can have a look at Raze where all intermissions have been done with this.
-
- Posts: 60
- Joined: Mon Dec 17, 2018 1:18 am
Re: GZDoom 4.8.0 released
Gez wrote:The relevant files are zscript/ui/intermission.zs and zscript/engine/screenjob.zs.
Thank you!Graf Zahl wrote:If you want some example code about how to define custom cutscenes, you can have a look at Raze where all intermissions have been done with this.
-
- Posts: 91
- Joined: Tue Feb 16, 2021 7:35 am
- Preferred Pronouns: He/Him
Re: GZDoom 4.8.0 released
I know it's too late to post this, but simply I want to say thank you for adding the cutscene system. This feature had been occasionally discussed since a very long time ago and Graf said it's too complicated to add it. So this was an unexpectable gift for me.
Still, supported video formats aren't typical in modern times, though, this is an evolutional feature. And it's also nice the cutscene is able to skip.
Still, supported video formats aren't typical in modern times, though, this is an evolutional feature. And it's also nice the cutscene is able to skip.
-
- Spotlight Team
- Posts: 1372
- Joined: Fri May 02, 2008 12:29 pm
- Location: Germany
Re: GZDoom 4.8.0 released
Also late to the party, but:
Is ZDoom wiki info about -compatmode still accurate regarding its values? I know about modes 0-6. Are these all of them or was any added for MBF21?
Is ZDoom wiki info about -compatmode still accurate regarding its values? I know about modes 0-6. Are these all of them or was any added for MBF21?
-
- Posts: 3
- Joined: Tue Dec 18, 2018 12:37 pm
Re: GZDoom 4.8.0 released
Nice! Hopefully we get some more HUD features from Raze, like the ability to overlay the statusbar instead of having the whole screen pushed up. Cool update.
What does this mean?
-
- Posts: 1
- Joined: Sun Jan 30, 2022 5:11 am
- Graphics Processor: nVidia with Vulkan support
Re: GZDoom 4.8.0 released
Discord RPC presence allows Discord to display that you're playing the game on Discord, and the latter two points lets Discord know what the current IWAD you're playing (Doom II, Chex Quest, Snap the Sentinel, etc.) is, so it can display it on your profile there.
On this note, there's no .dlls for Discord in the GZDoom 4.8+ downloads? Meaning Discord isn't going to pick the game up regardless, I tested with my Doom Classic Complete IWAD and the exe didn't show up there despite everything on the Discord end being set up, and no current wads have those two fields yet, AFAIK.
Last edited by SaturnsRing on Tue Sep 27, 2022 6:53 pm, edited 1 time in total.