Hotfix for voice pack.
This commit is contained in:
parent
6cf482a7e1
commit
4d90ff2991
2 changed files with 23 additions and 1 deletions
|
|
@ -347,6 +347,7 @@ Class UTPlayerHereticCompatTMale1 : UTPlayerHereticCompat
|
|||
Player.SoundClass "tmale1";
|
||||
Player.DisplayName "$N_TMALE1";
|
||||
Player.Portrait "Blake";
|
||||
UTPlayer.VoiceType VOICE_MaleOne;
|
||||
-NOMENU;
|
||||
}
|
||||
}
|
||||
|
|
@ -357,6 +358,7 @@ Class UTPlayerHereticCompatTMale2 : UTPlayerHereticCompat
|
|||
Player.SoundClass "tmale2";
|
||||
Player.DisplayName "$N_TMALE2";
|
||||
Player.Portrait "Brock";
|
||||
UTPlayer.VoiceType VOICE_MaleTwo;
|
||||
-NOMENU;
|
||||
}
|
||||
}
|
||||
|
|
@ -368,6 +370,7 @@ Class UTPlayerHereticCompatTFemale1 : UTPlayerHereticCompat
|
|||
Player.DisplayName "$N_TFEMALE1";
|
||||
Player.Portrait "Ivana";
|
||||
UTPlayer.DollType DOLL_Female;
|
||||
UTPlayer.VoiceType VOICE_FemaleOne;
|
||||
-NOMENU;
|
||||
}
|
||||
}
|
||||
|
|
@ -379,6 +382,7 @@ Class UTPlayerHereticCompatTFemale2 : UTPlayerHereticCompat
|
|||
Player.DisplayName "$N_TFEMALE2";
|
||||
Player.Portrait "Lauren";
|
||||
UTPlayer.DollType DOLL_Female;
|
||||
UTPlayer.VoiceType VOICE_FemaleTwo;
|
||||
-NOMENU;
|
||||
}
|
||||
}
|
||||
|
|
@ -391,6 +395,7 @@ Class UTPlayerHereticCompatTBoss : UTPlayerHereticCompat
|
|||
Player.DisplayName "$N_TBOSS";
|
||||
Player.Portrait "Xan";
|
||||
UTPlayer.DollType DOLL_Boss;
|
||||
UTPlayer.VoiceType VOICE_Boss;
|
||||
// should have NOBLOOD, but Xan did bleed in vanilla UT so...
|
||||
// (this is what gave birth to the theory that Xan was actually Jerl Liandri himself)
|
||||
-NOMENU;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue