Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
t.v.

How to change music in PrBoom?

Recommended Posts

I want to use the same MP3 for 2 different maps.
But I conanot figure out where/ how to do this.

I have replaced the midi (with the Mp3 with the same name) for the first map. This works, but how do I set it for the second map (without including the same MP3 twice)?

thanks.

Share this post


Link to post

Patch File for DeHackEd v3.0

# Note: Use the pound sign ('#') to start comment lines.

Doom version = 21
Patch format = 6


Text 6 6
stalksrunnin

Share this post


Link to post

I am not inexperienced with dehacked, but I don't understand what:

Text 6 6
stalksrunnin

means, and how that would change the selection of music tracks.


Can you give me some more explanation please...

thanks.

Share this post


Link to post

A better way to change music tracks in BOOM ports is putting a MUSIC section in the dehacked file, for example:

[MUSIC]
ROMERO = RUNNIN
RUNNIN = STALKS
STALKS = ROMERO
The other way that entryway posted is the only way to do it with vanilla DOOM.EXE, and it works by text substitution (changing "stalks" to "runnin" in the EXE). That way is less readable and limits what you can do.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×