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.

** This summary was Copy/Pasted from the SADX counterpart PR

….ini over mod.ini when using codeless config for include directories. mod.ini still hosts defaults.
@ItsEasyActually ItsEasyActually changed the title Parity with SADX Mod Loader for Codeless Config; opting to use config… Codeless Config Revamp Nov 22, 2025
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