Module libeidolon::config

source ·
Expand description

Functions for working with the config file/formats

Structs

Eidolon’s user config
The pre-3.7 config

Functions

Check if eidolon has been initialized prior to this run
Converts pre-v1.2.7 config to JSON config
Returns the eidolon game directory
Loads in eidolon config file
This parses the config format that eidolon used prior to v1.2.7. This is used to convert the old format into the new JSON-based format when it is detected.
Intializes basic directories and config for the first use
Checks if eidolon has been inited. If it hasn’t, tries to init and returns false if that fails.