Skip to content

NPC Records, Nullability (ocassional lack thereof) and change detection. #433

Answered by Noggog
MadKillerChicken asked this question in Q&A
Discussion options

You must be logged in to vote

It seems impossible to determine if a field, like AIData, contains data or simply has "default" values.
Most field come with the convenient IsNull property, but some not.

Nullability is not meant to indicate records that are deviating from the default values (or the previous values). Instead, they're meant mostly for communicating whether the data exists when stored on disk or not
https://github.com/Mutagen-Modding/Mutagen/wiki/Nullability-to-Indicate-Record-Presence
But this is unrelated to whether RecordA in OverrideMod.esp has a value that is different from how it looked in BaseMaster.esp

Do I need to compare all values in such fields with the data from the "master" file to determin…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@MadKillerChicken
Comment options

@Noggog
Comment options

@MadKillerChicken
Comment options

Answer selected by MadKillerChicken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants