loot / libloot

A C++ library for accessing LOOT's metadata and sorting functionality.
GNU General Public License v3.0
32 stars 12 forks source link

Merge plugin group metadata preferring the existing value if it is explicit #64

Closed Ortham closed 4 years ago

Ortham commented 4 years ago

To match the behaviour of the other metadata fields.

This would allow specific plugin entries to set groups and take precedence over regex plugin entries that set groups, which makes sense. Masterlist/userlist merging should then be done as userlistMetadata.MergeMetadata(masterlistMetadata).

Ortham commented 4 years ago

Done in 0958045e27c60596be91ac67a80b30eb778df453.