2025-04-10 14:10:47 +00:00
2025-03-15 00:06:45 +00:00
2025-04-10 13:53:20 +00:00
2025-03-29 02:04:33 +00:00
2025-02-27 02:11:37 +01:00
2025-02-23 05:12:21 +01:00
2025-04-04 14:37:16 +00:00
2025-02-12 22:13:31 +01:00
2025-02-12 22:13:31 +01:00
2025-04-04 14:37:16 +00:00
2025-04-10 14:10:47 +00:00
2025-03-16 17:55:38 +00:00
2025-02-12 22:13:31 +01:00
2025-02-12 22:13:31 +01:00
2025-02-12 22:13:31 +01:00

STARTLINER

A simple and easy to use launcher, configuration tool and mod manager for O.N.G.E.K.I. and CHUNITHM, using Rainycolor Watercolor.

Made with Rust (Tauri) and Vue. Technically multiplatform. Contributions welcome.

Features

  • Clean data modding
  • Segatools configuration
  • Display configuration with automatic rollback
  • Support for multiple configurations pointing at the same data

Mod list Configuration

Usage

Download a prebuilt binary from Modding Re:Fresh or build it yourself:

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.

Once a profile has been set up, it is possible to bypass the GUI:

startliner --start --game ongeki --profile <name>

To create a desktop shortcut: Copy -> Paste Shortcut -> Properties, and then append --start --game ongeki --profile <name> to Target.

Package format

├───app
│   └───BepInEx
│       └───*
├───option
│   └───Axyz
│       └───*
├───icon.png
├───README.md
└───manifest.json

More file overrides may be supported in the future.

Arbitrary scripts are not supported by design and that will probably never change.

See also

Description
Launcher, configuration tool and mod manager for O.N.G.E.K.I. and CHUNITHM
Readme GPL-3.0 3.4 MiB
Languages
Rust 43.9%
Vue 36.6%
TypeScript 19.4%