Нема описа

Loentar 358fef11cd version bump пре 3 година
images 13c9236580 Added background, icon, fixes and misc improvements пре 3 година
qml 97e9b5864f Load and save languages list from/to audio_lang_14 upon installation пре 3 година
screenshots 13c9236580 Added background, icon, fixes and misc improvements пре 3 година
scripts 5141361c84 Restored dependencies installer, show errors from aria2c, remove downloaded archives after installation is completed пре 3 година
share 12984d1aeb AppImage support пре 3 година
src 12984d1aeb AppImage support пре 3 година
.gitignore 7561c0848d Initial development version пре 3 година
LICENSE e6946f05b0 Added LICENSE пре 3 година
README.md 598e49b11b Update 'README.md' пре 3 година
VERSION 358fef11cd version bump пре 3 година
paimon-launcher.pro 5141361c84 Restored dependencies installer, show errors from aria2c, remove downloaded archives after installation is completed пре 3 година
update_qrc 7561c0848d Initial development version пре 3 година

README.md

Paimon Launcher

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.

Updating the game

Usage

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.

Installation

This app is distributed via AppImage.

  1. Download the latest archive from Releases
  2. Open Terminal
  3. cd ~/Downloads
  4. chmod +x Paimon_Launcher-[VERSION]-x86_64.AppImage
  5. ./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.

Build from sources

If provided AppImage doesn't work for some reason you may build launcher from source code:

  1. Make sure build dependencies are installed. For deb systems run: sudo apt install build-essential git
  2. Clone this project using: git clone https://notabug.org/loentar/paimon-launcher.git
  3. Download and start https://www.qt.io/download-thank-you .
  4. You need to chmod +x qt-unified-linux-x64-*-online.run to start it.
  5. Register/sign in with free Qt account.
  6. Install version 5.15.2 of Qt only desktop (Desktop gcc 64-bit 5.15.2-0-....), you don't need any other packages to build this project.
  7. After Qt installation is finished, start Qt Creator and open paimon-launcher.pro from cloned directory
  8. Set up everything by default (Desktop 5.15.2)
  9. Choose target Release (Ctrl+T, Release) else updater will not be able to update Web version
  10. Build and run the project (Ctrl+R or the green triangle icon to the left bottom side)

Command line option configuration

You 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.

TODO

  • Check for launcher updates and open new release page.
  • Show progress+status icon like gparted does.
  • Detect Wine, Lutris, Proton versions, make it possible to select specific version from settings.