Skip to content

Commit

Permalink
Add voice voveatd to OverlordTankVoiceAttack
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed May 21, 2023
1 parent 799950c commit 6ce3a01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: 2023-05-05
title: Adds unused voice variation(s) to China Overlord

changes:
- tweak: Adds unused voice "They will beg for mercy" to OverlordTankVoiceAttack.
- tweak: Adds unused voice "Leave now" to OverlordTankVoiceUnload.

labels:
Expand Down

This file was deleted.

18 changes: 3 additions & 15 deletions Patch104pZH/GameFilesEdited/Data/INI/Voice.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2050,28 +2050,14 @@ End


AudioEvent OverlordTankVoiceSelect
;patch104p-core-begin
Sounds = vovesea voveseb vovesec vovesee vovesef voveseg vovecra ;vovesed
;patch104p-core-end
;patch104p-optional-begin
; Patch104p @tweak xezon 05/05/2023 Optionally adds sound vovesed "Are you ready?" (#1924)
Sounds = vovesea voveseb vovesec vovesed vovesee vovesef voveseg vovecra
;patch104p-optional-end
Control = random
Volume = 90
Type = ui voice player
End

AudioEvent OverlordTankVoiceCreate
;patch104p-core-begin
Sounds = vovesed
;patch104p-core-end
;patch104p-optional-begin
; Patch104p @tweak xezon 05/05/2023 Optionally removes sound vovesed "Are you ready?" (#1924)
; Patch104p @tweak xezon 05/05/2023 Optionally adds former unused sound(s) voveatd (#1924)
; voveatd "They will beg for mercy"
Sounds = voveatd
;patch104p-optional-end
Control = random
Volume = 110
MinVolume = 100
Expand All @@ -2086,8 +2072,10 @@ AudioEvent OverlordTankVoiceMove
Type = ui voice player
End

; Patch104p @tweak xezon 05/05/2023 Adds former unused sound(s) voveatd (#1924)
; voveatd "They will beg for mercy"
AudioEvent OverlordTankVoiceAttack
Sounds = voveata voveatb voveatc voveate voveatf voveatg vovecrb
Sounds = voveata voveatb voveatc voveate voveatf voveatg vovecrb voveatd
Control = random
Volume = 90
Type = ui voice player
Expand Down

0 comments on commit 6ce3a01

Please sign in to comment.