Skyrim
0 of 0

File information

Last updated

Original upload

Created by

SkyrimTuner

Uploaded by

SkyrimTuner

Virus scan

Safe to use

About this mod

tiny script which is merging enbseries.ini files

Permissions and credits
Donations
"INI Merger", what??



You are ENB preset author and a new version of ENBSeries is out, there are new values and features available or got deleted and you are thinking:
"Damn, now i have to check my whole enbseries.ini again, i'm too lazy and tired to check each line!"

You are ENB preset user and a new version of your favorite ENB is out, it is using a new ENBSeries version and you are thinking:
"Damn, i have made adjustments to previous version and now i will have to do this changes again!"



"What can INI Merger do for me?"

Description:

ENBSeries INI Merger is a tiny script which is merging enbseries.ini files for you. It's a simple VBscript reading one sourcefile and one comparefile,
creating a merged file. It uses the sourcefile as template and if same line is found in comparefile, it uses that value instead.

Result is an enbseries.ini that is exactly like the sourcefile but including the values of the comparefile. Could be used by ENB preset authors when updating to new ENBSeries version or by ENB preset users if they have done changes in enbseries.ini and want to update to new version of their favorite ENB but do not want to adjust enbseries.ini for their personal changes every time. Script also works for enblocal.ini.

I've made this script because of laziness and to avoid mistakes by manually editing hundreds of lines. human eye tends to get tired ;)
Maybe it's helpful for you too.


For example:
My old enbseries.ini was made for 0.262 ENBSeries and now 0.266 is out. The new ini-file contains new lines and others got deleted.

1. Copy ENBmerge.vbs, your old enbseries.ini 0.262 and new original enbseries.ini 0.266 from enbdev.com to a folder
2. Start ENBmerge.vbs
3. The script will ask twice for a file, first browse for the sourcefile (enbseries.ini 0.266), then browse for the comparefile (enbseries.ini 0.262)
4. New file named "merged.ini" will be created. It is exactly like the sourcefile but contains the values of the comparefile
5. Take the merged.ini, copy it to your Skyrimfolder, rename it to enbseries.ini and go.

Be warned, i'm a hobby coder and NOT free from error. Use it at your own risc. But no panic, you cannot destroy your files, this script is creating a new file and your files will stay untouched. But i recommend to check the result and to decide if everything is working for you.

Improvements, suggestions and tips for better coding or any other info is highly welcome!

best regards,
SkyrimTuner