#Start-up music

17 messages · Page 1 of 1 (latest)

keen sleet
#

Is there a way to add the music like washington?

keen sleet
#

@spark tide do u know how?

keen ivy
#

its a masterbundle pointer

keen sleet
#

Okay thanks

#

@subtle trellis

keen ivy
#

Every map has a config.json file.
Make one and put this in it (I generated a GUID for you)

{
  "Asset":
  {
    "GUID": "f37ea27297c94f46ab7db7107818871c"
  }
}```
#

Go in your map's folder, make a folder called Bundles
In the Bundles folder, make a folder called Assets
In the Assets folder, make a folder called Levels

#

Make a YourMap.asset file

#
"Metadata"
{
    "GUID" "f37ea27297c94f46ab7db7107818871c"
    "Type" "SDG.Unturned.LevelAsset, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"
}
"Asset"
{
    "Loading_Screen_Music"
    [
        {
            "Loop" "Music/Washington_Loop.ogg"
            "Loop_Volume" "0.75"
            "Outro" "Music/Washington_Outro.wav"
            "Outro_Volume" "0.75"
        }
    ]
}```
#

Replace Music/Washington_Loop.ogg with the location of your Music in your own masterbundle

#

same with Outro

keen sleet
#

@subtle trellis