2.0 KiB
STARTLINER
A simple and easy to use launcher, configuration tool and mod manager for many games (more to come) 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
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 can 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
- Package format requirements
- A subset of the simple BlueSteel Rainycolor format is currently supported. Full reference (CW: vore)
├───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.