The settings file in the new version has
#AddFlag = Localization.IgnoreDuplicatesIfInVanilla
It's not tested though, but in theory it might work.
It doesn't work, at least not for me. I did two tests, to make certain I wasn't messing something up with ValidatorSettings.txt in the mod folder.
Test #1
- I ran the Validator on the "Character" group, coming up with 2910 errors.
- I edited the ValidatorSettings.txt file and changed line 65 to:
AddFlag = CharacterHistory.NoTwinCheck
- I ran the Validator on the "Character" group again, coming up with 2518 errors.
Test #2
- I ran the Validator on the "Localisation" group, coming up with 2365 errors.
- I edited the ValidatorSettings.txt file and changed line 41 to:
AddFlag = Localization.IgnoreDuplicatesIfInVanilla
- I ran the Validator on the "Localisation" group again, coming up with 2365 errors.
-----
I know that at least 1000 of the errors are vanilla duplicates, possibly as high as 2000 because of the province history files and county localisations. For reference in case you need it, here are some of the errors that are still showing even with the ignore duplicates option added:
Code:
--- Error 1 of 1 ---
Duplicate ID: d_vidin
[1]: <mod>\localisation\0_titles.csv (1714, 1)
[2]: localisation\text1.csv (10504, 1)
--- Error 1 of 1 ---
Duplicate ID: d_toulouse
[1]: <mod>\localisation\0_titles.csv (1662, 1)
[2]: localisation\text1.csv (11586, 1)
--- Error 1 of 1 ---
Duplicate ID: PROV63
[1]: <mod>\localisation\0_provinces.csv (64, 1)
[2]: localisation\text1.csv (17494, 1)
--- Error 1 of 1 ---
Duplicate ID: duchy_mongol
[1]: <mod>\localisation\0_text.csv (351, 1)
[2]: localisation\v1_06.csv (152, 1)
--- Error 1 of 1 ---
Duplicate ID: schiltron_formation_tactic
[1]: <mod>\localisation\0_culture.csv (1519, 1)
[2]: localisation\v1_06.csv (505, 1)
--- Error 1 of 1 ---
Duplicate ID: d_nubian_band
[1]: <mod>\localisation\0_titles.csv (1494, 1)
[2]: localisation\v1_09b.csv (24, 1)
--- Error 1 of 1 ---
Duplicate ID: PROV1060
[1]: <mod>\localisation\0_provinces.csv (1046, 1)
[2]: localisation\v1_10.csv (548, 1)