an-anime-game-launcher/README.md

151 lines
4.1 KiB
Markdown
Raw Normal View History

<img src="repository/pics/logo.jpg">
2021-10-15 00:04:02 +03:00
<img src="repository/pics/launcher-main.png">
<img src="repository/pics/launcher-settings.png">
2021-10-15 00:04:02 +03:00
<br><br>
2021-09-14 12:06:09 +03:00
### Please, try to use "An Anime Game" phrase instead of the real game name to avoid search engines parsing
<br><br>
2022-02-02 14:23:35 +03:00
# Download
| Source | Link |
| --- | --- |
| AppImage | [Releases](https://gitlab.com/KRypt0n_/an-anime-game-launcher/-/releases) page |
| AUR | [an-anime-game-launcher-bin](https://aur.archlinux.org/packages/an-anime-game-launcher-bin) |
| Pacstall | an-anime-game-launcher-bin [(?)](https://pacstall.dev) |
| Flatpak | [An Anime Game Launcher](https://flathub.org/apps/details/com.gitlab.KRypt0n_.an-anime-game-launcher) |
<a href="https://flathub.org/apps/details/com.gitlab.KRypt0n_.an-anime-game-launcher">
<img src="https://flathub.org/assets/badges/flathub-badge-i-en.png" width="160px" />
</a>
# Status
2021-10-14 23:47:00 +03:00
| Game version | Launcher version | Patch version |
| :---: | :---: | :---: |
2022-01-31 23:43:36 +03:00
| 2.4.0 | 2.1.1 | 2.4.0 stable ✅ |
We have our own [An Anime Game](https://discord.gg/ck37X6UWBp) discord server where you can ask any questions
## Usage statistics
2022-01-13 00:44:46 +03:00
This is our current usage statistics. You can find older ones [here](repository/pages/STATISTICS.md)
2022-01-12 21:08:47 +03:00
2022-01-02 14:04:02 +03:00
### 2.3.0 — 99 total
<img src="repository/pics/stats/2.3.0.png">
2021-11-18 15:09:17 +03:00
> You can suggest colors for your countries
<br>
# Requirements
To work this launcher requires
| Name | Description |
| --- | --- |
| webkit2gtk | To run Neutralino apps |
| libappindicator-gtk3 | To run Neutralino apps |
| unzip | To unpack zip archives (DXVKs / wines) |
| tar | To unpack tar archives (DXVKs / wines) |
| git | To check for new versions of the launcher |
| curl | To download archives with game, voice data, runners and so on |
| xdelta3 | To apply the patch to the game |
| cabextract | To install fonts to the wine prefix |
| libnotify | To send system notifications |
## Install
### apt-get
```sh
sudo apt-get install unzip tar git curl xdelta3 cabextract libnotify
```
### pacman
```sh
sudo pacman -Syu unzip tar git curl xdelta3 cabextract libnotify
```
### dnf
```sh
sudo dnf install unzip tar git curl xdelta cabextract libnotify
```
# Additional requirements
| Name | Description |
| --- | --- |
| [MangoHud](https://github.com/flightlessmango/MangoHud) | To use MangoHud |
| [vkBasalt](https://github.com/DadSchoorse/vkBasalt) | To use shaders |
| [GameMode](https://github.com/FeralInteractive/gamemode) | To use GameMode (performance optimization) |
| [switcheroo-control](https://gitlab.freedesktop.org/hadess/switcheroo-control/) | To select the GPU launcher should use to run the game |
These requirements can't be easily installed so you should do it manually
They're required only for some specific functions
2021-10-14 23:47:00 +03:00
# Development
2022-02-02 14:23:35 +03:00
## Download source
2021-10-14 23:47:00 +03:00
```sh
2021-12-21 00:44:28 +03:00
git clone https://gitlab.com/KRypt0n_/an-anime-game-launcher
cd an-anime-game-launcher
yarn
yarn neu update
2021-10-14 23:47:00 +03:00
```
2021-12-21 00:44:28 +03:00
## Run
2021-10-14 23:47:00 +03:00
```sh
2021-12-21 00:44:28 +03:00
yarn dev
```
## Build
2021-10-14 23:47:00 +03:00
```sh
2021-12-21 00:44:28 +03:00
yarn build
2021-10-14 23:47:00 +03:00
```
2022-01-04 00:20:37 +03:00
## Bundle to AppImage
2021-10-14 23:47:00 +03:00
```sh
2022-01-04 00:20:37 +03:00
yarn bundle
2021-10-14 23:47:00 +03:00
```
2021-09-14 12:06:09 +03:00
# Roadmap
2022-01-12 21:08:47 +03:00
This is our current roadmap goals. You can find older ones [here](repository/pages/ROADMAP.md)
2021-12-21 00:44:28 +03:00
2021-12-22 18:35:45 +03:00
## ➤ To 3.0.0 release
### Features
2021-12-21 00:44:28 +03:00
* <s>Use `LauncherLib.getGameVersion` function instead of the `config.json`'s `version` property</s> *(deprecated due to the new core functions)*
* <s>Fix button flickering at start when the launcher's state updates</s> *(fixed due to the new framework usage and proper state updating)*
2022-01-14 02:04:11 +03:00
* <s>Add downloading pause button</s> *(2.0.0 release)*
2022-01-31 00:01:44 +03:00
* <s>Move launcher on [Empathize](https://github.com/empathizejs/framework)</s> *(2.1.0)*
* <s>Make notifications translations</s> *(2.1.0)*
* <s>ToS Violation Window</s> *(2.1.0)*
2022-02-02 23:55:29 +03:00
* Add Chinese game's version support (due to changes in the Krock's patch)
2022-01-28 23:52:06 +03:00
* Add `latest.log` file generation
2022-01-29 00:26:08 +03:00
* Implement manual config flushing functionality from the Empathize's API
* Add analytics window
* Add an option to show terminal with the wine's log of the game
* Dark progress bar design
* Statistics window
* Changelog window
* Screenshots explorer
2021-10-24 23:25:19 +03:00
* Add Patch category in settings menu with
- Always participate in patches testing
- Applying anti login crash patch
- Remove patch