Games¶
Games are looked up from:
$path_share/games/<gameid>/$path_user/games/<gameid>/
Where <gameid> is unique to each game.
The game directory can contain the following files:
game.conf, with the following keys:name: Required, a human readable title to address the game, e.g.name = MultiCraft.description: Short description to be shown in the content taballowed_mapgens = <comma-separated mapgens>e.g.allowed_mapgens = v5,v6,flatMapgens not in this list are removed from the list of mapgens for the game. If not specified, all mapgens are allowed.disallowed_mapgens = <comma-separated mapgens>e.g.disallowed_mapgens = v5,v6,flatThese mapgens are removed from the list of mapgens for the game. When bothallowed_mapgensanddisallowed_mapgensare specified,allowed_mapgensis applied beforedisallowed_mapgens.disallowed_mapgen_settings= <comma-separated mapgen settings>e.g.disallowed_mapgen_settings = mgv5_spflagsThese settings are hidden for this game in the world creation dialog and game start menu.author: The author of the game. It only appears when downloaded from ContentDB.release: Ignore this: Should only ever be set by ContentDB, as it is an internal ID used to track versions.
multicraft.conf: Used to set default settings when running this game.settingtypes.txt: In the same format as the one in builtin. This settingtypes.txt will be parsed by the menu and the settings will be displayed in the "Games" category in the advanced settings tab.- If the game contains a folder called
texturesthe server will load it as a texturepack, overriding mod textures. Any server texturepack will override mod textures and the game texturepack.
Menu images¶
Games can provide custom main menu images. They are put inside a menu
directory inside the game directory.
The images are named $identifier.png, where $identifier is one of
overlay, background, footer, header.
If you want to specify multiple images for one identifier, add additional
images named like $identifier.$n.png, with an ascending number $n starting
with 1, and a random image will be chosen from the provided ones.