Intermission text music not playing?
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
-
- Posts: 8109
- Joined: Sun Jan 28, 2007 3:55 pm
Intermission text music not playing?
Is it me or does the cutscene for doom's intermission text not play? In particular, such as entering MAP07 with the "cutscene" (if you will) doesn't start to play, it just keeps playing the regular intermission music.
-
- Posts: 44
- Joined: Fri Apr 30, 2021 10:22 am
- Graphics Processor: nVidia (Modern GZDoom)
Re: Intermission text music not playing?
It works fine for me on GZDoom 4.7.1.
This sounds like something weird going on with the music lump for the text screens. Do you get a "cut" when going between the intermission screen and the text screen and the same music plays from the beginning, or it is a smooth transition and the track continues playing with no cut? If it's the latter, the text screen music has somehow been assigned to the same music lump as the intermission one (D_DM2INT) instead of the regular one (D_READ_M). If you're using a mod or a custom MAPINFO this might be the cause.
This sounds like something weird going on with the music lump for the text screens. Do you get a "cut" when going between the intermission screen and the text screen and the same music plays from the beginning, or it is a smooth transition and the track continues playing with no cut? If it's the latter, the text screen music has somehow been assigned to the same music lump as the intermission one (D_DM2INT) instead of the regular one (D_READ_M). If you're using a mod or a custom MAPINFO this might be the cause.
-
-
- Posts: 3879
- Joined: Fri Feb 08, 2008 9:15 am
- Preferred Pronouns: She/Her
- Operating System Version (Optional): (btw I use) Arch
- Graphics Processor: nVidia with Vulkan support
- Location: Vigo, Galicia
Re: Intermission text music not playing?
This may be related to the intermission refactor, better get Graf on this.
-
- Posts: 8109
- Joined: Sun Jan 28, 2007 3:55 pm
Re: Intermission text music not playing?
Yeah, forgot to mention it's related to the intermission refactor, not 4.7.1.
-
- Lead GZDoom+Raze Developer
- Posts: 48543
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Intermission text music not playing?
fixed. This was an ordering issue of events, the music started too early and got overridden by the summary screen's music.