the-honkers-railway-launcher/README.md

97 lines
4.6 KiB
Markdown
Raw Normal View History

<picture>
<source media="(prefers-color-scheme: dark)" srcset="repository/logo-dark.png">
<img src="repository/logo-light.png">
</picture>
| Modern style | Classic style |
| :-: | :-: |
| <picture><source media="(prefers-color-scheme: dark)" srcset="repository/main-modern-dark.png"><img src="repository/main-modern.png"></picture> | <picture><source media="(prefers-color-scheme: dark)" srcset="repository/main-classic-dark.png"><img src="repository/main-classic.png"></picture> |
| <picture><source media="(prefers-color-scheme: dark)" srcset="repository/settings-modern-dark.png"><img src="repository/settings-modern.png"></picture> | <picture><source media="(prefers-color-scheme: dark)" srcset="repository/settings-classic-dark.png"><img src="repository/settings-classic.png"></picture> |
2023-03-15 21:14:08 +00:00
<p align="center">
<a href="https://discord.gg/ck37X6UWBp">Discord</a> ·
2023-04-23 20:40:34 +00:00
<a href="https://matrix.to/#/#an-anime-game:envs.net">Matrix</a> ·
2023-04-18 10:49:56 +00:00
<a href="https://github.com/an-anime-team/the-honkers-railway-launcher/wiki">Wiki</a>
2023-03-15 21:14:08 +00:00
</p>
2023-03-15 21:14:08 +00:00
<br>
2023-04-21 19:11:40 +00:00
# ⚠️ Please don't link to this repository
We understand you want to help people run An Anime Game on Linux. The issue is, the more people know
of the tools involved in it, the higher the chances The Anime Game Company will notice them, and then
fix the flaws that let us do the needful.
While sharing in your self-managed chat services and through private messaging is fine, we humbly ask
that you refrain from publically sharing links to this repository, or to any of the tools involved.
Or share them and ruin it for the dozens of Linux players. It's up to you.
## If you're going to share it anyway
2023-04-23 20:40:34 +00:00
Do what you must, but we would respectfully request that you try to label the game as "The Honkers Railway Game"
instead of the actual name of the game, to avoid search engine parsing.
2023-04-21 19:11:40 +00:00
<br>
# ♥️ Useful links and thanks
2023-04-21 19:11:40 +00:00
* Original patch project without which this project wouldn't be possible. Link is omitted for "privacy" purposes
* [macOS launcher](https://github.com/3Shain/yet-another-anime-game-launcher) which contains some additional compatibility components
2023-04-23 20:40:34 +00:00
* [Wiki](https://github.com/an-anime-team/the-honkers-railway-launcher/wiki) contains some basic FAQ, installation instructions and more
* [Releases page](https://github.com/an-anime-team/the-honkers-railway-launcher/releases) where you can find latest available version
2023-04-21 19:11:40 +00:00
* [Changelog](CHANGELOG.md) with chronology of the project
2023-04-21 19:11:40 +00:00
<br>
2023-04-21 19:11:40 +00:00
# ⬇️ Download
| Distribution | Format | Wiki | Source |
| - | - | - | - |
2023-04-23 20:40:34 +00:00
| Fedora | Flatpak | [link](https://github.com/an-anime-team/the-honkers-railway-launcher/wiki/Installation#-any-distribution-flatpak) | - |
| Arch Linux, Manjaro | AUR | [link](https://github.com/an-anime-team/the-honkers-railway-launcher/wiki/Installation#-arch-linux-aur) | [the-honkers-railway-launcher-bin](https://aur.archlinux.org/packages/the-honkers-railway-launcher-bin) |
| Fedora, OpenSUSE | RPM | [link](https://github.com/an-anime-team/the-honkers-railway-launcher/wiki/Installation#-fedora-rpm) | [HRL](https://build.opensuse.org/repositories/home:Maroxy:AAT-Apps/HRL) |
| Ubuntu | pacstall | - | [the-honkers-railway-launcher-bin](https://pacstall.dev/packages/the-honkers-railway-launcher-bin) |
2023-05-01 19:06:11 +00:00
| Gentoo | ebuild | [link](https://github.com/an-anime-team/the-honkers-railway-launcher/wiki/Installation#-gentoo-linux-ebuild) | [gentoo-ebuilds](https://github.com/an-anime-team/gentoo-ebuilds) |
2023-04-23 20:40:34 +00:00
To see the installation guides, please visit the wiki page [here](https://github.com/an-anime-team/the-honkers-railway-launcher/wiki/Installation)
## Chinese version support
2023-04-21 19:11:40 +00:00
This should be automatically enabled if you're using zh_cn (Chinese) as your system language. If you're not using it - you can change the game edition in the launcher settings
2022-08-24 19:06:03 +00:00
<br>
2022-08-24 19:06:03 +00:00
2023-04-21 19:11:40 +00:00
# 💻 Development
2022-06-28 21:59:20 +00:00
| Folder | Description |
| - | - |
| src | Rust source code |
2023-01-18 16:38:12 +00:00
| assets | App assets folder |
| assets/locales | App localizations |
2022-06-28 21:59:20 +00:00
| target/release | Release build of the app |
2022-08-26 09:51:07 +00:00
## Clone repo
2022-06-28 21:59:20 +00:00
```sh
2023-04-18 10:49:56 +00:00
git clone --recursive https://github.com/an-anime-team/the-honkers-railway-launcher
2022-06-28 21:59:20 +00:00
```
2022-08-26 09:51:07 +00:00
## Run app
2022-06-28 21:59:20 +00:00
```sh
cargo run
```
2022-08-26 09:51:07 +00:00
## Build app
2022-06-28 21:59:20 +00:00
```sh
cargo build --release
```
2023-03-19 14:50:21 +00:00
## Updates strategy
2023-04-18 10:49:56 +00:00
Starting from 3.2.1 ([fcab428](https://github.com/an-anime-team/the-honkers-railway-launcher/commit/fcab428cb40b1457f41e0856f9d1e1473acbe653)) we have 2 branches: stable ([main](https://github.com/an-anime-team/the-honkers-railway-launcher/tree/main)) and dev ([next](https://github.com/an-anime-team/the-honkers-railway-launcher/tree/next)). Code changes will be pushed into dev branch and merged into stable once they're ready for new version release
2023-03-19 14:50:21 +00:00
2023-03-19 15:03:59 +00:00
<img src="repository/branches.png" />