Chaosforge Forum

  • May 21, 2024, 09:52
  • Welcome, Guest
Please login or register.



Login with username, password and session length
Pages: [1]

Author Topic: Custom music?  (Read 2882 times)

Shadow27

  • Private FC
  • *
  • Offline Offline
  • Posts: 5
    • View Profile
Custom music?
« 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...
Logged

Vestin

  • Elder
  • Second Lieutenant
  • *
  • *
  • Offline Offline
  • Posts: 190
  • Philosopher
    • View Profile
Re: Custom music?
« Reply #1 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.
Logged

Shadow27

  • Private FC
  • *
  • Offline Offline
  • Posts: 5
    • View Profile
Re: Custom music?
« Reply #2 on: August 31, 2009, 17:22 »

Thanks!
Logged

Super Jamie

  • Elder
  • Private FC
  • *
  • *
  • Offline Offline
  • Posts: 16
    • View Profile
Re: Custom music?
« Reply #3 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).
Logged

Shadow27

  • Private FC
  • *
  • Offline Offline
  • Posts: 5
    • View Profile
Re: Custom music?
« Reply #4 on: August 31, 2009, 19:12 »

OK, thank you for notifying me.
I have everything ready so I won't need to download anything.
Logged
Pages: [1]