Author Topic: [SUG][PLAYER] Option to disable music in testplay mode  (Read 1837 times)

0 Members and 1 Guest are viewing this topic.

Offline namida

  • Administrator
  • Posts: 12398
    • View Profile
    • NeoLemmix Website
[SUG][PLAYER] Option to disable music in testplay mode
« on: November 30, 2021, 05:30:05 PM »
Self-explanatory. Some people have mentioned that the transition from silence to loud music is jarring and/or that they'd usually have their own music playing when designing levels (but still want music to play as normal when playing packs etc).

Technically falls outside the "no new feature suggestions" but, there are three factors that have lead to me making a special case here:
1) This is very simple to implement.
2) I can very much see the benefit of it (even if I likely wouldn't use it myself).
3) It would be possible - but much less tidy - to implement this as a feature purely in the editor (namely, by having the editor modify NL's settings INI file to set the music volume to 0 when it launches testplay mode, and back to normal afterwards). I'd rather do it the clean way.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline namida

  • Administrator
  • Posts: 12398
    • View Profile
    • NeoLemmix Website
Re: [SUG][PLAYER] Option to disable music in testplay mode
« Reply #1 on: November 06, 2022, 11:25:18 PM »
Implemented in commit b99d736.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)