matortheeternal / smash

An application that provides a means of performing automatic conflict resolution between multiple Bethesda Plugin Files for TES and Fallout games.
Other
129 stars 20 forks source link

Missing an overriden record #160

Closed goxaxa closed 6 years ago

goxaxa commented 6 years ago

I create a Mator Smash patch for my load order. When I run xedit, and build references, the xedit message window shows these warnings:

<Warning: File [8D] MSmash.esp with Group GRUP Cell Children of SolitudeHalloftheDeadCatacombs "Solitude Catacombs" [CELL:000DD216] is missing an overriden record for SolitudeHalloftheDeadCatacombs "Solitude Catacombs" [CELL:000DD216]

<Warning: File [8D] MSmash.esp with Group GRUP Cell Children of WhiterunWarmaidens "Warmaiden's" [CELL:0001DB4E] is missing an overriden record for WhiterunWarmaidens "Warmaiden's" [CELL:0001DB4E]

<Warning: File [8D] MSmash.esp with Group GRUP Cell Children of WhiterunTempleofKynareth "Temple of Kynareth" [CELL:000165A7] is missing an overriden record for WhiterunTempleofKynareth "Temple of Kynareth" [CELL:000165A7]

I look at CELL:000DD216 in xedit and there is no MSmash.esp record for this cell, but there are MSmash.esp records for child nodes of this cell.

Some of the child cells of CELL:000DD216 are 0005E95E 0006C059 00086197

The mods relevant to these records are Skyrim.esm RelightingSkyrim_Legendary.esp Requiem.esp

I understand that Mator Smash at the end of its run deletes ITM and ITPO records. It looks like sometimes it deletes a record which has child/leaf nodes.

vensko commented 6 years ago

Have the same issue with other mods.

matortheeternal commented 6 years ago

Problem appears to be fixed in v0.5 (which will be released later today, hopefully)