Near-repeat of a previous error:
Code:modifier = { factor = 0.5 NOT = { culture = liege } }
Fixed (along with culture_group and conquest_culture)
Near-repeat of a previous error:
Code:modifier = { factor = 0.5 NOT = { culture = liege } }
Found a false negative. Ran into a [Liege.Getxxx] bracket command in an integrated mod that didn't print out anything, and searching for examples in Vanilla, it seems that Liege.Getxxx needs to be preceded by Root., From(From)., or This. before it can resolve.
--- Error 1 of 1 ---
At <mod>\events\waylit_siege_pulse_events.txt [character_event[2]\option[3]\random_list\10\ROOT\death\death_reason] (Line 471, Column 22):
"death_escape" is not a valid DeathReason.
ROOT = { death = { death_reason = death_escape } }
death_escape;Died attempting a daring escape;;;;;;;;;;;;;;x
common/retinue_subunits needs to be scanned for localization tags.
Very small false positive, you can use short_name = yes in baronies, it's how I have "Arcane University" as a holding in the imperial city rather than "Temple of Arcane University".
Path: D:\Edit\Npp592\Notepad++.exeIs there a chance you could add the little snippets to the first post on how to get the validator to load up notepad++ to the correct line that has the error?
On a new PC with a new installation of the validator without that command >.<
modifier = {
factor = 0.5 # Slow it down a bit
}
FixedAlso for second_graphical_culture at the culture_group level.
FixedThere's a false positive for "active = yes/no" when validating diseases.
And for
That appears ALOT in the vanilla factions decisions file, but validator reports it as requiring at least one non-factor element. I have no idea if it even does anything without another element, but thought I'd mention it.
You can change the ages that are considered "normal" in the settings file.Wishlist : A way to disable one type of error, the bad thing with your program is to have thousands of errors of something WAD for us. (ex : X is 1700 Years old ; normal we start in 8300 and end in 9999)
So please![]()
And also changelog ?
Thank you Jamie550
false positives:
levy_size_reinforce_rate (is vanilla code)
short_name = yes (in baronies, already reported this but it seems to have crept back in to the latest RC)