INI file reading

Issue #12 resolved
Tony created an issue

I've had user complaints about skyproc patchers throwing missing string localization file warnings after installing the plugin-less version of Optimized Vanilla Textures. This indicates that SkyProc doesn't read Skyrim.ini files when loading BSA files.

Skyrim doesn't just load BSA files from plugins. It also loads them from the skyrim.ini and/or plugin-loaded inis that append the skyrim.ini. In order to make sure that all BSA files are being read, SkyProc must introduce this functionality. TES5Edit and Wrye Bash have both introduced this functionality into their beta versions. You can see TES5Edit's commit for an example of the implementation.

Comments (1)

  1. Log in to comment