You are viewing a potentially older version of this package. View all versions.
DarthLilo-LevelMusicLib-1.0.2 icon

LevelMusicLib

Allows custom moons to load their own music

Date uploaded a day ago
Version 1.0.2
Download link DarthLilo-LevelMusicLib-1.0.2.zip
Downloads 3549
Dependency string DarthLilo-LevelMusicLib-1.0.2

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

LevelMusicLib

A simple library to allow custom moons to play their own music instead of the vanilla muisc when landing onto a planet.

This mod will do nothing on its own!

Developers

To use it add the mod DLL into your unity project, add an empty GameObject into your scene with any name and give it the "Custom Level Music" script.

You can now add musics under the daytime or evening music groups and adjust their weights. The weight of music playing at all on your moon may also be adjusted with the "Music Chance" slider, vanilla is 20.

Now when you land on your moon you should hear your custom music!

CHANGELOG

1.0.2

  • Fixed random song selection repeating the same song

1.0.1

  • Removed unneeded log
  • Added a new option to the script to disable the vanilla Time Of Day stingers if they overlap with your music

1.0.0

  • Initial Release