Add "Enemy detected" notification to RA

This commit is contained in:
penev92
2015-04-04 02:55:12 +03:00
parent 606f69ed7c
commit 873c47127a
3 changed files with 7 additions and 6 deletions

View File

@@ -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

Binary file not shown.

View File

@@ -82,7 +82,7 @@
Notification: UnitStolen Notification: UnitStolen
MustBeDestroyed: MustBeDestroyed:
AnnounceOnSeen: AnnounceOnSeen:
Notification: EnemyUnitsApproaching Notification: EnemyDetected
^Tank: ^Tank:
Inherits@1: ^ExistsInWorld Inherits@1: ^ExistsInWorld
@@ -144,7 +144,7 @@
WaterCorpseSequence: WaterCorpseSequence:
WaterCorpsePalette: WaterCorpsePalette:
AnnounceOnSeen: AnnounceOnSeen:
Notification: EnemyUnitsApproaching Notification: EnemyDetected
^Infantry: ^Infantry:
Inherits@1: ^ExistsInWorld Inherits@1: ^ExistsInWorld
@@ -220,7 +220,7 @@
Types: Infantry Types: Infantry
MustBeDestroyed: MustBeDestroyed:
AnnounceOnSeen: AnnounceOnSeen:
Notification: EnemyUnitsApproaching Notification: EnemyDetected
^Ship: ^Ship:
Inherits@1: ^ExistsInWorld Inherits@1: ^ExistsInWorld
@@ -251,7 +251,7 @@
GenericName: Ship GenericName: Ship
MustBeDestroyed: MustBeDestroyed:
AnnounceOnSeen: AnnounceOnSeen:
Notification: EnemyUnitsApproaching Notification: EnemyDetected
^Plane: ^Plane:
Inherits@1: ^ExistsInWorld Inherits@1: ^ExistsInWorld
@@ -287,7 +287,7 @@
WithShadow: WithShadow:
MustBeDestroyed: MustBeDestroyed:
AnnounceOnSeen: AnnounceOnSeen:
Notification: EnemyUnitsApproaching Notification: EnemyDetected
^Helicopter: ^Helicopter:
Inherits: ^Plane Inherits: ^Plane
@@ -297,7 +297,7 @@
String: Helicopter String: Helicopter
Hovers: Hovers:
AnnounceOnSeen: AnnounceOnSeen:
Notification: EnemyUnitsApproaching Notification: EnemyDetected
^Building: ^Building:
Inherits@1: ^ExistsInWorld Inherits@1: ^ExistsInWorld