Files
STARTLINER/README.md
2025-02-23 20:54:47 +01:00

60 lines
1.6 KiB
Markdown

## STARTLINER
wipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwip
A simple (_not yet_) and easy to use (_not yet_) mod manager for [many games](https://silentblue.remywiki.com/ONGEKI:bright_MEMORY) (_more to come_) using [Rainycolor Watercolor](https://rainy.patafour.zip).
Intended for those who just want a glorified `start.bat` clicker, without VHDs, keychips etc.
(for an all-in-one solution, check out the [BlueSteel launcher](https://yozora.bluesteel.737.jp.net/HarmonyPublic/SOS-Kongou)).
Made with Rust (Tauri) and Vue. Contributions welcome.
### Usage
wipwipwipwipwipwipwipwipwipwipwipwip
```sh
bun install
bun run tauri dev
```
### Package format
- [Package format requirements](https://rainy.patafour.zip/package/create/docs/)
- A subset of [the simple Rainycolor format](https://yozora.bluesteel.737.jp.net/HarmonyPublic/SOS-Kongou/wiki/Create-Module#user-content-rainycolor-simple) is currently supported.
```
├───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.
### Features
- Clean data modding
- Technically multi-platform
### Todo
- Updates and auto-updates
- Run from CLI
- Support CHUNITHM
- Support segatools as a special package
- Progress bars
- Only rebuild the profile when needed
## Endgame
- Support IO DLLs and artemis as special packages.
- Support other arcade games (if there is demand).