Skip to content

Commit

Permalink
mda
Browse files Browse the repository at this point in the history
  • Loading branch information
Gooslik committed Feb 14, 2025
1 parent 33175b0 commit 59759b2
Show file tree
Hide file tree
Showing 16 changed files with 114 additions and 1 deletion.
34 changes: 34 additions & 0 deletions Resources/Audio/Backmen/Voice/Foxes/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
- files: ["foxhowl01.ogg"]
license: "CC-BY-4.0"
copyright: "Original sound by https://quicksounds.com/sound/ - cut out clips cleaned up, and converted to ogg."
source: "https://quicksounds.com/sound/3496/fox-howl"

- files: ["foxscream01.ogg", "foxscream02.ogg", "foxscream03.ogg", "foxscream04.ogg"]
license: "CC-BY-4.0"
copyright: "Original sound by https://www.zapsplat.com/sound-effect-category/ - cut out four clips of cat meowing, cleaned up, and converted to ogg."
source: "https://www.zapsplat.com/sound-effect-category/fox/"

- files: ["foxcry01.ogg"]
license: "CC-BY-4.0"
copyright: "Original sound by https://voicebot.su/ - cut out clip cleaned up, and converted to ogg."
source: "https://voicebot.su/ru/category/lisa/"

- files: ["foxpurrs01.ogg", "foxpurrs02.ogg"]
license: "CC-BY-4.0"
copyright: "Original sound by https://zvukipro.com/ - cut out two clips, fade in and out, converted to ogg."
source: "https://zvukipro.com/jivotnie/218-zvuki-lisy.html"

- files: ["foxlaugh01.ogg"]
license: "CC-BY-4.0"
copyright: "Original sound by https://voicebot.su/ - cut out clip fade in and out, converted to ogg."
source: "https://voicebot.su/ru/category/lisa/"

- files: ["foxcry02.ogg"]
license: "CC-BY-4.0"
copyright: "Original sound by https://quicksounds.com/library/sounds/ - cut out clip cleaned up, and converted to ogg."
source: "https://quicksounds.com/library/sounds/fox"

- files: ["foxgrowl01.ogg"]
license: "CC-BY-4.0"
copyright: "Original sound by https://youtu.be/ - cut out clip cleaned up, and converted to ogg."
source: "https://youtu.be/FQ4wvGPy0uc"
Binary file added Resources/Audio/Backmen/Voice/Foxes/foxcry01.ogg
Binary file not shown.
Binary file added Resources/Audio/Backmen/Voice/Foxes/foxcry02.ogg
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Backmen/Voice/Foxes/foxhowl01.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.
2 changes: 2 additions & 0 deletions Resources/Prototypes/_Backmen/Diseases/furry_virus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
name: chat-emote-name-BCatMeow
category: Vocal
chatMessages: ["chat-emote-msg-BCatMeow"]
BCatMeow:
collection: FoxesGrowl

- type: disease
parent: FurryVirus
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/_Backmen/Entities/Mobs/Species/foxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
types:
Asphyxiation: -2.0
- type: Wagging
- type: Vocal
sounds:
Male: MaleFoxes
Female: FemaleFoxes
Unsexed: MaleFoxes


- type: entity
Expand Down
73 changes: 73 additions & 0 deletions Resources/Prototypes/_Backmen/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,76 @@
collection: HarpyChirps
Weh:
collection: Weh

- type: emoteSounds
id: MaleFoxes
params:
variation: 0.125
sounds:
Scream:
collection: FoxesScream
Laugh:
collection: FoxesLaugh
Growl:
collection: FoxesGrowl
Howl:
collection: FoxesHowl
Sneeze:
collection: MaleSneezes
Cough:
collection: MaleCoughs
Yawn:
collection: MaleYawn
Snore:
collection: Snores
Sigh:
collection: MaleSigh
Crying:
collection: FoxesCry
Whistle:
collection: Whistles
Weh:
collection: Weh
Gasp:
collection: MaleGasp
DefaultDeathgasp:
collection: MaleDeathGasp
Purrs:
collection: FoxesPurrs


- type: emoteSounds
id: FemaleFoxes
params:
variation: 0.125
sounds:
Scream:
collection: FoxesScream
Laugh:
collection: FoxesLaugh
Growl:
collection: FoxesGrowl
Howl:
collection: FoxesHowl
Sneeze:
collection: FemaleSneezes
Cough:
collection: FemaleCoughs
Yawn:
collection: FemaleYawn
Snore:
collection: Snores
Sigh:
collection: FemaleSigh
Crying:
collection: FoxesCry
Whistle:
collection: Whistles
Weh:
collection: Weh
Gasp:
collection: FemaleGasp
DefaultDeathgasp:
collection: FemaleDeathGasp
Purrs:
collection: FoxesPurrs
1 change: 0 additions & 1 deletion Resources/Prototypes/_Backmen/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,3 @@
- Purrs
- Purrs.
- Purrs!

0 comments on commit 59759b2

Please sign in to comment.