mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-19 16:33:04 +03:00
An Anime Game launcher for Linux with telemetry disabling
36d130ead6
- core class was renamed to the LauncherLib - added upper- and lowercased secret names variants |
||
---|---|---|
public | ||
repository-pics | ||
src | ||
.gitignore | ||
entry.js | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json |
Status
Game version | Launcher version | Patch version |
---|---|---|
2.2.0 | 1.1.0 | 2.2.0 stable ✅ |
Download from Releases
⚠️ Please, be careful with 2.3.0 game's release. It may suddenly break game's patch state
⚠️ Also patch's repository will be changed and you will HAVE to update launcher to the newest version
Requirements
To work this launcher requires
- wine
- winetricks
- unzip
- tar
- git
Install
apt-get
sudo apt-get install wine winetricks unzip tar git
pacman
sudo pacman -Syu wine winetricks unzip tar git
Development
Build from source
npm run build
Run from source
npm start
Roadmap
✓ To 1.0.0 release
Fix AppImage builds(0.3.0)Parse background banners from the game's API (issue #1, pull request #2)(0.3.0)Update launcher logo(0.4.0)Cache launcher background picture (pull request #6)(0.4.0)Make Proton-GE default compatibility tool and fix game input issues(added runners manager) (0.5.0)Add preferences menu(0.5.0)Add additional telemetry checking(0.6.0)Add DXVK downloading in settings(0.6.0)Make participation in the anonymous analytics request(0.8.0)Add launcher updates notifications(1.0.0-rc1)Make automatic patch state parsing(1.0.0-rc1)
➤ To 2.0.0 release
Add runners environmental variables manager(1.1.0)Add outdated files deletion when new game's update releases(1.1.0)- Set default wine version to download so the wine install requirement is no longer needed.
- Add voice packs support
- Add Patch category in settings menu with
- Always participate in patches testing
- Applying anti login crash patch
- Remove patch
- Playing statistics
And don't forget to change the patch's URI when it will be changed