Estrutura de arquivos
Ao lado do executável fica a pasta GCLauncher/, que guarda a configuração, o estado e os dados de cada seção.
# junto do .exe
gc-launcher.exe
GCLauncher/
├── system/
│ └── launcher.json # configuração (criptografada)
├── update/
│ ├── update.json # versão instalada
│ └── hash.json # integridade dos arquivos
└── ...
O launcher.json fica criptografado. Edite pela ferramenta (GC Tools), que cifra e salva.
Arquivos do jogo
O cliente fica na mesma pasta base, ao lado de GCLauncher/. É essa pasta que a verificação de integridade confere e que o downloader preenche.
File structure
Next to the executable is the GCLauncher/ folder, which holds the configuration, state and data of each section.
# next to the .exe
gc-launcher.exe
GCLauncher/
├── system/
│ └── launcher.json # configuration (encrypted)
├── update/
│ ├── update.json # installed version
│ └── hash.json # file integrity
└── ...
The launcher.json is encrypted. Edit it with the tool (GC Tools), which encrypts and saves.
Game files
The client lives in the same base folder, next to GCLauncher/. That folder is what integrity checking verifies and the downloader fills.
Estructura de archivos
Junto al ejecutable está la carpeta GCLauncher/, que guarda la configuración, el estado y los datos de cada sección.
# junto al .exe
gc-launcher.exe
GCLauncher/
├── system/
│ └── launcher.json # configuración (cifrada)
├── update/
│ ├── update.json # versión instalada
│ └── hash.json # integridad de archivos
└── ...
El launcher.json está cifrado. Edítalo con la herramienta (GC Tools), que cifra y guarda.
Archivos del juego
El cliente queda en la misma carpeta base, junto a GCLauncher/. Esa carpeta es la que verifica la comprobación de integridad y llena el downloader.