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.
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.
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.
GPL-3.0, inherited from the original YmmersiveMelodies repository. See LICENSE.