
You are viewing a potentially older version of this package. View Latest Version
BetonJukebox
Mod for importing custom sounds into mapsBeton Jukebox
With this mod you can add additional sounds or music in your map.
How to use it?
Just create Sounds folder, create JSON file and name it whatever you want, then add info into it:
{
"Path": "people_a_people.ogg", // path to the audiofile (in case if you want use subfolders)
"Name": "People A People", // ingame name (please don't use special symbols like $ or /)
"Category": "Custom", // Sound category (you can use some default one)
"Subcategory": "Music" // Sond subcategory
},
Mod also supports several sound data in one JSON file (in case if you want to make one file like sounds.json):
[
{
"Path": "people_a_people.ogg",
"Name": "People A People",
"Category": "Custom",
"Subcategory": "Music"
},
{
"Path": "protocol.ogg",
"Name": "Protocol",
"Category": "Custom",
"Subcategory": "Music"
}
]
P.S. Please note that other players should have this mod as well, otherwise they won't be able to listen custom sounds
You can view the example in this map.