Expand description
Functions for working with the config file/formats
Structs§
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.