Chaosforge Forum

DoomRL => Discussion => Topic started by: Xandor TikRoth on July 13, 2010, 01:54

Title: Music
Post by: Xandor TikRoth on July 13, 2010, 01:54
Is there any way to turn off the music?  I tried deleting the .ini file, but the game wouldn't initialize. 
Title: Re: Music
Post by: Malek Deneith on July 13, 2010, 02:04
Comment out #include "music.ini" or #include "musicmp3.ini" (whichever of the two isn't commented out) in your doomrl.ini - should do the trick.
Title: Re: Music
Post by: ZZ on July 13, 2010, 02:26
Better look at lines 39/40 in DoomRL.ini
Code: [Select]
// Setting to FALSE will turn off music during gameplay
Music            = TRUE;
Obvious I suppose.
Title: Re: Music
Post by: Xandor TikRoth on July 13, 2010, 03:21
Oh... Durr.
Title: Re: Music
Post by: thelaptop on July 13, 2010, 04:25
It's alright, not many people would think of editing any configuration files by hand.  Maybe this can be a feature request?  Like some menu-based launcher option akin to the old Doom/Doom II games that were used for Deathmatch option spamming?
Title: Re: Music
Post by: ParaSait on July 13, 2010, 10:26
I don't think the ini isn't edited that much. Once people have set it up (which is usually just some minor changes, such as just turning the music off coincidentially also in my case) people don't really bother about it anymore I think.
Maybe it's just not worth the trouble to make an ingame interface for it really.
Title: Re: Music
Post by: Game Hunter on August 11, 2010, 07:54
I'm late on answering this, but if you only want to turn off the music temporarily (perhaps on a whim), using SHIFT-0 (or the ")" key) will remove it. Sound is similarly toggleable using SHIFT-9 (or the "(" key). Both of these only work during the game, mind you, though I doubt this is much of a concern.