Page MenuHomeFeedback Tracker

Ability to add custom music to Zeus (request)
Acknowledged, WishlistPublic

Description

I'm trying to add custom music to a multiplayer mission to use in my dynamic story with my clan. Right now I only managed to get the music in the editor in a trigger. But it doesn't show up, is there a code to add to the description.ext that I'm missing or something?

If this feature is not implemented yet, please do it. It would be great for many of us.

Details

Legacy ID
2022698627
Severity
None
Resolution
Open
Reproducibility
Always
Category
Zeus - Feature Request
Steps To Reproduce
  1. Open up Zeus
  2. Go to the Music tab
  3. Select "Play Music"
  4. No custom soundtrack in the list (when added to description.ext with this code:

};

class CfgMusic
{
tracks[]={};

class music1

{
name = "music1";
sound[] = {"\music\phsr.ogg", db+0, 1.0};
};

};

Event Timeline

xSparkZx edited Steps To Reproduce. (Show Details)Jun 21 2015, 1:24 AM
xSparkZx set Category to Zeus - Feature Request.
xSparkZx set Reproducibility to Always.
xSparkZx set Severity to None.
xSparkZx set Resolution to Open.
xSparkZx set Legacy ID to 2022698627.May 8 2016, 12:15 PM