Nautilus
Member

Posts: 290
Registered: 05-05 |
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
|