Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Object CINE_AmericaJetStealthFighter
SoundEject = PilotSoundEject
VoiceEject = PilotVoiceEject
Afterburner = RaptorAfterburner
VoiceLowFuel = AuroraBomberVoiceLowFuel
VoiceLowFuel = StealthFighterVoiceLowFuel
VoiceGarrison = StealthFighterVoiceMove
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Object CINE_AmericaJetStealthFighterUSA08
SoundEject = PilotSoundEject
VoiceEject = PilotVoiceEject
Afterburner = RaptorAfterburner
VoiceLowFuel = AuroraBomberVoiceLowFuel
VoiceLowFuel = StealthFighterVoiceLowFuel
VoiceGarrison = StealthFighterVoiceMove
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Object AmericaJetStealthFighter
SoundEject = PilotSoundEject
VoiceEject = PilotVoiceEject
Afterburner = RaptorAfterburner
VoiceLowFuel = AuroraBomberVoiceLowFuel
VoiceLowFuel = StealthFighterVoiceLowFuel
VoiceGarrison = StealthFighterVoiceMove
End

Expand Down
2 changes: 1 addition & 1 deletion Generals/Data/INI/Voice.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ AudioEvent StealthFighterVoiceAttack
End

AudioEvent StealthFighterVoiceLowFuel
Sounds = vstefub vstefuc ; vstefua
Sounds = vstefua vstefub vstefuc
Control = RANDOM
Attack = gradio1a gradio1b gradio1c gradio1d gradio1e gradio1f
Decay = gradio3a gradio3b gradio3c gradio3d gradio3e
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Object CINE_AmericaJetStealthFighter
SoundEject = PilotSoundEject
VoiceEject = PilotVoiceEject
Afterburner = RaptorAfterburner
VoiceLowFuel = AuroraBomberVoiceLowFuel
VoiceLowFuel = StealthFighterVoiceLowFuel
VoiceGarrison = StealthFighterVoiceMove
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Object AmericaJetStealthFighter
SoundEject = PilotSoundEject
VoiceEject = PilotVoiceEject
Afterburner = RaptorAfterburner
VoiceLowFuel = AuroraBomberVoiceLowFuel
VoiceLowFuel = StealthFighterVoiceLowFuel
VoiceGarrison = StealthFighterVoiceMove
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Object AirF_AmericaJetStealthFighter
SoundEject = PilotSoundEject
VoiceEject = PilotVoiceEject
Afterburner = RaptorAfterburner
VoiceLowFuel = AuroraBomberVoiceLowFuel
VoiceLowFuel = StealthFighterVoiceLowFuel
VoiceGarrison = StealthFighterVoiceMove
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Object Lazr_AmericaJetStealthFighter
SoundEject = PilotSoundEject
VoiceEject = PilotVoiceEject
Afterburner = RaptorAfterburner
VoiceLowFuel = AuroraBomberVoiceLowFuel
VoiceLowFuel = StealthFighterVoiceLowFuel
VoiceGarrison = StealthFighterVoiceMove
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Object SupW_AmericaJetStealthFighter
SoundEject = PilotSoundEject
VoiceEject = PilotVoiceEject
Afterburner = RaptorAfterburner
VoiceLowFuel = AuroraBomberVoiceLowFuel
VoiceLowFuel = StealthFighterVoiceLowFuel
VoiceGarrison = StealthFighterVoiceMove
End

Expand Down
2 changes: 1 addition & 1 deletion GeneralsZH/Data/INI/Voice.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ AudioEvent StealthFighterVoiceAttack
End

AudioEvent StealthFighterVoiceLowFuel
Sounds = vstefub vstefuc ; vstefua
Sounds = vstefua vstefub vstefuc
Control = RANDOM
Attack = gradio1a gradio1b gradio1c gradio1d gradio1e gradio1f
Decay = gradio3a gradio3b gradio3c gradio3d gradio3e
Expand Down