Skip to content

Conversation

@ItsEasyActually
Copy link
Contributor

As per discussion in X-Hax, this makes changes to the codeless config options to make use of config.ini over mod.ini for Include Directories.

In short, the changes are as follows:

  • Check mod.ini for "Config" group.
  • If present, process Config data (currently only include directories)
  • If the IncludeDirCount is over 0, process include directories.
  • Check if a config.ini file exists for the mod.
  • If one does exist, loop through the include directory count, pull defaults from mod.ini's config, and then loop through all groups in config.ini to see if the corresponding key exists and update the information from config.ini.
  • If no config.ini file exists, process only the information in mod.ini.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants