BeatSaberの作譜ツールのChroMapperで、Chromaカラーのプリセットを切り替えられるようになるプラグインです。
プリセットに名前をつけて管理できる他、譜面フォルダに専用のChromaColors.json
作成して保存・読み込みが可能です。
This plugin allows you to switch Chroma color presets in BeatSaber's notation tool, ChroMapper.
You can name and manage presets, and create a special ChromaColors.json
file in the score folder for saving and loading.
-
リリースページから、最新のプラグインのzipファイルをダウンロードして下さい。
Download the latest plug-in zip file from the release page.
-
ダウンロードしたzipファイルを解凍してChroMapperのインストールフォルダにある
Plugins
フォルダにChroMapper-ColorPresetManager.dll
をコピーします。Unzip the downloaded zip file and copy
ChroMapper-ColorPresetManager.dll
to thePlugins
folder in the ChroMapper installation folder.
ChromaカラーのパレットのUIの下部に、プリセット管理のドロップダウンリストとLoad,Save,Delボタンが追加されます。
ドロップダウンリストをNew Save
にして、Save
ボタンを押すと名前を決めるダイアログが表示されます。
保存したプリセットを選択してLoad
ボタンで読み込み、Del
ボタンで削除が可能です。
ドロップダウンリストをSong Preset
にして、Save
ボタンを押すと譜面フォルダにChromaColors.json
を作成して保存します。
譜面フォルダにChromaColors.json
がある場合は、ドロップダウンの表示がSong Preset [Available]
となりLoad
で読み込みできます。
譜面フォルダに保存されるChromaColors.json
のフォーマットは、ChroMapperオリジナルと同じです。
At the bottom of the UI for the Chroma color palette, a drop-down list for managing presets and a Load, Save, Del button will be added.
Set the drop-down list to New Save
and press the Save
button to open a dialog to input a name.
Select a saved preset and press the Load
button to load it, or press the Del
button to delete it.
Set the drop-down list to Song Preset
and press Save
button to create and save ChromaColors.json
in the map folder.
If ChromaColors.json
exists in the map folder, the drop-down list will show Song Preset [Available]
and you can load it with Load
.
The format of ChromaColors.json
saved in the map folder is the same as the ChroMapper original.
このプロジェクトをビルドするには、ChroMapperのインストールパスを指定するChroMapper-ColorPresetManager\ChroMapper-ColorPresetManager.csproj.user
ファイルを作成する必要があります。
To build this project, you must create a ChroMapper-ColorPresetManager\ChroMapper-ColorPresetManager.csproj.user
file that specifies the ChroMapper installation path.
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ChroMapperDir>C:\TOOL\ChroMapper\chromapper</ChroMapperDir>
</PropertyGroup>
</Project>