2023-06-13 04:03:47 +07:00
|
|
|
# Vollerei
|
|
|
|
|
|
|
|
|
|
[](https://github.com/psf/black)
|
|
|
|
|
|
|
|
|
|
An open-source launcher for anime games
|
|
|
|
|
|
2024-10-26 00:36:24 +07:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
Assumming you have `pipx` installed, execute the following command:
|
|
|
|
|
```bash
|
|
|
|
|
pipx install git+https://git.tretrauit.me/tretrauit/vollerei --preinstall tqdm
|
|
|
|
|
```
|
|
|
|
|
|
2023-06-13 04:03:47 +07:00
|
|
|
## Why?
|
|
|
|
|
|
|
|
|
|
I've done [worthless-launcher](https://tretrauit.gitlab.io/worthless-launcher) for an open-world anime game,
|
|
|
|
|
since I want to support other anime games and the launcher code is very messy, this launcher was made.
|
|
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
2024-12-13 19:42:36 +07:00
|
|
|
### Turn-based game / Open-world game
|
2024-12-12 18:20:21 +07:00
|
|
|
- [x] Cross-platform support
|
|
|
|
|
> Tested on Windows and Linux myself, although should work on most major OSes where `HDiffPatch` is supported.
|
|
|
|
|
- [x] Does *not* require administrator/root privileges
|
|
|
|
|
> Though if issues occur during installation/upgrading process, you can always try running the program with elevated privileges to fix them.
|
2024-10-26 00:36:24 +07:00
|
|
|
- [x] Download the game update (including pre-downloads if available)
|
|
|
|
|
- [x] Get the game version
|
|
|
|
|
- [x] Get installed voicepacks
|
2024-12-13 12:54:59 +07:00
|
|
|
- [x] Installation
|
2024-10-26 00:36:24 +07:00
|
|
|
- [x] Patch the game for unsupported platforms (with telemetry checking)
|
2024-12-13 19:42:36 +07:00
|
|
|
> Not applicable for the "Open-world game", since patching is unneeded to play the game.
|
2024-12-12 18:20:21 +07:00
|
|
|
- [x] Repair the game (Smarter than the official launcher!)
|
2024-10-26 00:36:24 +07:00
|
|
|
- [x] Update the game
|
|
|
|
|
- [x] Update voicepacks
|
2024-12-13 19:30:54 +07:00
|
|
|
- [ ] Uninstall the game (Just remove the game directory lol)
|
|
|
|
|
- [x] Voicepacks installation
|
2024-10-26 00:36:24 +07:00
|
|
|
#### Advanced features
|
|
|
|
|
- [x] Apply the update archives
|
|
|
|
|
- [x] Download the update archives
|
|
|
|
|
- [x] Easy to use API
|
|
|
|
|
|
2024-12-13 19:42:36 +07:00
|
|
|
### Other games (Proxy game & Dreamseeker game)
|
2024-10-26 00:36:24 +07:00
|
|
|
I haven't developed for them yet, but since most of the code is shared I'll do that when I have the motivation to do so.
|
|
|
|
|
|
|
|
|
|
~~Help me get motivated by going to https://paypal.me/tretrauit and send me a coffee lol~~
|
|
|
|
|
|
|
|
|
|
## Notes
|
2023-06-13 04:03:47 +07:00
|
|
|
|
|
|
|
|
This launcher tries to mimic the official launcher behaviour as much as possible but if a ban appears, I will
|
|
|
|
|
not be responsible for it. (*Turn-based game* have a ban wave already, see AAGL discord for more info)
|
|
|
|
|
|
|
|
|
|
## Alternatives
|
|
|
|
|
|
|
|
|
|
This launcher focuses on the API and CLI, for GUI-based launcher you may want to check out:
|
|
|
|
|
|
|
|
|
|
+ [An Anime Game Launcher](https://aagl.launcher.moe/) - That famous launcher for an open-world anime game.
|
2023-06-26 17:27:08 +07:00
|
|
|
+ [Yaagl](https://github.com/3Shain/yet-another-anime-game-launcher) - All in one launcher for MacOS.
|
2023-06-13 04:03:47 +07:00
|
|
|
+ [Honkers launcher](https://github.com/an-anime-team/honkers-launcher) - Another launcher for an anime game.
|
|
|
|
|
+ [Honkers Railway](https://github.com/an-anime-team/the-honkers-railway-launcher) - A launcher for a turn-based anime game.
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
[MIT](./LICENSE)
|