Merge pull request #7849 from penev92/bleed_notifications
Add new enemy detection voice notifications to RA and D2k
This commit is contained in:
@@ -34,6 +34,7 @@ Speech:
|
||||
WormSign: WSIGN
|
||||
WormAttack: WATTK
|
||||
EnemyUnitsApproaching: ENEMY
|
||||
EnemyUnitsDetected: ENEMY_DETECTED
|
||||
UnitRepaired: GANEW
|
||||
CannotDeploy: DPLOY
|
||||
|
||||
|
||||
BIN
mods/d2k/bits/AI_ENEMY_DETECTED.AUD
Normal file
BIN
mods/d2k/bits/AI_ENEMY_DETECTED.AUD
Normal file
Binary file not shown.
BIN
mods/d2k/bits/HI_ENEMY_DETECTED.AUD
Normal file
BIN
mods/d2k/bits/HI_ENEMY_DETECTED.AUD
Normal file
Binary file not shown.
BIN
mods/d2k/bits/OI_ENEMY_DETECTED.AUD
Normal file
BIN
mods/d2k/bits/OI_ENEMY_DETECTED.AUD
Normal file
Binary file not shown.
@@ -50,6 +50,8 @@
|
||||
UpgradeManager:
|
||||
TemporaryOwnerManager:
|
||||
MustBeDestroyed:
|
||||
AnnounceOnSeen:
|
||||
Notification: EnemyUnitsDetected
|
||||
|
||||
^Tank:
|
||||
AppearsOnRadar:
|
||||
@@ -103,6 +105,8 @@
|
||||
UpgradeManager:
|
||||
TemporaryOwnerManager:
|
||||
MustBeDestroyed:
|
||||
AnnounceOnSeen:
|
||||
Notification: EnemyUnitsDetected
|
||||
|
||||
^Husk:
|
||||
Health:
|
||||
@@ -232,6 +236,8 @@
|
||||
UpgradeMinEnabledLevel: 1
|
||||
UpgradeManager:
|
||||
MustBeDestroyed:
|
||||
AnnounceOnSeen:
|
||||
Notification: EnemyUnitsDetected
|
||||
TerrainModifiesDamage:
|
||||
TerrainModifier:
|
||||
Rough: 80
|
||||
@@ -268,6 +274,8 @@
|
||||
UpgradeTypes: selfheal
|
||||
UpgradeMinEnabledLevel: 1
|
||||
UpgradeManager:
|
||||
AnnounceOnSeen:
|
||||
Notification: EnemyUnitsDetected
|
||||
RenderUnit:
|
||||
|
||||
^Helicopter:
|
||||
|
||||
@@ -35,6 +35,7 @@ Speech:
|
||||
ConvoyUnitLost: convlst1
|
||||
CreditsStolen: credit1
|
||||
EnemyUnitsApproaching: enmyapp1
|
||||
EnemyDetected: enmydet
|
||||
ExplosiveChargePlaced: xploplc1
|
||||
FirstObjectiveMet: 1objmet1
|
||||
FourtyMinutesRemaining: 40minr
|
||||
|
||||
BIN
mods/ra/bits/enmydet.aud
Normal file
BIN
mods/ra/bits/enmydet.aud
Normal file
Binary file not shown.
@@ -32,6 +32,7 @@ BADR:
|
||||
-EjectOnDeath:
|
||||
-GpsDot:
|
||||
RejectsOrders:
|
||||
-AnnounceOnSeen:
|
||||
|
||||
BADR.Bomber:
|
||||
Inherits: ^Plane
|
||||
@@ -343,4 +344,5 @@ U2:
|
||||
Offset: -1c43,0,0
|
||||
Interval: 2
|
||||
RejectsOrders:
|
||||
-AnnounceOnSeen:
|
||||
|
||||
|
||||
@@ -81,6 +81,8 @@
|
||||
CaptureNotification:
|
||||
Notification: UnitStolen
|
||||
MustBeDestroyed:
|
||||
AnnounceOnSeen:
|
||||
Notification: EnemyDetected
|
||||
|
||||
^Tank:
|
||||
Inherits@1: ^ExistsInWorld
|
||||
@@ -141,6 +143,8 @@
|
||||
GroundCorpsePalette:
|
||||
WaterCorpseSequence:
|
||||
WaterCorpsePalette:
|
||||
AnnounceOnSeen:
|
||||
Notification: EnemyDetected
|
||||
|
||||
^Infantry:
|
||||
Inherits@1: ^ExistsInWorld
|
||||
@@ -215,6 +219,8 @@
|
||||
Cloneable:
|
||||
Types: Infantry
|
||||
MustBeDestroyed:
|
||||
AnnounceOnSeen:
|
||||
Notification: EnemyDetected
|
||||
|
||||
^Ship:
|
||||
Inherits@1: ^ExistsInWorld
|
||||
@@ -244,6 +250,8 @@
|
||||
Tooltip:
|
||||
GenericName: Ship
|
||||
MustBeDestroyed:
|
||||
AnnounceOnSeen:
|
||||
Notification: EnemyDetected
|
||||
|
||||
^Plane:
|
||||
Inherits@1: ^ExistsInWorld
|
||||
@@ -278,6 +286,8 @@
|
||||
GenericName: Plane
|
||||
WithShadow:
|
||||
MustBeDestroyed:
|
||||
AnnounceOnSeen:
|
||||
Notification: EnemyDetected
|
||||
|
||||
^Helicopter:
|
||||
Inherits: ^Plane
|
||||
@@ -286,6 +296,8 @@
|
||||
GpsDot:
|
||||
String: Helicopter
|
||||
Hovers:
|
||||
AnnounceOnSeen:
|
||||
Notification: EnemyDetected
|
||||
|
||||
^Building:
|
||||
Inherits@1: ^ExistsInWorld
|
||||
|
||||
@@ -63,4 +63,5 @@ Player:
|
||||
Name: Unrestricted
|
||||
Prerequisites: techlevel.infonly, techlevel.low, techlevel.medium, techlevel.unrestricted
|
||||
GlobalUpgradeManager:
|
||||
EnemyWatcher:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user