Mutagen-Modding / Mutagen.Bethesda.Analyzers

A project to diagnose and analyze the health of a mod or a load order
GNU General Public License v3.0
14 stars 4 forks source link

FormID points to a disallowed Record Type #31

Open Noggog opened 3 years ago

Noggog commented 3 years ago

All FormIDs have the potential to point to a record that doesn't make sense in its context. NPC's Race FormID can point to an Ingredient record, for example. This should be seen as some sort of warning/error, as there are defined proper target types for most FormIDs.

Some might be harmless, but others might CTD?

ghost commented 3 years ago

I just want to point out that this also includes formids in script properties or quest aliases. They need to be specific types too.