Skip to content

Commit

Permalink
Move new upgrade audio events INI definitions near the original ones …
Browse files Browse the repository at this point in the history
…for upgrades
  • Loading branch information
xezon committed May 9, 2023
1 parent ece2b4e commit f7f43b9
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ labels:

links:
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1026
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1917

authors:
- commy2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ labels:

links:
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1026
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1917

authors:
- commy2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ labels:

links:
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1026
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1917

authors:
- commy2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ labels:

links:
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1026
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1917

authors:
- commy2
61 changes: 32 additions & 29 deletions Patch104pZH/GameFilesEdited/Data/INI/Voice.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5314,6 +5314,38 @@ AudioEvent HelixVoiceUpgradeNuclearBomb
Type = ui voice player
End

; Patch104p @tweak commy2 20/08/2022 Adds upgrade voice for MOAB.
AudioEvent EvaVoiceUpgradeMOAB
Sounds = eumoaup
Control = random
Volume = 90
Type = ui voice player
End

; Patch104p @tweak commy2 20/08/2022 Adds upgrade voice for Sentry Drone Gun.
AudioEvent EvaVoiceUpgradeSentryDrone
Sounds = eusdrnup
Control = random
Volume = 90
Type = ui voice player
End

; Patch104p @tweak commy2 20/08/2022 Adds upgrade voice for Neutron Shells.
AudioEvent EvaVoiceUpgradeNeutronShell
Sounds = ecneutup
Control = random
Volume = 90
Type = ui voice player
End

; Patch104p @tweak commy2 20/08/2022 Adds upgrade voice for Fortified Structure.
AudioEvent EvaVoiceUpgradeFortifiedStructure
Sounds = eggardup
Control = random
Volume = 90
Type = ui voice player
End

; Patch104p @feature Stubbjax 23/09/2022 Adds upgrade voice for Satellite Hack One. (#1262)
AudioEvent EvaVoiceUpgradeSatelliteHackOne
Sounds = ecsat1up
Expand Down Expand Up @@ -5681,32 +5713,3 @@ End




; Patch104p @tweak commy2 20/08/2022 Add some upgrade voice lines.
AudioEvent EvaVoiceUpgradeMOAB
Sounds = eumoaup
Control = random
Volume = 90
Type = ui voice player
End

AudioEvent EvaVoiceUpgradeSentryDrone
Sounds = eusdrnup
Control = random
Volume = 90
Type = ui voice player
End

AudioEvent EvaVoiceUpgradeNeutronShell
Sounds = ecneutup
Control = random
Volume = 90
Type = ui voice player
End

AudioEvent EvaVoiceUpgradeFortifiedStructure
Sounds = eggardup
Control = random
Volume = 90
Type = ui voice player
End

0 comments on commit f7f43b9

Please sign in to comment.