Closed MarkKoz closed 1 year ago
Some of these records are actually in SkyrimSE.exe
. Does that mean the string given to the FormKey
factory should use the exe instead of Skyrim.esm
?
Some of these records are actually in SkyrimSE.exe. Does that mean the string given to the FormKey factory should use the exe instead of Skyrim.esm?
Mutagen doesn't actually know about the records within Skyrim.exe at all. If it did, it probably would be hardcoded records defined by hand and included in Mutagen.Bethesda.Skyrim
that were always resolvable? But would need to do more research on how those records behave. Can you override these records? Any other restrictions? #468
Anyway, for now, I think the records within Skyrim.exe can be viewed as non-existent
I think Fallout 4 is better left for a separate issue/PR. The ActorValue
enum itself is incorrect to begin with (it's just copied from Skyrim currently).
Closes #447
Implement a
ActorValueMapper
to map aActorValueInformation
record to the corresponding value in theActorValue
enum.I exported the AVIF records from SSEEdit using a slightly modifed version of the
QuickDisplay
script from here. Then I imported the CSV into this script to generate the code.