AYasinAkalin / MELE_quickIniEditor

A terminal application allowing users and modders to modify .ini and Coalesced_*.bin files of ME Legendary Edition easily without replacing the whole file; losing possible early modifications in process. (ME3 is not supported)
GNU General Public License v3.0
3 stars 0 forks source link

Allow user to specify a Section where their modification will apply #6

Closed AYasinAkalin closed 3 years ago

AYasinAkalin commented 3 years ago

Feature suggested on Nexus Mods.

Observed behavior: At its current version, program modifies the first exact match in a file.

Expected behavior: If there is another option with the same name and the same value in the same file but under another section, the user should be select which one will be modified.

Proposed convention: Current supported syntax for modification is vanillaString;;modString where;

Support for vanillaString;;modString@[sectionName] can be added. A similar syntax is already in use for additions, only difference is for additions vanillaString must be left empty.