forked from akanyan/STARTLINER
initial commit
This commit is contained in:
42
README.md
Normal file
42
README.md
Normal file
@ -0,0 +1,42 @@
|
||||
## STARTLINER
|
||||
|
||||
A simple and easy to use mod manager for [many games](https://silentblue.remywiki.com/ONGEKI:bright_MEMORY) using [Rainycolor Watercolor](https://rainy.patafour.zip).
|
||||
|
||||
For those who just want a glorified `start.bat` clicker with auto-updates, 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.
|
||||
|
||||
### 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.
|
||||
|
||||
### Todo
|
||||
|
||||
- Updates and auto-updates
|
||||
- CLI
|
||||
- Support CHUNITHM
|
||||
- Support opts
|
||||
- `unwrap()unwrap()unwrap()unwrap()unwrap()unwrap()unwrap()`
|
||||
|
||||
## Endgame
|
||||
|
||||
- Support segatools, IO DLLs and artemis as special packages.
|
||||
- Support other arcade games (if there is demand).
|
Reference in New Issue
Block a user