ThreeTen22 / skyrim-plugin-decoding-project

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

[Skyrim] Event data function throws errors due to unknown value. #154

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load Skyrim.esm (or the USKP or whatever)
2. Look at record 000BFC7B
3. Run a "check for errors" and note that the Unknown: 826998784 populates 
several reported errors.

What is the expected output?
The display should list it as a GetIsID function.

What do you see instead?
An unknown value.

What version of the product are you using? On what operating system?
3.0.32 though I don't recall which svn revision.

Original issue reported on code.google.com by arthmoor on 24 Jan 2014 at 8:43

Attachments:

GoogleCodeExporter commented 9 years ago
I'll check it later, looks like it has more valid values than I was able to 
find.

Original comment by zila...@gmail.com on 24 Jan 2014 at 9:05

GoogleCodeExporter commented 9 years ago
I updated event data, however several event member names and availability 
depends on event type, so I used generic names for them: Form, Value1 and 
Value2.
Updated version link is on afkmods.

There are probably other event functions and members in CK/game not yet covered 
in TES5Edit, so I'm leaving this opened for reports.

Original comment by zila...@gmail.com on 24 Jan 2014 at 5:42

GoogleCodeExporter commented 9 years ago
Is the numerical value that xEdit reports enough for future instances?

Original comment by arthmoor on 24 Jan 2014 at 8:46

GoogleCodeExporter commented 9 years ago
Better to have a test plugin.

Original comment by zila...@gmail.com on 24 Jan 2014 at 9:45