Skip to content

Commit

Permalink
Fix death screams and dino voices.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Dec 15, 2022
1 parent a6b96fe commit 43de231
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
25 changes: 14 additions & 11 deletions mods/cnc/audio/voices.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
GenericVoice:
DefaultVariant: .WAV
Variants:
nod: .V01_EN-US.WAV, .V03_EN-US.WAV
gdi: .V01_EN-US.WAV, .V03_EN-US.WAV
Expand All @@ -9,11 +10,12 @@ GenericVoice:
Select: ACKNO, AWAIT1, READY, REPORT1, YESSIR1
Action: AFFIRM1, RITAWAY, UGOTIT, ROGER, MOVOUT1
Attack: AFFIRM1, RITAWAY, UGOTIT, NOPROB, YESSIR1
Die: NUYELL1, NUYELL3, NUYELL4, NUYELL5, NUYELL6
Burned: YELL1
Zapped: NUYELL3
Poisoned: NUYELL12
Die: TDR_SFX_NUYELL1, TDR_SFX_NUYELL3, TDR_SFX_NUYELL4, TDR_SFX_NUYELL5, TDR_SFX_NUYELL6
Burned: TDR_SFX_YELL1
Zapped: TDR_SFX_NUYELL3
Poisoned: TDR_SFX_NUYELL12
DisableVariants: Die, Burned, Zapped, Poisoned
DisablePrefixes: Die, Burned, Zapped, Poisoned

VehicleVoice:
Variants:
Expand Down Expand Up @@ -92,11 +94,12 @@ CommandoVoice:
Kill: KEEPEM1, LAUGH1, LEFTY1, TUFFGUY1

DinoVoice:
DefaultVariant: .WAV
Voices:
Select: dinoyes
Move: dinomout
Attack: dinoatk1
Die: dinodie1
Burned: dinodie1
Zapped: dinodie1
Poisoned: dinodie1
Select: TDR_SFX_DINOYES
Move: TDR_SFX_DINOMOUT
Attack: TDR_SFX_DINOATK1
Die: TDR_SFX_DINODIE1
Burned: TDR_SFX_DINODIE1
Zapped: TDR_SFX_DINODIE1
Poisoned: TDR_SFX_DINODIE1
1 change: 1 addition & 0 deletions mods/cnc/mod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RemasterModContent:
data|TEXTURES_TD_SRGB.MEG
data|TEXTURES_COMMON_SRGB.MEG
data|SFX2D_EN-US.MEG
data|SFX3D.MEG
data|MUSIC.MEG
base|bits/snow.mix
base|bits
Expand Down

0 comments on commit 43de231

Please sign in to comment.