Dragon32 Posted September 14, 2016 Posted September 14, 2016 A lot of the mods are just .ini files. Could someone recomend a good program that can merge text files and show you all the differences and then let you save as a plain text file (which is what an .ini is to start with)? I'm guessing that a full boat word processor might do it but I don't have one.I use WinMerge for comparing two directories or two files. If you're looking for more than that then I dunno.
firsTraveler Posted September 14, 2016 Author Posted September 14, 2016 A lot of the mods are just .ini files. Could someone recomend a good program that can merge text files and show you all the differences and then let you save as a plain text file (which is what an .ini is to start with)? I'm guessing that a full boat word processor might do it but I don't have one.I use WinMerge for comparing two directories or two files. If you're looking for more than that then I dunno. Never heard of WinMerge but I'll look it up. Thank's.
Solamain Posted October 22, 2017 Posted October 22, 2017 (edited) Sorry for necroposting, but Notepad++ can suit your needs of comparing two .ini files and merging them. It can highlight the same lines between files and spots where values are different. Best of all, it is free, as are the plugins that allow it to be a valid programming tool that has the ease of a simple text editor. Snag it, take it for a spin, kick the tires, I am sure it will help those looking to just merge ini's or check two (or potentially more) for comparability. The compare-plugin is found (be sure to get the version matching your notepad++) @ https://github.com/pnedev/compare-plugin/releases/tag/v2.0.0 Edited October 22, 2017 by Solamain
Recommended Posts