Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added extra announcer voices #441

Merged
merged 1 commit into from
Nov 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion mods/hv/audio/notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Speech:
GameLoaded: game_loaded
GameSaved: game_saved
AirStrikeReady: airstrike_ready
AirStrikeCharging: airstrike_prepping
AirStrikeIncoming: airstrike_incoming
BaseAttack: we_are_under_attack
Building: building
BuildingCannotPlaceAudio: building_cannot_be_placed
Expand All @@ -16,25 +18,32 @@ Speech:
BuildingSold: building_sold
Cancelled: cancel
DroppodReady: droppod_ready
DroppodCharging: droppod_charging
DroppodIncoming: droppod_incoming
EnemyUnitsDetected: enemy_in_range
HowitzerDetected: howitzer_detected
HowitzerCharging: howitzer_prepping
HowitzerReady: howitzer_ready
HowitzerIncoming: enemy_barage_incoming
MinerUnderAttack: miner_under_attack
MiningTowerUnderAttack: mining_tower_under_attack
InsufficientFunds: insufficient_funding
LowPower: no_power
MissileLaunchDetected: missile_launch_detected
MissileIncoming: nuke_incoming
MissileCharging: nuke_prepping
MissileReady: nuke_ready
MissileDetected: nuke_detected
MinerReady: miner_mining_tower_ready
MissionAccomplished: mission_accomplished
MissionFailed: mission_failed
ForceFieldCharging: force_field_charging
ForceFieldReady: force_field_ready
ForceFieldDetected: force_field_detected
ForceFieldEngaged: force_field_engaged
NewOptions: new_construction_options
OnHold: on_hold
OrbitalRailgunDetected: railgun_detected
OrbitalRailgunFired: railgun_fired
OrbitalRailgunCharging: railgun_charging
OrbitalRailgunReady: railgun_ready
PrimaryBuildingSelected: primary_building_selected
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mods/hv/bits/audio/dzierzan/announcer/airstrike_ready.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 8 additions & 3 deletions mods/hv/rules/buildings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ RADAR:
SelectTargetSpeechNotification: SelectTarget
OrderName: FlushBombers
EndChargeSpeechNotification: AirStrikeReady
BeginChargeSpeechNotification: AirStrikeCharging
IncomingSpeechNotification: AirStrikeIncoming
SupportPowerChargeBar:

RADAR2:
Expand All @@ -327,6 +329,8 @@ RADAR2:
SelectTargetSpeechNotification: SelectTarget
EndChargeSpeechNotification: DroppodReady
LaunchSpeechNotification: ReinforcementsHaveArrived
BeginChargeSpeechNotification: DroppodCharging
IncomingSpeechNotification: DroppodIncoming

TRADPLAT:
Inherits: ^BaseBuilding
Expand Down Expand Up @@ -1224,7 +1228,7 @@ HOWITZER:
BeginChargeSpeechNotification: HowitzerCharging
EndChargeSpeechNotification: HowitzerReady
SelectTargetSpeechNotification: SelectTarget
IncomingSpeechNotification: HowitzerDetected
IncomingSpeechNotification: HowitzerIncoming
CircleBorderWidth: 3
AttackTurreted:
RequiresCondition: !build-incomplete && !disabled
Expand Down Expand Up @@ -1286,6 +1290,7 @@ FIELD:
BlockedCursor: force-field-blocked
BeginChargeSpeechNotification: ForceFieldCharging
EndChargeSpeechNotification: ForceFieldReady
IncomingSpeechNotification: ForceFieldEngaged
Dimensions: 3, 3
Footprint: xxx xxx xxx
OrderName: ShieldsUp
Expand Down Expand Up @@ -1364,7 +1369,7 @@ SILO:
SupportPowerPaletteOrder: 10
BeginChargeSpeechNotification: MissileCharging
EndChargeSpeechNotification: MissileReady
IncomingSpeechNotification: MissileLaunchDetected
IncomingSpeechNotification: MissileIncoming
OrderName: Nukem
SelectTargetSpeechNotification: SelectTarget
SupportPowerChargeBar:
Expand Down Expand Up @@ -1441,7 +1446,7 @@ UPLINK:
SelectTargetSpeechNotification: SelectTarget
BeginChargeSpeechNotification: OrbitalRailgunCharging
EndChargeSpeechNotification: OrbitalRailgunReady
IncomingSpeechNotification: OrbitalRailgunDetected
IncomingSpeechNotification: OrbitalRailgunFired
Power:
Amount: -150
MustBeDestroyed:
Expand Down