New borg sounds (#27205)

* New borg sounds

* Add manic laughter of an assault borg

Never wanted, but needed

* Fix wrong attribution

* Some requested changes

* Change borgwalk sounds

* Forgor
This commit is contained in:
MilenVolf
2024-04-29 07:38:31 +03:00
committed by GitHub
parent 16b3e2233a
commit 7ee18433c8
17 changed files with 104 additions and 21 deletions

View File

@@ -71,3 +71,10 @@
license: "CC-BY-SA-3.0" license: "CC-BY-SA-3.0"
copyright: "Taken from tgstation" copyright: "Taken from tgstation"
source: "https://github.com/tgstation/tgstation/tree/1e8d511946d194f92f744f5f957a7c41683d84a6/sound/effects/footstep" source: "https://github.com/tgstation/tgstation/tree/1e8d511946d194f92f744f5f957a7c41683d84a6/sound/effects/footstep"
- files:
- borgwalk1.ogg
- borgwalk2.ogg
license: "CC-BY-SA-4.0"
copyright: "Taken from IENBA freesound.org and modified by https://github.com/MilenVolf"
source: "https://freesound.org/people/IENBA/sounds/697379/"

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,4 @@
- files: ["syndieborg_laugh.ogg"]
license: "CC0-1.0"
copyright: "Taken from vultraz168 freesound.org and modified by https://github.com/MilenVolf"
source: "https://freesound.org/people/vultraz168/sounds/334665/"

Binary file not shown.

View File

@@ -0,0 +1,10 @@
- files:
- borg.ogg
- borg_ask.ogg
- borg_exclaim.ogg
- syndieborg.ogg
- syndieborg_ask.ogg
- syndieborg_exclaim.ogg
license: "CC-BY-SA-4.0"
copyright: "Recorded and mixed by https://github.com/MilenVolf"
source: "https://github.com/space-wizards/space-station-14/pull/27205"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -129,11 +129,14 @@
proto: robot proto: robot
- type: Speech - type: Speech
speechVerb: Robotic speechVerb: Robotic
speechSounds: Pai speechSounds: Borg
- type: Vocal - type: Vocal
sounds: sounds:
Unsexed: UnisexSilicon Unsexed: UnisexSilicon
- type: UnblockableSpeech - type: UnblockableSpeech
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepBorg
- type: Construction - type: Construction
graph: Cyborg graph: Cyborg
containers: containers:
@@ -206,6 +209,7 @@
- type: Tag - type: Tag
tags: tags:
- DoorBumpOpener - DoorBumpOpener
- FootstepSound
- CanPilot - CanPilot
- type: Emoting - type: Emoting
- type: GuideHelp - type: GuideHelp
@@ -235,23 +239,28 @@
parent: BaseBorgChassis parent: BaseBorgChassis
abstract: true abstract: true
components: components:
- type: NpcFactionMember - type: NpcFactionMember
factions: factions:
- Syndicate - Syndicate
- type: Access - type: Access
tags: tags:
- NuclearOperative - NuclearOperative
- SyndicateAgent - SyndicateAgent
- type: AccessReader - type: AccessReader
access: [["SyndicateAgent"], ["NuclearOperative"]] access: [["SyndicateAgent"], ["NuclearOperative"]]
- type: SiliconLawProvider - type: SiliconLawProvider
laws: SyndicateStatic laws: SyndicateStatic
- type: IntrinsicRadioTransmitter - type: IntrinsicRadioTransmitter
channels: channels:
- Binary - Binary
- Syndicate - Syndicate
- type: ActiveRadio - type: ActiveRadio
channels: channels:
- Syndicate - Syndicate
- type: ShowSyndicateIcons - type: ShowSyndicateIcons
- type: MovementAlwaysTouching - type: MovementAlwaysTouching
- type: Speech
speechSounds: SyndieBorg
- type: Vocal
sounds:
Unsexed: UnisexSiliconSyndicate

View File

@@ -220,6 +220,11 @@
access: [["Medical"], ["Command"], ["Research"]] access: [["Medical"], ["Command"], ["Research"]]
- type: Inventory - type: Inventory
templateId: borgDutch templateId: borgDutch
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepHoverBorg
params:
volume: -6
- type: entity - type: entity
id: BorgChassisService id: BorgChassisService

View File

@@ -201,3 +201,13 @@
- /Audio/Effects/Footsteps/spurs1.ogg - /Audio/Effects/Footsteps/spurs1.ogg
- /Audio/Effects/Footsteps/spurs2.ogg - /Audio/Effects/Footsteps/spurs2.ogg
- /Audio/Effects/Footsteps/spurs3.ogg - /Audio/Effects/Footsteps/spurs3.ogg
- type: soundCollection
id: FootstepBorg
files:
- /Audio/Effects/Footsteps/borgwalk1.ogg
- type: soundCollection
id: FootstepHoverBorg
files:
- /Audio/Effects/Footsteps/borgwalk2.ogg

View File

@@ -316,6 +316,26 @@
Ping: Ping:
path: /Audio/Effects/Cargo/ping.ogg path: /Audio/Effects/Cargo/ping.ogg
- type: emoteSounds
id: UnisexSiliconSyndicate
params:
variation: 0.05
sounds:
Laugh:
path: /Audio/Voice/Silicon/syndieborg_laugh.ogg
Beep:
path: /Audio/Machines/twobeep.ogg
Chime:
path: /Audio/Machines/chime.ogg
Buzz:
path: /Audio/Machines/buzz-sigh.ogg
Buzz-Two:
path: /Audio/Machines/buzz-two.ogg
Honk:
path: /Audio/Items/bikehorn.ogg
Ping:
path: /Audio/Effects/Cargo/ping.ogg
# body emotes # body emotes
- type: emoteSounds - type: emoteSounds
id: GeneralBodyEmotes id: GeneralBodyEmotes

View File

@@ -52,6 +52,24 @@
exclaimSound: exclaimSound:
path: /Audio/Machines/vending_jingle.ogg path: /Audio/Machines/vending_jingle.ogg
- type: speechSounds
id: Borg
saySound:
path: /Audio/Voice/Talk/Silicon/borg.ogg
askSound:
path: /Audio/Voice/Talk/Silicon/borg_ask.ogg
exclaimSound:
path: /Audio/Voice/Talk/Silicon/borg_exclaim.ogg
- type: speechSounds
id: SyndieBorg
saySound:
path: /Audio/Voice/Talk/Silicon/syndieborg.ogg
askSound:
path: /Audio/Voice/Talk/Silicon/syndieborg_ask.ogg
exclaimSound:
path: /Audio/Voice/Talk/Silicon/syndieborg_exclaim.ogg
- type: speechSounds - type: speechSounds
id: Pai id: Pai
saySound: saySound: