SaveScum / skyrim-plugin-decoding-project

Automatically exported from code.google.com/p/skyrim-plugin-decoding-project
0 stars 0 forks source link

Reference is not updated when adding a master #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add any master (for example hearthfire.esm) to attached file
2. Check for Errors

What is the expected output?
No errors.

What do you see instead?
"NAVM\NVNM\Parent Cell" is not updated.

What version of the product are you using? On what operating system?
3.0.29 r1246

Original issue reported on code.google.com by zila...@gmail.com on 28 Feb 2013 at 7:44

Attachments:

GoogleCodeExporter commented 9 years ago
NavMeshes in cell xx0119C3 do not get updated, but the one in cell xx023FAF 
does!

Original comment by HuguesLe...@gmail.com on 28 Feb 2013 at 8:48

GoogleCodeExporter commented 9 years ago
The issue was that the NVNM decider did not work because the new FormID for the 
cell was not indexed yet (BuildRef had not run yet). I added a test so that 
when this happens, I "brute force" finding the effective MainRecord preceding 
the children group.

Original comment by HuguesLe...@gmail.com on 28 Feb 2013 at 11:03

GoogleCodeExporter commented 9 years ago
fixed in r1247

Original comment by HuguesLe...@gmail.com on 28 Feb 2013 at 11:24

GoogleCodeExporter commented 9 years ago
Thanks.
If RecodByFormID (called from ChildrenOf) doesn't work reliably, I wonder how 
and what it can affect else including other games.

Original comment by zila...@gmail.com on 1 Mar 2013 at 6:38