File information
Last updated
Original upload
Created by
KarandraUploaded by
KarandraVirus scan
Activity logs
This page was last updated on 01 October 2024, 4:27PM
- Changelogs
-
-
Version 0.6.2
- Added ENB integration (see description for details).
- Refactored integration modules and event processing.
- Config file options are now placed in sections for their modules instead of everything in the [General] section.
- Added pdb files into release distribution.
-
Version 0.6.1
- Fixed some cases with INI key names contaning extra whitespaces.
- Fixed file path normalization for paths contanining dot-segments.
- Fixed 'GetPrivateProfileString' branch when the default value was supposed to be returned. The function was returning the incorrect result.
- Fixed 'GetPrivateProfileSection' function using the wrong implementation causing wrong host process behavior (such as config inconsistency, corrupt config files, vitual issues, etc).
- Implemented checks to avoid incrementing the write counter if the write request is trying to write exactly the same content as already present in the file.
- Reduced default 'SaveOnWriteBuffer' option value to 64. The high values shouldn't be needed anymore due to write check above.
-
Version 0.6
- Updated to the latest xSE binaries, added Fallout 4 NG update support.
- Expanded possible range for 'SaveOnWriteBuffer' option to [2, 4096] and set it to 512 by default.
- The 'EnableLog' option replaced by 'LogLevel'. Default log level set to 'Information' level so the mod would still log initialization process.
- Rewritten using KxFramework (https://github.com/Karandra/KxFramework) and general refactoring.
- !!! This update led to a lot of changes to INI processing features. Most were reimplemented to conform known specifications and assumtions based on the mod scope (Bethesda games and their mods), but the new implementation may differ from the old versions behavior. The new behavior is, hopefully, more correct.
-
Version 0.5.3
- Fixed 'GetPrivateProfileString', 'GetPrivateProfileSectionNames' and 'GetPrivateProfileSection' for key and section names query.
- Fixed 'NativeWrite' option logic for 'WritePrivateProfileStringW'.
- Added thread synchronization to the logger function, changed line separator to '\n'.
-
Version 0.5.2
- Updated to the latest xSE builds.
- Added experimental Fallout 4 VR build.
-
Version 0.5.1
- Modified INI files are no longer written with double new lines.
- Primary location to the log file is moved to the "My Games\[xSE]" ("My Games\Skyrim Special Edition\SKSE", "My Games\Fallout4\F4SE" and similar) folder inside the user's profile directory.
-
Version 0.5
- Added 'SaveOnWriteBuffer' option to accumulate changes to the same INI file before saving to disk to avoid excessive IO when many options are changed at once.
- Added 'SaveOnProcessDetach' option to save changed files when game exits.
- Added 'SaveOnGameSave' option to allow save changed files before making saving the game.
- Fixed application of 'ProcessInlineComments' option. Now it should be applied for every INI value access.
- Console command RefreshINI now works in Skyrim LE.
-
Version 0.4.1
- Fixed inline comments processing. Should fix issues with FreeFlyCam SKSE plugin (Skyrim LE/SE).
- Inline comments no longer being removed from the file on load.
-
Version 0.4
- Fixed trimming quote characters for values and space characters for sections, keys and values. Should fix visual issues with some ENB presets.
- Removed options: 'TrimKeyNamesA', 'TrimValueQuotes', 'ProcessByteOrderMark', 'DisableCCUnsafeA'.
- Proper locking for multithreaded read/write access.
- General refactoring.
-
Version 0.3.4
- Added option "ProcessByteOrderMark" (enabled by default) to support files encoded in UTF-16LE.
-
Version 0.3.3
- Added option "AllowSEVersionMismatch" to initialize Script Extender functions even when runtime SE version does not match SE version for which this plugin was compiled.
- Removed file names conversion to lower case.
-
Version 0.3.2
- Fixed possible crash when TrimValueQuotes option is enabled.
-
Version 0.3.1
- Added version for SkyrimVR..
Added option ProcessInlineComments to discard inline comments, otherwise comments will be read as part of value.
Added option TrimValueQuotes to correctly retrieve value like sNegativeDir="enbseries\LUTs\Negative Stock".
Fiexd possible crash in GetPrivateProfileString when requested value is not found or its length is 0. Fixing this allows Creation Clud to work which can be undesired. Option DisableCCUnsafeA were added to revert to old behavior.
Function GetPrivateProfileInt can now parse integers in binary, octal and hex representations.
New functions: GetPrivateProfileSectionNamesA/W and GetPrivateProfileSectionA/W.
- Added version for SkyrimVR..
-
Version 0.2.0
- Added option "NativeWrite" that allows use of native "WritePrivateProfileString" function. Use it, if you experience write issues, like some files being written incorrectly.
Added option "TrimKeyNamesA". It is required for some ENB presets, as they can request their settings with non-normalized key names, like " CC: Gamma=1.50 " when "CC: Gamma=1.50" is expected.
Added option "ANSICodePage". It allows to set code page to to convert non-ASCII characters to internal representation. It's not recommended to change the default value.
For Special Edition version console command "RefreshINI" will reload INIs from disk in addition to its usual functionality.
- Added option "NativeWrite" that allows use of native "WritePrivateProfileString" function. Use it, if you experience write issues, like some files being written incorrectly.
-
- Author's activity
-
October 2024
-
01 Oct 2024, 4:28PM | Action by: Karandra
Attribute change
'file visible to the public'
-
01 Oct 2024, 4:27PM | Action by: Karandra
Attribute change
'Description changed.'
-
01 Oct 2024, 4:07PM | Action by: Karandra
Changelog added
'Change log added for version 0.6.2'
-
01 Oct 2024, 4:06PM | Action by: Karandra
File added
'PrivateProfileRedirector VR 0.6.2 (Runtime 1.4.15) [version 0.6.2]'
-
01 Oct 2024, 4:05PM | Action by: Karandra
File added
'PrivateProfileRedirector SE 0.6.2 (Runtime 1.5.97) [version 0.6.2]'
-
01 Oct 2024, 4:04PM | Action by: Karandra
File added
'PrivateProfileRedirector AE 0.6.2 (RT 1.6.1179) [version 0.6.2]'
-
01 Oct 2024, 4:02PM | Action by: Karandra
File added
'PrivateProfileRedirector AE 0.6.2 (RT 1.6.1170) [version 0.6.2]'
-
01 Oct 2024, 3:59PM | Action by: Karandra
Attribute change
'file hidden from public viewing'
July 2024
-
01 Jul 2024, 3:51PM | Action by: Karandra
File added
'PrivateProfileRedirector AE 0.6.1 (RT 1.6.1179) [version 0.6.1]'
June 2024
-
20 Jun 2024, 2:14PM | Action by: Karandra
File added
'PrivateProfileRedirector VR 0.6.1 (Runtime 1.4.15) [version 0.6.1]'
-
20 Jun 2024, 2:14PM | Action by: Karandra
File added
'PrivateProfileRedirector SE 0.6.1 (Runtime 1.5.97) [version 0.6.1]'
-
20 Jun 2024, 2:13PM | Action by: Karandra
File added
'PrivateProfileRedirector AE 0.6.1 (RT 1.6.1170) [version 0.6.1]'
-
20 Jun 2024, 2:12PM | Action by: Karandra
Changelog added
'Change log added for version 0.6.1'
-
18 Jun 2024, 5:13AM | Action by: Karandra
Attribute change
'File \'PrivateProfileRedirector AE 0.6 (Runtime 1.6.1170)\' description changed.'
-
18 Jun 2024, 5:12AM | Action by: Karandra
File added
'PrivateProfileRedirector VR 0.6 (Runtime 1.4.15) [version 0.6]'
-
18 Jun 2024, 5:10AM | Action by: Karandra
Attribute change
'File \'PrivateProfileRedirector AE 0.6 (Runtime 1.6.1170)\' description changed.'
-
18 Jun 2024, 5:09AM | Action by: Karandra
File added
'PrivateProfileRedirector SE 0.6 (Runtime 1.5.97) [version 0.6]'
-
18 Jun 2024, 5:08AM | Action by: Karandra
File added
'PrivateProfileRedirector AE 0.6 (Runtime 1.6.1170) [version 0.6]'
-
18 Jun 2024, 5:04AM | Action by: Karandra
Changelog added
'Change log added for version 0.6'
-
18 Jun 2024, 5:04AM | Action by: Karandra
Primary image changed
-
- Mod page activity
-
May 2025
-
11 May 2025, 9:18PM | Action by: PlopAndFloc
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
11 May 2025, 9:18PM | Action by: PlopAndFloc
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
11 May 2025, 9:17PM | Action by: PlopAndFloc
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
11 May 2025, 9:17PM | Action by: PlopAndFloc
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
11 May 2025, 8:13PM | Action by: Spaz007
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
11 May 2025, 5:17PM | Action by: HuaLuo118
Tracked
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
11 May 2025, 3:05PM | Action by: wren888
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
11 May 2025, 2:18PM | Action by: SirEggSarLot
Tracked
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
11 May 2025, 6:58AM | Action by: superheadstar
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
10 May 2025, 3:03PM | Action by: UlfriqueC
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
10 May 2025, 2:17PM | Action by: Jwdil245
Tracked
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
10 May 2025, 1:13PM | Action by: princeMozenrath
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
10 May 2025, 6:23AM | Action by: AnomalousDoggo
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
10 May 2025, 5:03AM | Action by: rox7t3
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
10 May 2025, 3:51AM | Action by: hayden866
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
10 May 2025, 1:52AM | Action by: Echoes370ofXer0x
Tracked
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
10 May 2025, 1:52AM | Action by: Echoes370ofXer0x
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
09 May 2025, 11:58PM | Action by: Drkstar76
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
09 May 2025, 9:52PM | Action by: SoulFromVoid
Tracked
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-
09 May 2025, 1:20PM | Action by: bxca7413ua
Endorsed
'PrivateProfileRedirector SE - Faster game start (INI file cacher)'
-