Skip to content

Commit

Permalink
Fix mono sounds and rename Vulpakin (#179)
Browse files Browse the repository at this point in the history
* fix sound mono, vulpakin

* just in case

* the files too? damn

* bark +1

* Revert "bark +1"

This reverts commit 65c7c9d.
  • Loading branch information
FluffiestFloof authored Oct 17, 2023
1 parent 629baa6 commit 1f884bb
Show file tree
Hide file tree
Showing 27 changed files with 58 additions and 44 deletions.
Binary file removed Resources/Audio/DeltaV/Voice/Vulpakin/dog_bark1.ogg
Binary file not shown.
Binary file removed Resources/Audio/DeltaV/Voice/Vulpakin/dog_bark2.ogg
Binary file not shown.
Binary file removed Resources/Audio/DeltaV/Voice/Vulpakin/dog_bark3.ogg
Binary file not shown.
Binary file removed Resources/Audio/DeltaV/Voice/Vulpakin/dog_growl1.ogg
Binary file not shown.
Binary file removed Resources/Audio/DeltaV/Voice/Vulpakin/dog_growl2.ogg
Binary file not shown.
Binary file removed Resources/Audio/DeltaV/Voice/Vulpakin/dog_growl3.ogg
Binary file not shown.
Binary file removed Resources/Audio/DeltaV/Voice/Vulpakin/dog_snarl1.ogg
Binary file not shown.
Binary file removed Resources/Audio/DeltaV/Voice/Vulpakin/dog_snarl2.ogg
Binary file not shown.
Binary file removed Resources/Audio/DeltaV/Voice/Vulpakin/dog_snarl3.ogg
Binary file not shown.
Binary file removed Resources/Audio/DeltaV/Voice/Vulpakin/dog_whine.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
coefficient: 0.1
- type: Vocal
sounds:
Male: MaleVulpakin
Female: FemaleVulpakin
Unsexed: MaleVulpakin
Male: MaleVulpkanin
Female: FemaleVulpkanin
Unsexed: MaleVulpkanin

- type: entity
save: false
Expand Down
26 changes: 0 additions & 26 deletions Resources/Prototypes/DeltaV/SoundCollections/vulpakin.yml

This file was deleted.

26 changes: 26 additions & 0 deletions Resources/Prototypes/DeltaV/SoundCollections/vulpkanin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
- type: soundCollection
id: VulpkaninBarks
files:
- /Audio/DeltaV/Voice/Vulpkanin/dog_bark1.ogg
- /Audio/DeltaV/Voice/Vulpkanin/dog_bark2.ogg
- /Audio/DeltaV/Voice/Vulpkanin/dog_bark3.ogg

- type: soundCollection
id: VulpkaninGrowls
files:
- /Audio/DeltaV/Voice/Vulpkanin/dog_growl1.ogg
- /Audio/DeltaV/Voice/Vulpkanin/dog_growl2.ogg
- /Audio/DeltaV/Voice/Vulpkanin/dog_growl3.ogg

- type: soundCollection
id: VulpkaninSnarls
files:
- /Audio/DeltaV/Voice/Vulpkanin/dog_snarl1.ogg
- /Audio/DeltaV/Voice/Vulpkanin/dog_snarl2.ogg
- /Audio/DeltaV/Voice/Vulpkanin/dog_snarl3.ogg

- type: soundCollection
id: VulpkaninWhines
files:
- /Audio/DeltaV/Voice/Vulpkanin/dog_whine.ogg

20 changes: 10 additions & 10 deletions Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
collection: HarpyChirps

- type: emoteSounds
id: MaleVulpakin
id: MaleVulpkanin
params:
variation: 0.125
sounds:
Expand All @@ -71,16 +71,16 @@
Whistle:
collection: Whistles
Growl:
collection: VulpakinGrowls
collection: VulpkaninGrowls
Snarl:
collection: VulpakinSnarls
collection: VulpkaninSnarls
Bark:
collection: VulpakinBarks
collection: VulpkaninBarks
Whine:
collection: VulpakinWhines
collection: VulpkaninWhines

- type: emoteSounds
id: FemaleVulpakin
id: FemaleVulpkanin
params:
variation: 0.125
sounds:
Expand All @@ -97,10 +97,10 @@
Whistle:
collection: Whistles
Growl:
collection: VulpakinGrowls
collection: VulpkaninGrowls
Snarl:
collection: VulpakinSnarls
collection: VulpkaninSnarls
Bark:
collection: VulpakinBarks
collection: VulpkaninBarks
Whine:
collection: VulpakinWhines
collection: VulpkaninWhines
24 changes: 19 additions & 5 deletions Resources/Prototypes/DeltaV/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,38 +116,52 @@
- chirp!
- chirping
- chirped
#Vulpakin

#Vulpkanin
- type: emote
id: Bark
category: Vocal
chatMessages: [barks.]
chatTriggers:
- bark
- bark.
- bark!
- barks
- barks.
- barks!
- barking
- barked
- barked.
- barked!
- barking

- type: emote
id: Snarl
category: Vocal
chatMessages: [snarls.]
chatTriggers:
- snarl
- snarl.
- snarl!
- snarls
- snarls.
- snarls!
- snarling
- snarled
- snarled.
- snarled!
- snarling

- type: emote
id: Whine
category: Vocal
chatMessages: [whines.]
chatTriggers:
- whine
- whine.
- whine!
- whines
- whines.
- whines!
- whining
- whined
- whined.
- whined!
- whining

0 comments on commit 1f884bb

Please sign in to comment.