Skip to content

Commit

Permalink
[feature] Added Bloat Challenge sounds
Browse files Browse the repository at this point in the history
- Taken from Boomer L4D2 idle sounds
  • Loading branch information
Vel-San committed Jul 11, 2020
1 parent df5dbe8 commit 114f5a7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Classes/KFVP.uc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ function Initialized()
S.Sounds[0] = LoadSound("BoomerPop1");
S.Sounds[1] = LoadSound("BoomerPop2");
S.Sounds[2] = LoadSound("BoomerPop3");
CacheSound(S,SoundGroup'KF_EnemiesFinalSnd.Bloat_Challenge');
S.Sounds.Length = 4;
S.Sounds[0] = LoadSound("BloatChallenge1");
S.Sounds[1] = LoadSound("BloatChallenge2");
S.Sounds[2] = LoadSound("BloatChallenge3");
S.Sounds[3] = LoadSound("BloatChallenge4");
class'ZombieBloat_STANDARD'.default.HeadLessDeathSound = Sound'KF_VP.BoomerPop1';
log("-----|| Default Bloat Headless Sound: " $class'ZombieBloat_STANDARD'.default.HeadLessDeathSound$ " ||-----");
}
Expand Down
2 changes: 2 additions & 0 deletions Classes/KFZedVoiceChanger.uc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

Class KFZedVoiceChanger extends Mutator config(KFZedVoiceChanger);

#exec OBJ LOAD FILE=KF_VP.uax

var() config bool bSiren, bScrake, bFleshP, bPatty, bBloat;

function PreBeginPlay()
Expand Down
Binary file modified Sounds/KF_VP.uax
Binary file not shown.
1 change: 1 addition & 0 deletions Steam_WorkShop_Description/Workshop-Text
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This Mutator replaces:
----- Jojo's NANI (Entrance Scream)

- Bloat Explosion & idle talking as Boomer from L4D2 [url=https://streamable.com/m9sp2j]VIDEO[/url]
----- Idle Challenge (4 Different Sounds) [url=https://streamable.com/o09eix]VIDEO[/url]

- [strike]Siren has a Demon Screech for the scream[/strike] Disabled for now

Expand Down

0 comments on commit 114f5a7

Please sign in to comment.