raziel23x / skyrim-plugin-decoding-project

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

Objects with property names but no assigned values don't display the names #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Skyrim.esm, form ID 000EC3E0 and 000E8239.
2. The VMAD block is incomplete in the display.

What is the expected output?
There should be some property names listed that have no assigned values to them.

What do you see instead?
The properties are shown as completely empty, which is not the case when 
looking at these in the CK.

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

This doesn't appear limited to just the two IDs I'm reporting for.

Original issue reported on code.google.com by arthmoor on 20 Jan 2013 at 9:24

GoogleCodeExporter commented 9 years ago
I made an override of 000E8239 in the CK. The resulting esp does NOT have the 
fade property listed in the script ! Maybe you need to initialize a property 
before it gets written to the VMAD. (Doing that I found a bug with case of 
script names though!)

Original comment by HuguesLe...@gmail.com on 20 Jan 2013 at 12:46

Attachments:

GoogleCodeExporter commented 9 years ago
It is the same for 000EC3E0.

Original comment by HuguesLe...@gmail.com on 20 Jan 2013 at 12:56

GoogleCodeExporter commented 9 years ago
CK grabs properties from script source and values from VMAD. If properties 
don't have values, they are not stored in VMAD.

Original comment by zila...@gmail.com on 20 Jan 2013 at 1:27

GoogleCodeExporter commented 9 years ago
If that's the case then this issue can be closed out. Makes sense that it's 
pulling them from the compiled script.

Original comment by arthmoor on 20 Jan 2013 at 8:23

GoogleCodeExporter commented 9 years ago

Original comment by HuguesLe...@gmail.com on 22 Jan 2013 at 12:13