Skip to main content

Module game_title

Module game_title 

Source
Expand description

Game title resolution shared by runtime and platform UI integration.

The title follows the engine configuration first and falls back to the game directory name. Gameexe.dat decoding uses key.toml from the project directory through GameexeDecodeOptions::from_project_dir.

Functionsยง

game_title_from_config
Extract GAMENAME from a parsed Gameexe config.
resolve_game_title
Return the runtime title using an already loaded Gameexe config first.
resolve_game_title_from_project_dir
Return the display title for a game directory.