Skip to content

Commit

Permalink
give xenos speech sounds from rmc14 (#2031)
Browse files Browse the repository at this point in the history
* import the sounds

* give xenos speech sound

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas authored Oct 21, 2024
1 parent 7da26af commit 9c00983
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 0 deletions.
Binary file added Resources/Audio/_RMC14/Voice/Xeno/alien_talk1.ogg
Binary file not shown.
Binary file added Resources/Audio/_RMC14/Voice/Xeno/alien_talk2.ogg
Binary file not shown.
Binary file added Resources/Audio/_RMC14/Voice/Xeno/alien_talk3.ogg
Binary file not shown.
14 changes: 14 additions & 0 deletions Resources/Audio/_RMC14/Voice/Xeno/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- files: ["alien_talk1.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Taken from cmss13"
source: "https://github.com/cmss13-devs/cmss13/blob/master/sound/voice/alien_talk.ogg"

- files: ["alien_talk2.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Taken from cmss13"
source: "https://github.com/cmss13-devs/cmss13/blob/master/sound/voice/alien_talk2.ogg"

- files: ["alien_talk3.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Taken from cmss13"
source: "https://github.com/cmss13-devs/cmss13/blob/master/sound/voice/alien_talk3.ogg"
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
molsPerSecondPerUnitMass: 0.0005
- type: Speech
speechVerb: LargeMob
speechSounds: Xenonid # DeltaV: Use RMC's speech sounds for sentient xenos
- type: PotentialPsionic #Nyano - Summary: makes potentially psionic.
chance: -2
- type: Psionic #Nyano - Summary: makes psionic by default.
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/_RMC14/SoundCollections/xeno_speech.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: soundCollection
id: XenonidSpeech
files:
- /Audio/_RMC14/Voice/Xeno/alien_talk1.ogg
- /Audio/_RMC14/Voice/Xeno/alien_talk2.ogg
- /Audio/_RMC14/Voice/Xeno/alien_talk3.ogg
8 changes: 8 additions & 0 deletions Resources/Prototypes/_RMC14/Voice/speech_sounds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: speechSounds
id: Xenonid
saySound:
collection: XenonidSpeech
askSound:
collection: XenonidSpeech
exclaimSound:
collection: XenonidSpeech

0 comments on commit 9c00983

Please sign in to comment.