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

mp3 on wads

Recommended Posts

Assuming you have an MP3 which you want to use this in a ZDooM WAD for level 1, here's what you do:

1) Click Entry|Load and point to your MP3 file. You've just imported it.
2) Click Entry|Rename and call it "D_RUNNIN".

That should be it.

Share this post


Link to post

You may also need to move the entry up or down (Ctrl-U or Ctrl-D) to make sure it isn't in the middle of your map data. Or avoid inserting it there in the first place (XWE inserts a new entry immediately below the one you have highlighted).

Share this post


Link to post

Right, or you can just double-click the Music button from the bottom toolbar. This imports any file(s) you want, and it makes sure it will not be imported inside a set of MAP lumps.

Share this post


Link to post
Csabo said:

Assuming you have an MP3 which you want to use this in a ZDooM WAD for level 1, here's what you do:

1) Click Entry|Load and point to your MP3 file. You've just imported it.
2) Click Entry|Rename and call it "D_RUNNIN".

That should be it.


Either that, or you can use the same method of importing the file but in order to have the MP3 play on the map (let's say MAP01), regardless of its name on ZDoom, use the MAPINFO lump. If the file is called "SONGFILE", for instance, then the MAPINFO lump would be:

map MAP01 "MAP NAME"
next MAP02
music SONGFILE
cluster 1

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
×