External/Basic Airlock Sound Replacements (#5621)
* external and basic airlocks Co-Authored-By: darklyac <204901402+darklyac@users.noreply.github.com> * could have sworn i did this * g * Create attributions.yml * highsec airlocks * remove base airlock sounds --------- Co-authored-by: darklyac <204901402+darklyac@users.noreply.github.com>
This commit is contained in:
parent
720a18b871
commit
70f96ad802
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,8 @@
|
|||
- files:
|
||||
- airlock_ext_close.ogg
|
||||
- airlock_ext_open.ogg
|
||||
- airlock_hs_close.ogg
|
||||
- airlock_hs_open.ogg
|
||||
license: "CC0-1.0"
|
||||
copyright: "by Darklyac"
|
||||
source: "https://github.com/DeltaV-Station/Delta-v/pull/5621"
|
||||
|
|
@ -9,9 +9,9 @@
|
|||
types:
|
||||
Blunt: 15
|
||||
openSound:
|
||||
path: /Audio/Machines/airlock_ext_open.ogg
|
||||
path: /Audio/_DV/Machines/airlock_ext_open.ogg #Delta V - Change Sound, was /Audio/Machines/airlock_ext_open.ogg
|
||||
closeSound:
|
||||
path: /Audio/Machines/airlock_ext_close.ogg
|
||||
path: /Audio/_DV/Machines/airlock_ext_close.ogg #Delta V - Change Sound, was /Audio/Machines/airlock_ext_close.ogg
|
||||
denySound:
|
||||
path: /Audio/Machines/airlock_deny.ogg
|
||||
- type: Sprite
|
||||
|
|
|
|||
|
|
@ -70,9 +70,9 @@
|
|||
types:
|
||||
Blunt: 50
|
||||
openSound:
|
||||
path: /Audio/Machines/airlock_open.ogg
|
||||
path: /Audio/_DV/Machines/airlock_hs_open.ogg # DeltaV, was /Audio/Machines/airlock_open.ogg
|
||||
closeSound:
|
||||
path: /Audio/Machines/airlock_close.ogg
|
||||
path: /Audio/_DV/Machines/airlock_hs_close.ogg # DeltaV, was /Audio/Machines/airlock_close.ogg
|
||||
denySound:
|
||||
path: /Audio/Machines/airlock_deny.ogg
|
||||
- type: Weldable
|
||||
|
|
|
|||
Loading…
Reference in New Issue