Configure launcher settings
The launcher settings cover the general logic and interface of the launcher, and are grouped as follows:
To configure the launcher settings:
- Open your project in Publisher Account.
- Click Launcher in the side menu.
- Find the launcher on the dashboard, and click Edit launcher.
- Go to the Settings section.
- Change the settings.
- Click Save changes.
General info
The following settings tabs are available:
Name & OS
The Name & OS section allows you to configure the following:
- Launcher name — the launcher name in Publisher Account.
- Operating systems — the operating system(s) that the launcher supports.
It is not possible to disable support for operating systems that are already supported (the ones that have the On status). If you enable additional operating systems, generate a launcher build to get the links to launchers for them.
Languages
In the Languages section, you can select the languages that the launcher interface supports.English is the default language and cannot be removed.
Selected languages that will be available when completing the Game information and Content sections.
Analytics
In the Analytics section, you can specify the Google Analytics Tracking ID value to enable sending events generated by the launcher to Google Analytics.This is an additional option for collecting statistics because all event statistics are always available on the Analytics tab of the project in Publisher Account.
User login
The User login section allows you to specify a Login project that the launcher will use in its Login widget. This widget provides one-click authentication while keeping user data safe and under your ownership.
- Select the Login project.
- Enable or disable OAuth 2.0 for the selected Login project. If enabled, users do not need to log in every 24 hours.
- If OAuth 2.0 is enabled, select an OAuth 2.0 client that the Login project will use. If the Login project does not have any clients, a new client is created in the Login project.
- Click Save changes.
UI customization
UI customization settings in the launcher project are divided into two groups:
- common settings for all games
- game-specific settings for customizing the appearance of game-related pages and their elements
Common customization
To configure the UI customization settings for all games:- Open your project in Publisher Account.
- Click Launcher in the side menu.
- Find the launcher on the dashboard, and click Edit launcher.
- Go to the Settings > UI customization section.
- Make changes to:
- Click Save changes.
Icons
On the Icons tab you can:- Upload your Company logo to be displayed at the top of the left menu.
- Upload App icons to be used as desktop shortcuts.
Launcher theme
On the Launcher theme tab, you can edit your launcher theme as follows:- Select a theme and copy its JSON.
- Go to the launcher customization guide.
- Following the guide:
Initialization screen
On the Initialization screen tab, you can upload a background image that will be displayed as the background during initialization after users run the launcher.Game-specific customization
To configure the game-specific UI customization settings:- Open your project in Publisher Account.
- Click Launcher in the side menu.
- Find the launcher on the dashboard, and click Edit launcher.
- Scroll down to the Games section.
- Click Set up to the right of your game.
- Go to the Game page customization and configure the following:
- Background image
- Game logos
- Click Save changes.
Installation
In the Installation section you can set the default launcher installation path. If necessary, users will be able to change it during the launcher installation. To set the default installation path:- Specify the Default installation path for Windows using environment variables. This allows the operating system to dynamically determine the directory for installation:
%PROGRAMFILES%
— the path to the directory with installed applications for all users of Windows, for exampleC:\Program Files
.%SYSTEMDRIVE%
— the name of the system drive, for exampleC:
.%USERPROFILE%
— the path to the user’s home directory for a particular Windows user, for exampleC:\Users\username
.%LOCALAPPDATA%
— default location for application-specific data storage for a particular Windows user, for exampleC:\Users\username\AppData\Local
.
- Click Save changes.
Tutorials
Was this article helpful?
Thank you for your feedback!
We’ll review your message and use it to help us improve your experience.Continue reading
Last updated: August 30, 2024Found a typo or other text error? Select the text and press Ctrl+Enter.