Chaosforge Forum
DoomRL => Discussion => Topic started by: Shadow27 on August 31, 2009, 16:51
-
Can I put custom music in Doom RL?
If so, how can I do it? I tried in a lot of ways but I couldn't...
-
Can I put custom music in Doom RL?
If so, how can I do it? I tried in a lot of ways but I couldn't...
1* Edit doomrl.ini from
// Load music bindings (see music.ini)
#include "music.ini"
// Alternative music set (see musicmp3.ini for explanation)
//#include "musicmp3.ini"
to
// Load music bindings (see music.ini)
//#include "music.ini"
// Alternative music set (see musicmp3.ini for explanation)
#include "musicmp3.ini"
2* Place the desired mp3s someplace inside your DOOM:RL folder.
3* Edit musicmp3.ini to change the bindings.
-
Thanks!
-
Also, I believe the player supports any format that SDL_mixer will play. I'm using OGGs of the Doom Music played through a proper Roland hardware synth for mine.
You can find the torrents for that stuff in FLAC on Pirate Bay (though it is a legal download).
-
OK, thank you for notifying me.
I have everything ready so I won't need to download anything.