Skip to content
Version 2.11.0
↓ Get the launcher

IGameEnvironment interface

Identity of the running game install: which regional release it is and the installed game version. Detected once at boot from install markers (executable name / install layout); the framework config key environment.region ("sea" | "jp") overrides detection. Values are latched at boot and never change during a session.

public interface IGameEnvironment
name description
GameVersion { get; } Installed game version (e.g. "2.11"), or "unknown" when not parseable from the install.
Region { get; } Detected region, or Unknown when no marker matched and no override is set.
RegionCode { get; } Lowercase wire form of Region: "sea", "jp" or "unknown".