Overview

Associated Files

Reference for LocalGen-related map, replay, and configuration file formats.

Source document: docs/associated-files.md

File format reference

Extension / file nameTypeNotes
.lgMap fileLegacy LocalGen v5 map file; typically paired with an ini file.
.lgmpMap fileNative LocalGen v6 map format; does not require the paired ini workflow and may use JSON-style structure.
.lgrReplay fileStandard replay format, roughly comparable to generals.io replay information density.
.lgraAdvanced replay fileStores the normal replay data plus extra details such as per-turn move queues.
settings.lgstsSettings fileLocalGen v5 settings file; typically hidden by default.
config.lgs6Settings fileLocalGen v6 configuration file; expected to be hidden and likely JSON-based.

These file types matter for players, map authors, replay analysis, and tooling contributors alike.