jinxOAO-CustomizeBGM icon

CustomizeBGM

Now you can Customize the BGM of the game when you are playing. 你可以自定义玩游戏时播放的背景音乐。

Last updated 3 years ago
Total downloads 721
Total rating 4 
Categories
Dependency string jinxOAO-CustomizeBGM-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.5 icon
xiaoye97-BepInEx

BepInEx5.4.5 mod plugin framework, Mod框架

Preferred version: 5.4.5

README

#Customize BGM

Now you can customize your own BGM.

Create a new folder "bgm" in the game directory (/Dyson Sphere Program). Then put your audio files(Only *.ogg or *.wav) in the folder you just created (which is /Dyson Sphere Program/bgm/).

Only .ogg and .wav file is supported!!! You can't use mp3 file. Please use transcoding software to convert MP3 files to ogg or wav format.

( I've used the "UnityWebRequestMultimedia" rather "WWW" but still the game told me that mpeg stream is not supported so can't load mp3 file. If someone knows how to solve this please contact me. See in github page.)

Installation

  1. Install BepInEx.
  2. Drag CustomizeBGM.dll into "Dyson Sphere Program/BepInEx/plugins/"
  3. Create folder named "bgm" in the game directory (/Dyson Sphere Program).
  4. Put all your audio files (.ogg or .wav only) in "/Dyson Sphere Program/bgm/"

###Configuration

You can switch the bgm to next by pressing O (the hotkey can be changed in configuration file).

You can decide to play the customized bgms randomly or not (default: random).

You can let the bgm changes when you enter a new planet or gamesave by set the SwitchAsOri to true. But this may sometimes cause that the bgm suddenly stops. So, not recommended. (default: false)

#自定义BGM

现在你可以自定义BGM!在游戏根目录下新建一个文件夹bgm,然后把你的所有音频文件(只有*.ogg 和 *.wav格式是支持的)放入你刚建好的文件夹,也就是/Dyson Sphere Program/bgm/。

只支持 *.ogg and *.wav格式!!! 你不能用mp3文件!所以请用格式工厂或者其他转码软件将音乐转成ogg或者wav格式再放进去就能播放了。

(我已经用了"UnityWebRequestMultimedia"而不是"WWW",但是游戏仍然告诉我不支持mpeg流,所以还是不能加载MP3文件。如果有人知道解决办法请联系我。见github页面。)

安装

  1. 安装 BepInEx框架。
  2. 将CustomizeBGM.dll放入 "Dyson Sphere Program/BepInEx/plugins/"文件夹内。
  3. 创建一个名叫bgm的新文件夹,放在游戏根目录(/Dyson Sphere Program)里。
  4. 把你的BGM文件(*.ogg 或 *.wav)放入"/Dyson Sphere Program/bgm/"文件夹内。

###配置文件

你可以通过按O手动切换你的BGM(O按键可以改成别的)。

你可以设置是否随机播放还是顺序播放(默认:随机播放)。

你可以让BGM在进入新的星球或者存档时自动切换,但这可能导致BGM偶尔会突然停止。因此不推荐(默认关闭此功能)。