BETON BRUTAL
Install

Details

Last Updated
First Uploaded
Downloads
26
Likes
1
Size
141KB
Dependency string
Beton_Bros-BetonJukebox-1.0.0
Dependants

Categories

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.

Thunderstore development is made possible with ads. Please consider making an exception to your adblock.