Author Topic: Music Controls  (Read 1201 times)

Offline TheReignMTL

  • Rank: Private
  • *
  • Posts: 14
    • http://www.mtlclan.com
Music Controls
« on: August 07, 2007, 05:16:44 am »
There are two suggestions I have here.

1. Can you guys implement a setting in the configs to disable the spec/death music for certain maps kind of like making certain maps rifles only etc. RAKEKNIVEN, our head mapper for some reason likes to put music near the deathmatch intermission and so it kind of interferes with the scoreboard end of round music and the initial part of the spec music. I figure if you can add one you may as well add them all.

2. I was thinking maybe you guys could try some kind of control over the music during spectate. You know kind of like a jukebox, allowing the player to pick the song he/she wants to hear instead of one randomly picked song.

Those are my latest two suggestions.

Peace,
Reign

Offline PatmanSan

  • Administrator
  • Rank: Private
  • *****
  • Posts: 2527
Music Controls
« Reply #1 on: August 07, 2007, 05:49:24 am »
1 -- Like all the vars you can add the map name, the gametype, or both, to enable or disable features:

For example:

// spectator music
// 0 = disable, 1 = enable, default = 0
set ex_specmusic_mp_whatever "0"


2 -- You can already switch music while in spec mode, by pressing the melee key.

Offline TheReignMTL

  • Rank: Private
  • *
  • Posts: 14
    • http://www.mtlclan.com
Music Controls
« Reply #2 on: August 07, 2007, 11:15:16 pm »
Really? Well then I'll have to work on that then thanks a lot...and I totally didn't know you could switch songs in spectate. I'll have to check that out then. Too many features to keep track of lol.