|
пре 3 година | |
---|---|---|
images | пре 3 година | |
qml | пре 3 година | |
screenshots | пре 3 година | |
scripts | пре 3 година | |
share | пре 3 година | |
src | пре 3 година | |
.gitignore | пре 3 година | |
LICENSE | пре 3 година | |
README.md | пре 3 година | |
VERSION | пре 3 година | |
paimon-launcher.pro | пре 3 година | |
update_qrc | пре 3 година |
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.
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, Fedora 34. Other distributions should be supported as well. If you face a bug feel free to file 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.