Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

CCDirectLink/loadmusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

loadmusic (deprecated)

How to use:

Edit custom_music.db

For multi-track bgm:

{
  "bgm" : {
   "nameOfTrack" : {
            "intro" : "path/to/intro.ogg",
            "path" : "path/to/loop.ogg",
            "introEnd" : 32, // offset to trigger the loop
            "loopEnd" : 64, // offset to start loop over at
            "volume" : 0.5
      }
  }
}

For single-track bgm:

{
  "bgm" : {
   "nameOfTrack" : {
            "path" : "path/to/loop.ogg",
            "loopEnd" : 64, // offset to start loop over at
            "volume" : 0.5
      }
  }
}

***Note: The path is relative to your mod folder

About

Restored version of loadmusic (for historical reference)

Resources

Stars

Watchers

Forks

Packages

No packages published