I'd like to have my mod set some settings to values depending on a .ini file for easier customization. Having looked at http://www.creationkit.com/INI_files , I put my .ini file in Skyrim\Data and ensured it was named the same as my mod's .esp file, but the settings are not automatically set correctly.
If in game I enter the console and type < bat ''<.ini file name>'' > the settings do get set correctly, but the bat command does not seem to work for papyrus scripts. Anyone know how I can either manage to have my .ini run automatically or make a script run it instead of requiring the usage of the console?


