Difference between revisions of "Heroic"

From Linux Gaming
Jump to navigation Jump to search
(Add Heroic)
 
(add installation for heroic)
Line 1: Line 1:
Heroic is an open-source game launcher that primarily supports launching games from the Epic Games Store by leveraging Legendary CLI tool. Heroic aims to be an easy to use game launcher, with features like per-game WINE prefix with ability to easily switch between WINE versions.
Heroic is an open-source game launcher that primarily supports launching games from the Epic Games Store by leveraging Legendary CLI tool. Heroic aims to be an easy to use game launcher, with features like per-game [[WINE]] prefix with ability to easily switch between WINE versions.
 
Heroic Game Launcher is built upon Electron and uses Legendary to interact with Epic Games Services.
 
==1.  Installation==
Heroic games launcher is not yet available for direct installation via any distribution's official application store. Although it is very easy to install it on your own.
 
You can find suitable installation file for your distro at their Github Releases section [https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases here]
 
===Debian, Ubuntu and Derivatives such as Pop!_OS===
Download the <code>heroic_x.x.x_amd64.deb</code> from the GitHub Releases section. If your OS supports this, you can simply double click on <code>.deb</code> file to begin the installation.
 
Otherwise you can install it via dpkg by bringing up a terminal and running following command
sudo dpkg -i ''/path/to/''heroic_x.x.x_amd64.deb
<small>Note: <code>amd64</code>  here refers to system architecture which this package supports. Make sure that your system is compatible with the program you are trying to install.</small>
 
===Fedora===
Heroic for Fedora is available on the [https://copr.fedorainfracloud.org/coprs/atim/heroic-games-launcher/ COPR repo] or as the binary on the releases page
 
===Arch Linux (AUR)===
Heroic is available on Arch User Repository [https://aur.archlinux.org/packages/heroic-games-launcher-bin/ here]
 
You can install it via your preferred AUR helper like yay or rua
 
To install it manually use following commands
git clone <nowiki>https://aur.archlinux.org/heroic-games-launcher-bin.git</nowiki>
cd heroic-games-launcher-bin
makepkg --cleanbuild --syncdeps --install --clean --rmdeps
 
=== Using AppImage ===
Download the <code>heroic-x.x.x.AppImage</code> from the GitHub Releases section. Make sure you have <code>curl</code> and <code>gawk</code> installed, normally it comes installed in most distros.
 
To make the AppImage executable use:
chmod +x heroic-x.x.x.AppImage
To run it use
./heroic-x.x.x.AppImage
 
== 2. Installing games ==
 
== 3. Installing custom WINE builds ==
 
== 4. See also ==

Revision as of 15:46, 22 January 2022

Heroic is an open-source game launcher that primarily supports launching games from the Epic Games Store by leveraging Legendary CLI tool. Heroic aims to be an easy to use game launcher, with features like per-game WINE prefix with ability to easily switch between WINE versions.

Heroic Game Launcher is built upon Electron and uses Legendary to interact with Epic Games Services.

1. Installation

Heroic games launcher is not yet available for direct installation via any distribution's official application store. Although it is very easy to install it on your own.

You can find suitable installation file for your distro at their Github Releases section here

Debian, Ubuntu and Derivatives such as Pop!_OS

Download the heroic_x.x.x_amd64.deb from the GitHub Releases section. If your OS supports this, you can simply double click on .deb file to begin the installation.

Otherwise you can install it via dpkg by bringing up a terminal and running following command

sudo dpkg -i /path/to/heroic_x.x.x_amd64.deb

Note: amd64 here refers to system architecture which this package supports. Make sure that your system is compatible with the program you are trying to install.

Fedora

Heroic for Fedora is available on the COPR repo or as the binary on the releases page

Arch Linux (AUR)

Heroic is available on Arch User Repository here

You can install it via your preferred AUR helper like yay or rua

To install it manually use following commands

git clone https://aur.archlinux.org/heroic-games-launcher-bin.git
cd heroic-games-launcher-bin
makepkg --cleanbuild --syncdeps --install --clean --rmdeps

Using AppImage

Download the heroic-x.x.x.AppImage from the GitHub Releases section. Make sure you have curl and gawk installed, normally it comes installed in most distros.

To make the AppImage executable use:

chmod +x heroic-x.x.x.AppImage

To run it use

./heroic-x.x.x.AppImage

2. Installing games

3. Installing custom WINE builds

4. See also