Looking for - maimai DX players willing to help develop/test maimai DX support - translators (any language other than English) # STARTLINER This is a program that seeks to streamline game data configuration, currently supporting O.N.G.E.K.I. and CHUNITHM. STARTLINER is four things: - a mod installer and updater, powered by [Rainycolor Watercolor](https://rainycolor.org), - a configuration GUI for segatools, - a glorified `start.bat` clicker, with automatic monitor setup and rollback, - [an abstraction allowing data configuration without touching the game directory](https://gitea.tendokyu.moe/akanyan/STARTLINER/wiki/Architecture-details). STARTLINER's core design principle is to modify, configure and launch games without tampering with them. This makes it possible to keep data cleaner than ever, and to have several configurations pointing at the same data. Made with Rust (Tauri) and Vue. Technically multiplatform. Contributions welcome. ## Usage Download a prebuilt binary from [Releases](https://gitea.tendokyu.moe/akanyan/STARTLINER/releases) or build it yourself: ```sh bun install bun run tauri build ``` Create a profile, then click on things in the configuration tab (game path, `amfs` and network at the least). STARTLINER expects clean data with unpacked binaries. Anything else you may have in the game directory (segatools, BepInEx, etc.) can be present, but will not be used. ## Package format Refer to [the wiki](https://gitea.tendokyu.moe/akanyan/STARTLINER/wiki/Package-format). ## See also [BlueSteel launcher (CW: vore)](https://yozora.bluesteel.737.jp.net/HarmonyPublic/SOS-Kongou) ## Screenshots ![Package list](res/list.png) ![Package store](res/store.png) ![Configuration](res/cfg.png) ![Keyboard](res/cfg2.png)