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
|
WormSign: WSIGN
|
||||||
WormAttack: WATTK
|
WormAttack: WATTK
|
||||||
EnemyUnitsApproaching: ENEMY
|
EnemyUnitsApproaching: ENEMY
|
||||||
|
EnemyUnitsDetected: ENEMY_DETECTED
|
||||||
UnitRepaired: GANEW
|
UnitRepaired: GANEW
|
||||||
CannotDeploy: DPLOY
|
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:
|
UpgradeManager:
|
||||||
TemporaryOwnerManager:
|
TemporaryOwnerManager:
|
||||||
MustBeDestroyed:
|
MustBeDestroyed:
|
||||||
|
AnnounceOnSeen:
|
||||||
|
Notification: EnemyUnitsDetected
|
||||||
|
|
||||||
^Tank:
|
^Tank:
|
||||||
AppearsOnRadar:
|
AppearsOnRadar:
|
||||||
@@ -103,6 +105,8 @@
|
|||||||
UpgradeManager:
|
UpgradeManager:
|
||||||
TemporaryOwnerManager:
|
TemporaryOwnerManager:
|
||||||
MustBeDestroyed:
|
MustBeDestroyed:
|
||||||
|
AnnounceOnSeen:
|
||||||
|
Notification: EnemyUnitsDetected
|
||||||
|
|
||||||
^Husk:
|
^Husk:
|
||||||
Health:
|
Health:
|
||||||
@@ -232,6 +236,8 @@
|
|||||||
UpgradeMinEnabledLevel: 1
|
UpgradeMinEnabledLevel: 1
|
||||||
UpgradeManager:
|
UpgradeManager:
|
||||||
MustBeDestroyed:
|
MustBeDestroyed:
|
||||||
|
AnnounceOnSeen:
|
||||||
|
Notification: EnemyUnitsDetected
|
||||||
TerrainModifiesDamage:
|
TerrainModifiesDamage:
|
||||||
TerrainModifier:
|
TerrainModifier:
|
||||||
Rough: 80
|
Rough: 80
|
||||||
@@ -268,6 +274,8 @@
|
|||||||
UpgradeTypes: selfheal
|
UpgradeTypes: selfheal
|
||||||
UpgradeMinEnabledLevel: 1
|
UpgradeMinEnabledLevel: 1
|
||||||
UpgradeManager:
|
UpgradeManager:
|
||||||
|
AnnounceOnSeen:
|
||||||
|
Notification: EnemyUnitsDetected
|
||||||
RenderUnit:
|
RenderUnit:
|
||||||
|
|
||||||
^Helicopter:
|
^Helicopter:
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ Speech:
|
|||||||
ConvoyUnitLost: convlst1
|
ConvoyUnitLost: convlst1
|
||||||
CreditsStolen: credit1
|
CreditsStolen: credit1
|
||||||
EnemyUnitsApproaching: enmyapp1
|
EnemyUnitsApproaching: enmyapp1
|
||||||
|
EnemyDetected: enmydet
|
||||||
ExplosiveChargePlaced: xploplc1
|
ExplosiveChargePlaced: xploplc1
|
||||||
FirstObjectiveMet: 1objmet1
|
FirstObjectiveMet: 1objmet1
|
||||||
FourtyMinutesRemaining: 40minr
|
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:
|
-EjectOnDeath:
|
||||||
-GpsDot:
|
-GpsDot:
|
||||||
RejectsOrders:
|
RejectsOrders:
|
||||||
|
-AnnounceOnSeen:
|
||||||
|
|
||||||
BADR.Bomber:
|
BADR.Bomber:
|
||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
@@ -343,4 +344,5 @@ U2:
|
|||||||
Offset: -1c43,0,0
|
Offset: -1c43,0,0
|
||||||
Interval: 2
|
Interval: 2
|
||||||
RejectsOrders:
|
RejectsOrders:
|
||||||
|
-AnnounceOnSeen:
|
||||||
|
|
||||||
|
|||||||
@@ -81,6 +81,8 @@
|
|||||||
CaptureNotification:
|
CaptureNotification:
|
||||||
Notification: UnitStolen
|
Notification: UnitStolen
|
||||||
MustBeDestroyed:
|
MustBeDestroyed:
|
||||||
|
AnnounceOnSeen:
|
||||||
|
Notification: EnemyDetected
|
||||||
|
|
||||||
^Tank:
|
^Tank:
|
||||||
Inherits@1: ^ExistsInWorld
|
Inherits@1: ^ExistsInWorld
|
||||||
@@ -141,6 +143,8 @@
|
|||||||
GroundCorpsePalette:
|
GroundCorpsePalette:
|
||||||
WaterCorpseSequence:
|
WaterCorpseSequence:
|
||||||
WaterCorpsePalette:
|
WaterCorpsePalette:
|
||||||
|
AnnounceOnSeen:
|
||||||
|
Notification: EnemyDetected
|
||||||
|
|
||||||
^Infantry:
|
^Infantry:
|
||||||
Inherits@1: ^ExistsInWorld
|
Inherits@1: ^ExistsInWorld
|
||||||
@@ -215,6 +219,8 @@
|
|||||||
Cloneable:
|
Cloneable:
|
||||||
Types: Infantry
|
Types: Infantry
|
||||||
MustBeDestroyed:
|
MustBeDestroyed:
|
||||||
|
AnnounceOnSeen:
|
||||||
|
Notification: EnemyDetected
|
||||||
|
|
||||||
^Ship:
|
^Ship:
|
||||||
Inherits@1: ^ExistsInWorld
|
Inherits@1: ^ExistsInWorld
|
||||||
@@ -244,6 +250,8 @@
|
|||||||
Tooltip:
|
Tooltip:
|
||||||
GenericName: Ship
|
GenericName: Ship
|
||||||
MustBeDestroyed:
|
MustBeDestroyed:
|
||||||
|
AnnounceOnSeen:
|
||||||
|
Notification: EnemyDetected
|
||||||
|
|
||||||
^Plane:
|
^Plane:
|
||||||
Inherits@1: ^ExistsInWorld
|
Inherits@1: ^ExistsInWorld
|
||||||
@@ -278,6 +286,8 @@
|
|||||||
GenericName: Plane
|
GenericName: Plane
|
||||||
WithShadow:
|
WithShadow:
|
||||||
MustBeDestroyed:
|
MustBeDestroyed:
|
||||||
|
AnnounceOnSeen:
|
||||||
|
Notification: EnemyDetected
|
||||||
|
|
||||||
^Helicopter:
|
^Helicopter:
|
||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
@@ -286,6 +296,8 @@
|
|||||||
GpsDot:
|
GpsDot:
|
||||||
String: Helicopter
|
String: Helicopter
|
||||||
Hovers:
|
Hovers:
|
||||||
|
AnnounceOnSeen:
|
||||||
|
Notification: EnemyDetected
|
||||||
|
|
||||||
^Building:
|
^Building:
|
||||||
Inherits@1: ^ExistsInWorld
|
Inherits@1: ^ExistsInWorld
|
||||||
|
|||||||
@@ -63,4 +63,5 @@ Player:
|
|||||||
Name: Unrestricted
|
Name: Unrestricted
|
||||||
Prerequisites: techlevel.infonly, techlevel.low, techlevel.medium, techlevel.unrestricted
|
Prerequisites: techlevel.infonly, techlevel.low, techlevel.medium, techlevel.unrestricted
|
||||||
GlobalUpgradeManager:
|
GlobalUpgradeManager:
|
||||||
|
EnemyWatcher:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user