|
3 anni fa | |
---|---|---|
AppImage | 3 anni fa | |
images | 3 anni fa | |
qml | 3 anni fa | |
screenshots | 3 anni fa | |
scripts | 3 anni fa | |
share | 3 anni fa | |
src | 3 anni fa | |
.gitignore | 3 anni fa | |
LICENSE | 3 anni fa | |
README.md | 3 anni fa | |
VERSION | 3 anni fa | |
paimon-launcher.pro | 3 anni fa | |
update_qrc | 3 anni fa |
Alternative launcher for GI, installs and updates the game, handles patches automatically. It's developed to run under Linux only.
Download manager Aria2c is used for improved download speed.
At start the launcher tries to detect game installation by looking in few common directories. If you have game installed but launcher didn't detected its installation path, click "Browse..." and choose the "Game" directory (where UnityPlayer.dll is located).
If you don't have game installed, launcher will offer to install it to default directory. Click "Browse..." if you wish to install to the different directory.
Pre-requirements: For deb systems run: sudo apt install git
This app is distributed via AppImage.
cd ~/Downloads
chmod +x Paimon_Launcher-[VERSION]-x86_64.AppImage
./Paimon_Launcher-[VERSION]-x86_64.AppImage
or read this article to learn how to do the same from GUI.
This launcher is built on Ubuntu 16.04 and tested on Ubuntu 16.04, 20.04. Other distributions should be supported as well. If you face a bug feel free to fill an issue.
If provided AppImage doesn't work for some reason you may build launcher from source code:
sudo apt install build-essential git
git clone https://notabug.org/loentar/paimon-launcher.git
chmod +x qt-unified-linux-x64-*-online.run
to start it.paimon-launcher.pro
from cloned directoryYou can configure launcher to use Lutris/Proton instead of default wine installation also to control launch options and environment. To make this possible the file $HOME/.local/share/paimon-launcher/wineconfig.sh
is provided. It will appear after you press "Start" at the first time. As workaround to create this file before start, choose "kill wine server" from settings menu.
Fedora 34:
Launcher UI doesn't update client:
Failed to download file
Error updating client
When started from Terminal:
[ERROR] Failed to load trusted CA certificates from /etc/ssl/certs/ca-certificates.crt. Cause: Error while reading file.\n"
Problem related with aria2c and CRT.
Workaround:
sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt