There are two possible types of horn which may be defined via a [Horn] section- 'Looped Horns' and 'Legacy Horns'
Looped Horns
A looped horn is made up of three components:
A start sound, a loop sound and an end sound.
The start sound is played once, followed by the loop sound for the duration of the keypress. When the horn key is released, the end sound will be played once.
|
PrimaryStart = FileName
SecondaryStart = FileName
MusicStart = FileName |
Played once when the given horn is applied.
|
PrimaryLoop = FileName
SecondaryLoop = FileName
MusicLoop = FileName |
Played in a loop whilst the given horn is active.
|
PrimaryEnd = FileName
SecondaryEnd = FileName
MusicEnd = FileName |
Played once when the given horn is released.
|