docs: updated readme

This commit is contained in:
Nikita Podvirnyi 2024-05-27 15:36:30 +02:00
parent 00513049a3
commit dce10eb82f
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3

View file

@ -2,29 +2,32 @@
SDK based on [anime-game-core](https://github.com/an-anime-team/anime-game-core) with some basic instruments like launcher state system and configuration file manager, written in Rust SDK based on [anime-game-core](https://github.com/an-anime-team/anime-game-core) with some basic instruments like launcher state system and configuration file manager, written in Rust
> ⚠️ Current implementation is considered legacy. No deep changes will be made.
## Common features ## Common features
| Description | Feature | | Description | Feature |
| - | - | |--------------------------------------------------|---------------|
| Manage launcher state | `states` | | Manage launcher state | `states` |
| Manage launcher config | `config` | | Manage launcher config | `config` |
| Manage components (list wine/dxvk versions, etc) | `components` | | Manage components (list wine/dxvk versions, etc) | `components` |
| Run the game | `game` | | Run the game | `game` |
| Use Discord RPC when the game is running | `discord-rpc` | | Use Discord RPC when the game is running | `discord-rpc` |
| Run the game in `bwrap` sandbox | `sandbox` | | Run the game in `bwrap` sandbox | `sandbox` |
## Anime Game specific features ## Anime Game specific features
| Description | Feature | | Description | Feature |
| - | - | |--------------------------------------------------------------------|-------------------------|
| Emulate game environment to get additional in-game payment methods | `environment-emulation` | | Emulate game environment to get additional in-game payment methods | `environment-emulation` |
| Unlock in-game frame rendering limit | `fps-unlocker` | | Unlock in-game frame rendering limit | `fps-unlocker` |
## Supported games ## Supported games
| Name | Feature | | Name | Feature |
| - | - | |----------------------------------------------------------------------------------|---------------------------|
| [An Anime Game](https://github.com/an-anime-team/an-anime-game-launcher) | `gen-shin` (without dash) | | [An Anime Game](https://github.com/an-anime-team/an-anime-game-launcher) | `gen-shin` (without dash) |
| [Honkers Railway](https://github.com/an-anime-team/the-honkers-railway-launcher) | `star-rail` | | [Honkers Railway](https://github.com/an-anime-team/the-honkers-railway-launcher) | `star-rail` |
| [Honkers](https://github.com/an-anime-team/honkers-launcher) | `hon-kai` (without dash) | | [Honkers](https://github.com/an-anime-team/honkers-launcher) | `hon-kai` (without dash) |
| [Punishing: Gray Raven](https://github.com/an-anime-team/an-anime-borb-launcher) | `pgr` | | [An Anime Borb](https://github.com/an-anime-team/an-anime-borb-launcher) | `pgr` |
| [Waves](https://github.com/an-anime-team/wavey-launcher) | `wuwa` |