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.
- Major Cooke
- Posts: 8208
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
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.
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.
- Marisa the Magician
- Banned User
- Posts: 3886
- 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
- Contact:
Re: Intermission text music not playing?
This may be related to the intermission refactor, better get Graf on this.
- Major Cooke
- Posts: 8208
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
Re: Intermission text music not playing?
Yeah, forgot to mention it's related to the intermission refactor, not 4.7.1.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49225
- 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.