GameCode Docs
CTRL K

Documentação do GameCode Launcher

LauncherDashboardDownloader
Tudo para configurar o launcher e adaptar os seus temas — launcher, dashboard e downloader — às funções nativas.

O GameCode Launcher cuida de atualizar o jogo, verificar a integridade dos arquivos, baixar a primeira instalação e abrir o cliente. A parte visual (os "temas") é web e você personaliza; o launcher fornece as funções nativas por trás.

Launcher

A tela principal: joga, atualiza e verifica os arquivos. Lê configurações do jogo.

Dashboard

O painel do jogador: eventos, notícias e informações do servidor.

Downloader

A primeira instalação: baixa o jogo completo do GitHub e extrai.

Como o tema conversa com o launcher

Cada seção carrega um tema (página web) do seu servidor. O tema chama as funções nativas (como ThemeReady() e Start()) e escuta eventos que o launcher emite.

Nas próximas páginas, cada função vem com exemplo real de uso.

Por onde começar

GameCode Launcher Documentation

LauncherDashboardDownloader
Everything to configure the launcher and adapt your themes — launcher, dashboard and downloader — to the native functions.

The GameCode Launcher handles updating the game, verifying file integrity, downloading the first install and launching the client. The visual part (the "themes") is web-based and you customize it; the launcher provides the native functions behind it.

Launcher

The main screen: play, update and verify files. Reads game settings.

Dashboard

The player panel: events, news and server information.

Downloader

The first install: downloads the full game from GitHub and extracts it.

How the theme talks to the launcher

Each section loads a theme (web page) from your server. The theme calls the native functions (like ThemeReady() and Start()) and listens to events the launcher emits.

On the next pages, each function comes with a real usage example.

Where to start

Documentación del GameCode Launcher

LauncherDashboardDownloader
Todo para configurar el launcher y adaptar tus temas — launcher, dashboard y downloader — a las funciones nativas.

El GameCode Launcher se encarga de actualizar el juego, verificar la integridad de los archivos, descargar la primera instalación y abrir el cliente. La parte visual (los "temas") es web y tú la personalizas; el launcher provee las funciones nativas por detrás.

Launcher

La pantalla principal: jugar, actualizar y verificar archivos. Lee la configuración del juego.

Dashboard

El panel del jugador: eventos, noticias e información del servidor.

Downloader

La primera instalación: descarga el juego completo desde GitHub y lo extrae.

Cómo el tema se comunica con el launcher

Cada sección carga un tema (página web) de tu servidor. El tema llama a las funciones nativas (como ThemeReady() y Start()) y escucha eventos que el launcher emite.

En las próximas páginas, cada función viene con un ejemplo real de uso.

Por dónde empezar