Skip to main content

Module generic

Module generic 

Source
Expand description

User-defined “generic” games: a configurable GamePlugin driven by a TOML spec::GameSpec, plus loading/managing those user specs from disk.

Modules§

loader
Loads user-defined games from TOML specs in modde’s data directory, validating and deduplicating each GameSpec before turning it into a GenericGame-backed GameRegistration for the game registry.
manage
Managing user-defined game specs on disk: add, remove, read, and detect candidate install directories.
spec
TOML specification for user-defined generic games and its validation.

Structs§

GenericGame
A generic game with loose file drop support.