Chaosforge Forum

DoomRL => Discussion => Topic started by: Shadow27 on August 31, 2009, 16:51

Title: Custom music?
Post 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...
Title: Re: Custom music?
Post by: Vestin on August 31, 2009, 17:10
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
Code: [Select]
// Load music bindings (see music.ini)
#include "music.ini"
// Alternative music set (see musicmp3.ini for explanation)
//#include "musicmp3.ini"
to
Code: [Select]
// 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.
Title: Re: Custom music?
Post by: Shadow27 on August 31, 2009, 17:22
Thanks!
Title: Re: Custom music?
Post by: Super Jamie on August 31, 2009, 18:16
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).
Title: Re: Custom music?
Post by: Shadow27 on August 31, 2009, 19:12
OK, thank you for notifying me.
I have everything ready so I won't need to download anything.