Module config

Module config 

Source
Expand description

Functions for working with the config file/formats

Structs§

Config
Eidolon’s user config
OldConfig
The pre-3.7 config

Functions§

check_inited
Check if eidolon has been initialized prior to this run
convert_config
Converts pre-v1.2.7 config to JSON config
gd
Returns the eidolon game directory
get_config
Loads in eidolon config file
get_config_old
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.
init
Intializes basic directories and config for the first use
startup
Checks if eidolon has been inited. If it hasn’t, tries to init and returns false if that fails.