-
Notifications
You must be signed in to change notification settings - Fork 54
Custom Music
Kex edited this page Jan 4, 2017
·
19 revisions
###Note:
- You can add custom music in your mission which are available in the "Music" module since Achilles V.0.0.1.
In order to get it working properly, you have to define the "name", "duration" and "musicClass" attributes in your custom music class.
- More information about custom music in missions is available in the BIKI.
###Example:
class CfgMusic
{
tracks[]={};
class ArmA2_Reforger
{
// Display Name
name = "ArmA2 Reforger";
// Given in seconds; Is converted to mm:ss and shown in Zeus interface.
duration = 155;
// Music category (can be "Lead", "Action", "Stealth" or "Calm").
musicClass = "Lead";
sound[] = {"music\Ambient08_Reforger.ogg", db+10, 1.0};
};
};
Achilles
Discuss topic | BIS forum | Create an issue
- Home
- About the Add-on (external link)
- Add-on Configuration
- Ares Wiki (external link)
Considerations for Reinforcement Module- Custom Modules
- Custom Music
- Execute Code
- FAQ
- Informative Module Icons
- Key Assignements
- Module Information
- Recommended Add-ons
- Restrict Code Execute
- Selection Option
Tips and Tricks- Using ACE3
- Zeus Guides
- Zeus Setup