Documentação do GameCode Launcher
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
- Novo por aqui? Veja Estrutura de arquivos e Como funciona.
- Vai configurar? Veja launcher.json e a seção GitHub.
- Vai adaptar um tema? Vá para Launcher, Dashboard ou Downloader.
GameCode Launcher Documentation
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
- New here? See File structure and How it works.
- Configuring? See launcher.json and the GitHub section.
- Adapting a theme? Go to Launcher, Dashboard or Downloader.
Documentación del GameCode Launcher
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
- ¿Nuevo aquí? Mira Estructura de archivos y Cómo funciona.
- ¿Vas a configurar? Mira launcher.json y la sección GitHub.
- ¿Vas a adaptar un tema? Ve a Launcher, Dashboard o Downloader.