Skip to content

0.39

Compare
Choose a tag to compare
@Noggog Noggog released this 16 Jul 20:38
· 1082 commits to release since this release
132e87d

Fallout 4

  • Fix for parsing ObjectModifications that were marked as deleted
  • PlacedObject was missing LocationReference member

Backwards Incompatible

  • Globals simplified into just one: Global, without abstract subclasses
  • Weapon.DamageType swapped to be a list of DamageTypes, rather than just one
  • ObjectModification.Unknowns combined into one field

General

  • Fix for plain string parsing that was trimming null chars in places that concept did not apply
  • Improved some parse short circuiting and duplicate RecordType handling in DATA sections when versioning parameters were present
  • Fix for FormKeyPicker.ScopedTypes and MissingMeansNull binding two way by default

Backwards Incompatible

  • Lots of Mutagen.Bethesda.Core classes sealed for optimization

PRs

  • Fo4 Correctness Pass by @Noggog in #336
  • FormLink settings reset if target mod missing from LO by @Noggog in #337