Music
Each vehicle includes a music player, that the player may choose to select any songs to play throughout. They will in addition be able to obtain music as the play along, via CDs they've acquired.
You may define some music by creating a music.kdr file.
The following properties that exist:
| Key | Type | Required | Default | Explanation |
|---|---|---|---|---|
| dev_name | String |
Yes | N/A |
The internal name of the music. |
| title | String |
Yes | N/A |
The name of the music that the player will see in-game. |
| artist | String |
Yes | N/A |
The artist of the music that the player will see in-game. |
| track | String |
Yes | N/A |
The asset name of the music track. |
| start | Number |
No | 0 |
Whether the player starts with this or not. |
| streamer_ban | Number |
No | 0 |
Whether this should be banned for players who have "Streamer banned" option enabled. |
Example
{
dev_name: "acdc01"
title: "Highway to Hell"
artist: "ACDC"
track: "mus_acdc_highway_to_hell"
start:1
streamer_ban: 1
}