More Vox Sounds (#39914)
* Added more vox sounds WHY IS IT ORGANIZED THIS WAY. * Fix incorrect license fields * License fix * move vox_gasp.ogg to gasps * Update Attributions * Update attributions.yml * file path fix * Update attributions.yml * Update attributions.yml * Update attributions.yml * Update attributions.yml * Update attributions.yml * Update attributions.yml * Standardize Attributions, fixed sources * Adjusted Vox DeathGasp and sigh to be more auditorily distinct from one-another * Made vox gasp slightly faster
This commit is contained in:
parent
785e677ad5
commit
be494f3714
|
|
@ -30,3 +30,10 @@
|
|||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Taken from tgstation at https://github.com/tgstation/tgstation/commit/948ad3dd5b22803a01cd74c27f37e509dc61395b"
|
||||
source: "https://github.com/tgstation/tgstation/blob/948ad3dd5b22803a01cd74c27f37e509dc61395b/sound/voice/moth/moth_death.ogg"
|
||||
|
||||
- files:
|
||||
- vox_DeathGasp.ogg
|
||||
- vox_gasp.ogg
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Made by TrixxedHeart, modified from shriek1.ogg"
|
||||
source: "https://github.com/space-wizards/space-station-14/pull/39914"
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -33,6 +33,6 @@
|
|||
source: "https://github.com/goonstation/goonstation/tree/eb3e7df6292d23f6af2f18b4372d3a8ba4b0fda7/sound/misc/talk"
|
||||
|
||||
- files: ["vox.ogg","vox_ask.ogg","vox_exclaim.ogg" ]
|
||||
license: "CC-BY-NC-SA-3.0"
|
||||
copyright: "Derived from shriek1.ogg by Errant"
|
||||
source: "https://github.com/goonstation/goonstation/tree/eb3e7df6292d23f6af2f18b4372d3a8ba4b0fda7/sound/misc/talk"
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Derived from shriek1.ogg (originally from Paradise Station) by Errant"
|
||||
source: "https://github.com/ParadiseSS13/Paradise/commit/43e60ab01eda88fe30eb93612614bde836e55fe4"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,30 @@
|
|||
- files:
|
||||
- shriek1.ogg
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Taken from https://github.com/ParadiseSS13/Paradise/blob/master/sound/voice/shriek1.ogg"
|
||||
source: "https://github.com/ParadiseSS13/Paradise/commit/43e60ab01eda88fe30eb93612614bde836e55fe4"
|
||||
|
||||
- files:
|
||||
- vox_laugh.ogg
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Made by Errant, modified from shriek1.ogg"
|
||||
source: "https://github.com/space-wizards/space-station-14/commit/2b0f227940d9163e06ac75e0f6af7140fb3fd11f"
|
||||
|
||||
- files:
|
||||
- vox_cough.ogg
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Made by TrixxedHeart, modified from vox_laugh.ogg"
|
||||
source: "https://github.com/space-wizards/space-station-14/pull/39914"
|
||||
|
||||
- files:
|
||||
- vox_sigh.ogg
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Made by TrixxedHeart, modified from shriek1.ogg"
|
||||
source: "https://github.com/space-wizards/space-station-14/pull/39914"
|
||||
|
||||
- files:
|
||||
- vox_cry.ogg
|
||||
license: "CC0-1.0"
|
||||
copyright: "raptorgoesextinct.wav by Nerdwizard78"
|
||||
source: "https://freesound.org/people/Nerdwizard78/sounds/643928/"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -250,23 +250,25 @@
|
|||
path: /Audio/Voice/Vox/shriek1.ogg
|
||||
Laugh:
|
||||
path: /Audio/Voice/Vox/vox_laugh.ogg
|
||||
Cough:
|
||||
path: /Audio/Voice/Vox/vox_cough.ogg
|
||||
Sigh:
|
||||
path: /Audio/Voice/Vox/vox_sigh.ogg
|
||||
Honk:
|
||||
collection: BikeHorn
|
||||
Crying:
|
||||
collection: VoxCry # DeltaV - Combined upstream and Imp sounds
|
||||
params: # Imp
|
||||
volume: -7
|
||||
Weh:
|
||||
collection: Weh
|
||||
Hew:
|
||||
collection: Hew
|
||||
# Begin DeltaV Additions
|
||||
Gasp:
|
||||
collection: VoxGasp
|
||||
collection: VoxGasp # DeltaV - Combined upstream and our sounds
|
||||
DefaultDeathgasp:
|
||||
path: /Audio/_DV/Effects/Gasp/vox_deathgasp_1.ogg
|
||||
# End DeltaV Additions
|
||||
collection: VoxDeathgasp # DeltaV - Combined upstream and our sounds
|
||||
# Begin Impstation Additions
|
||||
Crying:
|
||||
collection: VoxCry
|
||||
params:
|
||||
volume: -7
|
||||
Chitter:
|
||||
collection: VoxChitter
|
||||
params:
|
||||
|
|
|
|||
Loading…
Reference in New Issue