Skip to content

Commit

Permalink
Use new voices
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Jun 17, 2024
1 parent 49b83ed commit db2b48f
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 15 deletions.
8 changes: 4 additions & 4 deletions Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ public abstract class SharedHumanoidAppearanceSystem : EntitySystem
[ValidatePrototypeId<SpeciesPrototype>]
public const string DefaultSpecies = "Human";
// Corvax-TTS-Start
public const string DefaultVoice = "Garithos";
public const string DefaultVoice = "johnny";
public static readonly Dictionary<Sex, string> DefaultSexVoice = new()
{
{Sex.Male, "Garithos"},
{Sex.Female, "Maiev"},
{Sex.Unsexed, "Myron"},
{Sex.Male, "johnny"},
{Sex.Female, "v_female"},
{Sex.Unsexed, "serana"},
};
// Corvax-TTS-End

Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Corvax/tts-voices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
sex: Male
speaker: gman
id: gman
roundStart: false

- type: ttsVoice
name: tts-voice-name-barni
Expand Down Expand Up @@ -341,24 +342,28 @@
sex: Male
speaker: adventure_core
id: adventure_core
roundStart: false

- type: ttsVoice
name: tts-voice-name-fact_core
sex: Male
speaker: fact_core
id: fact_core
roundStart: false

- type: ttsVoice
name: tts-voice-name-space_core
sex: Male
speaker: space_core
id: space_core
roundStart: false

- type: ttsVoice
name: tts-voice-name-turret_floor
sex: Female
speaker: turret_floor
id: turret_floor
roundStart: false

- type: ttsVoice
name: tts-voice-name-geralt
Expand Down Expand Up @@ -557,6 +562,7 @@
sex: Male
speaker: skippy
id: skippy
roundStart: false

- type: ttsVoice
name: tts-voice-name-jackie
Expand All @@ -569,6 +575,7 @@
sex: Male
speaker: dornan
id: dornan
roundStart: false

- type: ttsVoice
name: tts-voice-name-officer_enclave
Expand Down Expand Up @@ -665,6 +672,7 @@
sex: Female
speaker: adjutant
id: adjutant
roundStart: false

- type: ttsVoice
name: tts-voice-name-hanson
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
- Cyborgs
- type: StepTriggerImmune
- type: TTS # Corvax-TTS
voice: TrainingRobot
voice: fact_core

- type: entity
abstract: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
footstepSoundCollection:
collection: FootstepHoverBorg
- type: TTS # Corvax-TTS
voice: TrainingRobot
voice: fact_core

- type: entity
id: BorgChassisService
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/pets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@
proper: true
gender: female
- type: TTS # Corvax-TTS
voice: Dryad
voice: angry_neco_arc

- type: entity
name: Pun Pun
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
attributes:
gender: male
- type: TTS # Corvax-TTS
voice: Rat
voice: dude

- type: entity
id: MobRatKingBuff
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- type: NoSlip
- type: Actions
- type: TTS # Corvax-TTS
voice: Kelthuzad
voice: illidan
- type: Eye
drawFov: false
visMask:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
rootTask:
task: SimpleHostileCompound
- type: TTS # Corvax-TTS
voice: Chen
voice: neco_arc_2

- type: entity
name: geras
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Objects/Fun/pai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
- type: TypingIndicator
proto: robot
- type: TTS # Corvax-TTS
voice: TrainingRobot
voice: skippy
- type: Speech
speechVerb: Robotic
speechSounds: Pai
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Objects/Fun/puppet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- type: TypingIndicator
proto: robot
- type: TTS # Corvax-TTS
voice: Meepo
voice: ziggs
- type: Actions
- type: MobState
allowedStates:
Expand All @@ -43,4 +43,4 @@
layers:
- state: icon
- type: TTS # Corvax-TTS
voice: Zibb
voice: ominisgaunt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
- type: TypingIndicator
proto: robot
- type: TTS # Corvax-TTS
voice: TrainingRobot
voice: space_core
- type: Speech
speechVerb: Robotic
speechSounds: Vending
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Structures/hydro_tray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
- type: Machine
board: HydroponicsTrayMachineCircuitboard
- type: TTS # Corvax-TTS
voice: TrainingRobot
voice: space_core
- type: WiresPanel
- type: AmbientSound
volume: -9
Expand Down

0 comments on commit db2b48f

Please sign in to comment.