SaveScum / skyrim-plugin-decoding-project

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

"CanHandleAlso" leads to incorrect records parsing #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load Skyrim.esm
2. Check MarkarthTreasuryHouseScene3 [SCEN:00017C94]

What is the expected output?
The last PNAM and INAM fields to go into "Quest" and "Action Count"

What do you see instead?
They are treated as a separate Scene actions since they contain PNAM and INAM

What version of the product are you using? On what operating system?
TES5Edit 3.0.32 r1479

Please provide any additional information below.
We can always use wbRUnion to workaround BPTD issue in NV as a back up plan.

Original issue reported on code.google.com by zila...@gmail.com on 15 Dec 2013 at 11:34

Attachments:

GoogleCodeExporter commented 9 years ago
I'll quickfix it by deactivating CanHandleAlso in the Trunk, but I really wish 
to known how the engine does in that case.

Original comment by HuguesLe...@gmail.com on 15 Dec 2013 at 12:19

GoogleCodeExporter commented 9 years ago
They are using markers where subrecords are indecisive (a pair ANAM markers for 
each Scene action in this case).

Original comment by zila...@gmail.com on 15 Dec 2013 at 12:30

GoogleCodeExporter commented 9 years ago
Fixed as of R1482. CanHandlealso removed and replaced by RUnion :(

Original comment by HuguesLe...@gmail.com on 3 Jan 2014 at 12:25