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
  • You need to know
  • NEWS CONTENT
  • Main Data
  • Alerts
  • News
  • SubNews
  • Changing the News Content
  1. How to show News and Alerts

Show your News or Changelog

Display your News or Changelog in the Launcher

Previous4. Upload your files to your serverNextShow an Alert

Last updated 21 days ago

This tutorial requires

Open GameLauncher.sln in Visual Studio / Or your Launcher executable

Open your Game Launcher/News/Release folder in your Host to update the content of a .txt file

Open your Unity Project

The news are loaded from your Host. Do not change in the Launcher.

You need to know

Every News content has it's own Language in the environments

It starts with the name denomination like en_US (English - United States)

Also they are divided by his environment Release or Beta.

The file names of the News are en_US_Release_News.txt

This refers that file is from en_US language in the Release environment

JSON Content

The content of the News files like en_US_Release_News.txt is JSON.

These files are stored in your Host:

Game Launcher will download this file to display the news in the Launcher Window

en_US_Release_News.txt
{
  "ProjectName": "Game Launcher",
  "Language": "en_US",
  "Environment": "Release",
  "Region": "Any",
  "ServerStatus": "Online",
  "ReportBugURL": "https://game-launcher.net/",
 }

NEWS CONTENT

Main Data

These are the links of the buttons in the Launcher.

Leave empty if you don't need this information

Change the Language to your desired Language like en_US

If this news are for Release or Beta environment change the Environment

Alerts

Use the alerts to inform your players the state of your server, or very important info about your game.

The alerts are the alert that are show in the topside of the Launcher.

If Show after date is activated, then your alert will be shown after only after the specified date.

News

Set your news data in this section, you can add various of them

The Image URL need to be stored in your Host or be public available in the internet.

The Video URL can be a youtube link or a video in your host.

Example:

We recommend to store your images in your Host

And the videos use Youtube

SubNews

The subnews are used to display more relevant info about your app/game. Like tourneys, communities, documentation, or other useful links.

Changing the News Content

Example: Changing the News content of en_US language in the Release environment

  1. In Unity menus, Open News JSON Creator

Tools -> Game Launcher -> News JSON Creator

2. Set the data of your news as your preference

3. Copy the Generated JSON

4. Locate your file (Example: en_US_Release_News.txt in Game Launcher/News/Release folder)

5. Paste the JSON Content in the file

And that's all!

Game Launcher will automatically download the text from the file.

Try it reloading your news in the Launcher!

Example:

Image URL:

Video URL:

❕
📰
https://game-launcher.net/GameLauncher/News/Release/
https://game-launcher.net/wp-content/uploads/2022/09/Game-Launcher-Photo-1-1024x576.png
https://www.youtube.com/watch?v=FhiilefzooU
Remember to use the new Game Launcher Manager to create the news
Game Launcher Window Features
News JSON Creator - Main Data section
Game Launcher UI - Alerts section
News JSON Creator - Alerts section
Game Launcher News
News JSON Creator - News section
Game Launcher Window - SubNews
News JSON Creator - SubNews section
Opening News JSON Creator
Game Launcher news example