Talk:GetINIString - Utility

There are no discussions on this page.

I understand clearly that the Utility script INI access functions are intended to provide safe access to Skyrim INI settings. However, it is desirable for mod authors to be able to use their own mod INI files to define and store additional setting.

I created an SKSE plugin that provides Get access for String, Float, Int, and Bool types in any INI file. This is basically a shunt to the Windows GetPrivateProfileStringA function. Only read access is implemented so as to not provide a means of altering system data. [1]

Return to "GetINIString - Utility" page.