Game Launcher - Documentation
  • Documentation
  • Changelog
  • 🎛️Features comparison
  • Getting-started
    • ❓How it works
    • 🌀Introduction
    • 👉Installation
      • [TIP] Make your host files visible
  • Game Launcher
    • ☁️Cloud Management
    • ⬜Patch Manager App
      • CLI Commands
    • ✳️Enterprise Edition | Multi-games
      • How it works
      • Adding games
  • 🖼️Launcher Integrations
    • 🌌Flat Window Template
      • Deploy for MacOS
        • Create a self-signed certificate
      • 📽️Set a background video
    • 🙎Login & Register Integration
    • 📩Notifications Integration
    • 👾Crypto & NFT Game Launcher
  • 📃Creating Launcher Version
    • 1️⃣1. Deploy your Launcher
    • 2️⃣2. Move your Launcher
    • 3️⃣3. Create your patch
    • 4️⃣4. Upload your files to your server
    • 🥳Testing and Deploying to your users
  • 📔Creating App Version
    • 1️⃣1 & 2. Build your App
    • 3️⃣3. Create your patch
    • 4️⃣4. Upload your files to your server
  • ❕How to show News and Alerts
    • 📰Show your News or Changelog
    • ⚠️Show an Alert
  • Publishing Essentials
    • Hosting
    • App Signing
  • Utilities
    • Launch Arguments
  • 🎨Customization
    • 🆒Set your own Logo
    • 🖼️Set your own Background color
    • 🪟Change Window Transparency
    • 🔤Change Launcher Executable Name
    • 🌀Set an Application Icon
    • 🅰️Customize News Fonts
    • 🌌Set a Splash Screen
  • ⚒️Extending the Launcher
    • 🇺🇸Adding a new language
    • ↪️Using other UI Template
  • 💵Make money with us
    • Creating your template and selling it
Powered by GitBook
On this page
  1. Game Launcher
  2. Enterprise Edition | Multi-games

Adding games

Adding games to the Enterprise Version

PreviousHow it worksNextFlat Window Template

Last updated 2 years ago

Learn how the Launcher Enterprise works: How it works

The Launcher downloads the file GameList.txt which contains the data of every game.

This file is located under YourHost/GameLauncher/Config folder

Game List file

GameList.txt contains the data of every game.

To Add a Game to the Library just copy and add another bunch of fields below the last game.

Save the file and Upload it again to the Host.

Variables Explanation

  • Title: Title of your game (Root folder name).

  • Subtitle: Subtitle of your game.

  • Show: If true, the launcher will display this game in the Library. If not the game will disappear.

  • CoverURL: Cover URL image of your game.

  • IconURL: Icon URL image of your game.

  • LogoURL: Logo URL image of your game.

  • ColorHEX: Background color for the Launcher.

  • DefaultLaunchArgs: Default Launch Arguments when the user starts this game.

  • Link Only: If true, the Play Button now opens a Link. (Use for non-downloadable games, or to link games from another store like Steam).

  • IsMultiplayer, isMobile, IsWindows,IsMacOS, isFreeToPlay: Indicates the category of the game. Use it to indicate where your game is going to be located.

✳️
Config folder in Host
GameList.txt file content. 2 Games added.