Beyond Within@Posted: Thu Nov 29, 2012 3:56 am :
What would be the most efficient way of changing the Doom 3 menu music (at
game startup) to the menu music when the game is paused?

i.e., I want the creepy ambient music to be the only music for the menus. I
always felt that metal song was out of place.



Beyond Within@Posted: Wed Dec 05, 2012 7:31 pm :
:(



chimueloeldragon2011@Posted: Wed Dec 05, 2012 7:45 pm :
open mainmenu gui and replace every

resetTime "SoundrunMenu" "0" ;

for

resetTime "SoundrunInGame" "0" ;



vertex007@Posted: Wed Dec 05, 2012 8:15 pm :
just replace the D3theme.ogg in the "Musical" directory....
I don't remember the name of the creepy ambient loop you mentioned but you just have to search in the .ogg files find it and then rename it D3theme.ogg, done.



Beyond Within@Posted: Thu Nov 29, 2012 3:56 am :
What would be the most efficient way of changing the Doom 3 menu music (at
game startup) to the menu music when the game is paused?

i.e., I want the creepy ambient music to be the only music for the menus. I
always felt that metal song was out of place.



Beyond Within@Posted: Wed Dec 05, 2012 7:31 pm :
:(



chimueloeldragon2011@Posted: Wed Dec 05, 2012 7:45 pm :
open mainmenu gui and replace every

resetTime "SoundrunMenu" "0" ;

for

resetTime "SoundrunInGame" "0" ;



vertex007@Posted: Wed Dec 05, 2012 8:15 pm :
just replace the D3theme.ogg in the "Musical" directory....
I don't remember the name of the creepy ambient loop you mentioned but you just have to search in the .ogg files find it and then rename it D3theme.ogg, done.