Skip to content

Commit

Permalink
added a bunch more fox noises (#27578)
Browse files Browse the repository at this point in the history
* fuck it we ball

* added recommended copyright information

* revised copyright license

* revised copyright license x2

* finalized the fops

# reduced the number of audio clips
# adjusted the volume of all fox sounds to be consistent with each other

* added new sounds to the overall fox parent mob because we forgot oopsie
  • Loading branch information
hitomishirichan authored May 2, 2024
1 parent b90a58d commit 316a3d7
Show file tree
Hide file tree
Showing 18 changed files with 46 additions and 10 deletions.
34 changes: 26 additions & 8 deletions Resources/Audio/Animals/attributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
license: "CC-BY-3.0"
copyright: "Modified from 'Meow 4.wav' by freesound user 'TRNGLE. The original audio was trimmed, split to mono, and converted from WAV to OGG format"
source: "https://freesound.org/people/TRNGLE/sounds/368006/"

- files: ["cat_meow2.ogg"]
license: "CC-BY-3.0"
copyright: "Created by freesound user 'TRNGLE. The original audio split to mono, and converted from WAV to OGG format"
Expand Down Expand Up @@ -117,24 +117,42 @@
license: "CC-BY-4.0"
copyright: "Audio is recorded/created by Pfranzen 'FreeSound.org'. The original audio was trimmed and renamed"
source: "https://freesound.org/people/pfranzen/sounds/322744/"

- files: ["dog_bark1.ogg"]
license: "CC0-1.0"
copyright: "Audio is recorded/created by KFerentchak 'FreeSound.org'. The original audio was trimmed and renamed"
source: "https://freesound.org/people/KFerentchak/sounds/235912/"
source: "https://freesound.org/people/KFerentchak/sounds/235912/"

- files: ["dog_bark2.ogg"]
license: "CC0-1.0"
copyright: "Audio is recorded/created by KFerentchak 'FreeSound.org'. The original audio was trimmed and renamed"
source: "https://freesound.org/people/KFerentchak/sounds/235912/"
source: "https://freesound.org/people/KFerentchak/sounds/235912/"

- files: ["dog_bark3.ogg"]
license: "CC0-1.0"
copyright: "Audio is recorded/created by KFerentchak 'FreeSound.org'. The original audio was trimmed and renamed"
source: "https://freesound.org/people/KFerentchak/sounds/235912/"

- files: ["nymph_chirp.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Taken from ParadiseSS13"
source: "https://github.com/ParadiseSS13/Paradise/commit/a34f1054cef5a44a67fdac3b67b811137c6071dd"


- files:
- fox1.ogg
- fox2.ogg
- fox3.ogg
- fox4.ogg
- fox5.ogg
- fox6.ogg
- fox7.ogg
- fox8.ogg
- fox9.ogg
- fox10.ogg
- fox11.ogg
- fox12.ogg
- fox13.ogg
- fox14.ogg
copyright: "Created by fujiwaranao"
license: "CC-BY-NC-SA-4.0"
source: "https://github.com/space-wizards/space-station-14/pull/27578"
Binary file added Resources/Audio/Animals/fox1.ogg
Binary file not shown.
Binary file added Resources/Audio/Animals/fox10.ogg
Binary file not shown.
Binary file added Resources/Audio/Animals/fox11.ogg
Binary file not shown.
Binary file added Resources/Audio/Animals/fox12.ogg
Binary file not shown.
Binary file added Resources/Audio/Animals/fox13.ogg
Binary file not shown.
Binary file added Resources/Audio/Animals/fox14.ogg
Binary file not shown.
Binary file added Resources/Audio/Animals/fox2.ogg
Binary file not shown.
Binary file added Resources/Audio/Animals/fox3.ogg
Binary file not shown.
Binary file added Resources/Audio/Animals/fox4.ogg
Binary file not shown.
Binary file added Resources/Audio/Animals/fox5.ogg
Binary file not shown.
Binary file added Resources/Audio/Animals/fox6.ogg
Binary file not shown.
Binary file added Resources/Audio/Animals/fox7.ogg
Binary file not shown.
Binary file added Resources/Audio/Animals/fox8.ogg
Binary file not shown.
Binary file added Resources/Audio/Animals/fox9.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2527,7 +2527,7 @@
interactFailureString: petting-failure-generic
interactSuccessSpawn: EffectHearts
interactSuccessSound:
path: /Audio/Animals/fox_squeak.ogg
collection: Fox
- type: Grammar
attributes:
gender: epicene
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 @@ -529,7 +529,7 @@
interactFailureString: petting-failure-generic
interactSuccessSpawn: EffectHearts
interactSuccessSound:
path: /Audio/Animals/fox_squeak.ogg
collection: Fox
- type: Butcherable
spawned:
- id: FoodMeat
Expand Down
18 changes: 18 additions & 0 deletions Resources/Prototypes/SoundCollections/fox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- type: soundCollection
id: Fox
files:
- /Audio/Animals/fox_squeak.ogg
- /Audio/Animals/fox1.ogg
- /Audio/Animals/fox2.ogg
- /Audio/Animals/fox3.ogg
- /Audio/Animals/fox4.ogg
- /Audio/Animals/fox5.ogg
- /Audio/Animals/fox6.ogg
- /Audio/Animals/fox7.ogg
- /Audio/Animals/fox8.ogg
- /Audio/Animals/fox9.ogg
- /Audio/Animals/fox10.ogg
- /Audio/Animals/fox11.ogg
- /Audio/Animals/fox12.ogg
- /Audio/Animals/fox13.ogg
- /Audio/Animals/fox14.ogg

0 comments on commit 316a3d7

Please sign in to comment.