Hello,
First thing thanks to those who will try to help me in a friendly and caring way, not here to roast my knowledge about modding on Starbound, thanks.
I'm trying to make a portable radio mod, multiplayer friendly. My goal is to have a folder inside of the mod called "musics", in which I drop all my .ogg files. (and able to make addons to add more musics if needed to not make the mod weight 5 GB). Basically, the radio would be a 1 handed tool, displayed on the player character when equipped, and when clicking with your mouse, it'd open a GUI where you have every ogg listed. The player could then select a song, play and pause it. Of course, the song would stop if the player unequips the radio.
I tried to take an existing mod that was made from betabound, but that mod uses recipes and stuff and I don't want all of that I simply wanna be able to craft that radio from... a max tier anvil for exemple, and have every songs already unlocked, playable, and audible by other players if in a multiplayer world.
I don't wanna use .abc files, as these sound like MIDI audio, I want to keep the quality, just like in one of the mods I published (based on a very old mod) : https://steamcommunity.com/sharedfiles/filedetails/?id=3471786820
If someone is able to solve my request i'd be very happy about it!
Thank you.