| Last updated | a day ago |
| Total downloads | 8 |
| Total rating | 1 |
| Categories | Mods Tools Audio |
| Dependency string | Beton_Bros-BetonJukebox-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.1README
Beton 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.