From 9cbdf2a9c8e90551aed3f40f0c8f968542d756bb Mon Sep 17 00:00:00 2001 From: akanyan Date: Wed, 16 Apr 2025 15:14:16 +0000 Subject: [PATCH] docs: update readme and changelog --- CHANGELOG.md | 4 ++++ README.md | 16 ++++++---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c81697..ebf28e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## 0.8.0 - Added support for ChuniIO + - CHUNITHM support is now complete +- Added a context menu option to create a desktop shortcut +- Added a confirmation prompt before deleting a profile +- Removed Slow ## 0.7.1 diff --git a/README.md b/README.md index 972eeb3..4c1dff5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 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](https://rainy.patafour.zip). +A simple and easy to use launcher, configuration tool and mod manager +for O.N.G.E.K.I. and CHUNITHM, using [Rainycolor Watercolor](https://rainy.patafour.zip). Made with Rust (Tauri) and Vue. Technically multiplatform. Contributions welcome. @@ -8,7 +9,7 @@ Made with Rust (Tauri) and Vue. Technically multiplatform. Contributions welcome - [Clean](https://gitea.tendokyu.moe/akanyan/STARTLINER/wiki/Architecture-details) data modding - Segatools configuration -- Display configuration with automatic rollback +- Monitor configuration with automatic rollback - Support for multiple configurations pointing at the same data ## Usage @@ -20,15 +21,10 @@ 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. +Create a profile, then click on things in the configuration tab (game path, `amfs` and network at the least). -Once a profile has been set up, it is possible to bypass the GUI: - -```sh -startliner --start --game ongeki --profile -``` - -To create a desktop shortcut: `Copy -> Paste Shortcut -> Properties`, and then append `--start --game ongeki --profile ` to `Target`. +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