Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

HytaleSounds

Instrument sound assets (.ogg audio and sound event / audio category JSON descriptors) used by BlueFoundation's Hytale Music feature to play melodies in-game.

These are not original assets: they are copied from YmmersiveMelodies, an open-source Hytale mod licensed under GPL-3.0. This repository redistributes only the Common/Sounds and Server/Audio asset trees (no code) under the same license. See LICENSE.

Contents

  • Common/Sounds/<Instrument>/c<octave>_<lengthMs>ms.ogg: the audio samples, one per instrument, octave and note length combination.
  • Server/Audio/SoundEvents/<Instrument>/SFX_Ymmersive_Melodies_<Instrument>_C<octave>_<lengthMs>ms.json: sound event descriptors pointing at the samples above.
  • Server/Audio/AudioCategories/Ymmersive_Melodies_Instrument.json: the shared audio category these sound events use.

9 instruments: Bagpipe, Didgeridoo, Flute, Handpan, Lute, Piano, Trumpet, Tiny_Drum, Vielle.

Usage

BlueFoundation-Hytale downloads this repository at runtime and injects these files into its own plugin jar, taking effect after a server restart, so a server owner using the Music facade gets working instrument sounds without bundling ~19MB of assets into every BlueFoundation release. See BlueFoundation's Hytale docs for details.

License

GPL-3.0, inherited from the original YmmersiveMelodies repository. See LICENSE.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors