Difference between revisions of "Heroic"
m (add EpicLinux wiki) |
(minor changes to heroic page) |
||
Line 1: | Line 1: | ||
Heroic is an open-source game launcher that primarily supports launching games from the Epic Games Store by leveraging | 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 a per-game [[WINE]] prefix with the ability to easily switch between WINE versions. | ||
Heroic Games Launcher is built upon Electron and uses Legendary to interact with Epic Games Services. | Heroic Games Launcher is built upon Electron and uses Legendary to interact with Epic Games Services. | ||
==1. Installation== | ==1. Installation== | ||
Before installing Heroic it is recommended that you have a working | Before installing Heroic it is recommended that you have a working installation of '''WINE''' and '''winetricks''' on your system. | ||
All installation methods for Heroic are listed on their [https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher#linux GitHub] | All installation methods for Heroic are listed on their [https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher#linux GitHub] | ||
Line 13: | Line 13: | ||
Download the <code>heroic_x.x.x_amd64.deb</code> from the GitHub Releases section. If your OS supports this, you can simply open the downloaded <code>.deb</code> file to begin the installation. | Download the <code>heroic_x.x.x_amd64.deb</code> from the GitHub Releases section. If your OS supports this, you can simply open the downloaded <code>.deb</code> file to begin the installation. | ||
Otherwise you can install it via dpkg by bringing up a terminal and running following command | Otherwise, you can install it via dpkg by bringing up a terminal and running the following command | ||
sudo dpkg -i ''/path/to/''heroic_x.x.x_amd64.deb | 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> | <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> |
Revision as of 12:43, 25 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 a per-game WINE prefix with the ability to easily switch between WINE versions.
Heroic Games Launcher is built upon Electron and uses Legendary to interact with Epic Games Services.
1. Installation
Before installing Heroic it is recommended that you have a working installation of WINE and winetricks on your system.
All installation methods for Heroic are listed on their GitHub
You can find a 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 open the downloaded .deb
file to begin the installation.
Otherwise, you can install it via dpkg by bringing up a terminal and running the 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.
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.
Make AppImage executable by changing its file properties.
Or You can do the same using terminal
chmod +x heroic-x.x.x.AppImage
Now you can run the Heroic AppImage
2. Installing and importing games
Installing games are as easy as going to the library and selecting a game that you want to play. If you have already downloaded the game and you just want to import it then press on Import Game otherwise press Install to start installation in the specified folder.
4. See also