Downloads:
For those who want to view or play the beatmaps:
- viewing: export the beatmap to Deleste TXT format, then view in Deleste.
- playing: build the beatmap (BDB) and music (ACB, via DereTore), then use IdolProxy to play it in real game.
The next generation of Starlight Director from DereTore. Starlight Director is the unofficial beatmap editor for THE iDOLM@STER Cinderella Girls Starlight Stage. (Will it support Million Live Theater Days? TBD)
It is now in its beta phase. The old version is now removed.
- Windows 7 or later
- .NET Framework 4.5
- OpenAL (bundled OpenAL-Soft 1.18.2 in newer releases) * The file name is
openal32.dll
. - Direct3D 11 and Direct2D
Experience with rhythm games is strongly recommended, so you can know whether players are able to play your beatmap or not.
- Clone from GitHub:
git clone https://github.com/hozuki/StarlightDirector.git
; - Install missing NuGet packages:
nuget restore StarlightDirector.sln
(or use NuGet Package Manager in Visual Studio); - Open
StarlightDirector.sln
in Visual Studio (Visual Studio 2017 or later is required for supporting C# 7 syntax); - Build the solution.
Currently Starlight Director ships with English and Simplified Chinese translations. If there are no translation files for your language, it displays English by default.
You can find language files under Resources/Languages
from the application's
directory. Feel free to translate Starlight Director into your language. :D
MIT License. Hey logchan and stat, please add your names into the license!