SaveScum / skyrim-plugin-decoding-project

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

Unknown 1 for Object Effects solved... kinda. #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load attached file.
2. Check for errors on the file.
3. Receive an error in the message window.

What is the expected output?
No Errors.

What do you see instead?

         Flags -> <Unknown: 1>
       Above errors were found in :ENIT - Effect Data
     Above errors were found in :NVDLC05EnchGehennaEffect "Burning"

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

3.0.26, Windows 7 64x, FNVEdit

Please provide any additional information below.

It took a very long time but I have figured out this Unknown Flag to a 95% 
certainty to what it is. It is a flag that tells the game that a Base Effect on 
the Object Effect adds some sort of lasting effect to the target, like poison 
or fire effect.

There are a few cases where this is not the case but they look like genuine 
errors from development that got left behind. Even more, the GECK cannot create 
Object Effects with this flag. In conclusion, this flag isn't needed for the 
game to add aforementioned effects when the target is hit. It's possibly a 
leftover flag from Oblivion, since Object Effects work vastly differently 
between Fallout and Oblivion.

When I have some time I will remove this flag from all of the Object Effects 
and test to see if it is really needed for the game or not.

Original issue reported on code.google.com by harkness...@yahoo.com on 16 Dec 2012 at 5:44

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks. I can always name it like "Lasting effect (unused)" for example. There 
are quite a lot of such flags in skyrim from new vegas.
Waiting for your results.

Original comment by zila...@gmail.com on 16 Dec 2012 at 7:00

GoogleCodeExporter commented 9 years ago
Assumed to be fixed.

Original comment by zila...@gmail.com on 6 Mar 2013 at 7:25