Skip to content

Narrat Config Files

Narrat uses various .yaml config files to customise the game and engine. To learn more about config files, visit the config files guide.

Available config files

Here is a list of all the currently available config files in narrat:

Config fileDescriptionExample fileType definition
common.yamlGeneral optionscommon.yamlCommonConfigSchema
animations.yamlAnimationsanimations.yamlAnimationsConfigSchema
audio.yamlAudioaudio.yamlAudioConfigSchema
buttons.yamlScreen buttonsbuttons.yamlButtonsConfigSchema
characters.yamlCharacters and portraitscharacters.yamlCharactersConfigSchema
choices.yamlChoiceschoices.yamlChoicesConfigSchema
items.yamlItemsitems.yamlItemsConfigSchema
macros.yamlMacrosmacros.yamlMacrosConfigSchema
preload.yamlAssets preloadingpreload.yamlPreloadConfigSchema
screens.yamlScreensscreens.yamlScreensConfigSchema
scripts.yamlScripts listscripts.yamlScriptsConfigSchema
skills.yamlSkillsskills.yamlSkillsConfigSchema
skillChecks.yamlSkill checksskillChecks.yamlSkillChecksConfigSchema
quests.yamlQuestsquests.yamlQuestsConfigSchema
tooltips.yamlTooltipstooltips.yamlTooltipsConfigSchema

common.yaml

TODO: Fill the rest of those docs with more info on each config file

Released under the MIT License.