From b070c0818fd9da1c7c86da1ccdb8471f448b266d Mon Sep 17 00:00:00 2001 From: Gustas Date: Thu, 29 Aug 2024 22:23:24 +0300 Subject: [PATCH] Add sounds on joining and leaving skirmish menu --- mods/cnc/audio/notifications.yaml | 4 ++++ mods/cnc/metrics.yaml | 2 ++ mods/ra/audio/notifications.yaml | 6 ++++++ mods/ra/metrics.yaml | 3 +++ 4 files changed, 15 insertions(+) diff --git a/mods/cnc/audio/notifications.yaml b/mods/cnc/audio/notifications.yaml index fb0069a82d..a685462b95 100644 --- a/mods/cnc/audio/notifications.yaml +++ b/mods/cnc/audio/notifications.yaml @@ -65,6 +65,10 @@ Sounds: InterruptType: Overlap ChatLine: scold1 InterruptType: Interrupt + LobbyOptionChanged: beepy3 + InterruptType: Interrupt + PlayerLeft: country1 + InterruptType: Interrupt ClickDisabledSound: scold2 InterruptType: Overlap ClickSound: button diff --git a/mods/cnc/metrics.yaml b/mods/cnc/metrics.yaml index 4c717915e3..707727fd2b 100644 --- a/mods/cnc/metrics.yaml +++ b/mods/cnc/metrics.yaml @@ -4,3 +4,5 @@ Metrics: ButtonDepth: 0 ButtonFont: Bold TextfieldColorHighlight: 800000 + LobbyOptionChangedSound: LobbyOptionChanged + PlayerLeftSound: PlayerLeft diff --git a/mods/ra/audio/notifications.yaml b/mods/ra/audio/notifications.yaml index ddf9e89a15..4b33643b09 100644 --- a/mods/ra/audio/notifications.yaml +++ b/mods/ra/audio/notifications.yaml @@ -129,6 +129,12 @@ Sounds: EnablePower: bleep12 ChatLine: rabeep1 InterruptType: Interrupt + PlayerJoined: bleep11 + InterruptType: Interrupt + LobbyOptionChanged: bleep17 + InterruptType: Interrupt + PlayerLeft: bleep12 + InterruptType: Interrupt ClickSound: ramenu1 InterruptType: Overlap ClickDisabledSound: diff --git a/mods/ra/metrics.yaml b/mods/ra/metrics.yaml index 47db2b8907..a506eabdd5 100644 --- a/mods/ra/metrics.yaml +++ b/mods/ra/metrics.yaml @@ -14,3 +14,6 @@ Metrics: IncompatibleProtectedGameColor: B22222 IncompatibleVersionColor: D3D3D3 TextfieldColorHighlight: 562020 + PlayerJoinedSound: PlayerJoined + LobbyOptionChangedSound: LobbyOptionChanged + PlayerLeftSound: PlayerLeft