Getting info from original definition #458
-
I know how to iterate over winning overrides ( For example, let's assume I have a Skyrim mod that changes the name of the "Spider Egg" to "Egg - Spider" and it also makes changes to the effects, pricing, weight... I like the changes on everything but the name, so I want to restore the original one using a Synthesis patcher made by me. How could I do that? If I was using an xEdit script I would call something that on C# would look something like
But I have found nothing like that in the documentation nor I can find a way to get that kind of data. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Here's some docs on that topic: Let me know if those don't answer your questions! |
Beta Was this translation helpful? Give feedback.
Here's some docs on that topic:
https://mutagen-modding.github.io/Mutagen/Big-Cheat-Sheet/#iterate-original-definitions
https://mutagen-modding.github.io/Mutagen/linkcache/Previous-Override-Iteration/
https://github.com/Mutagen-Modding/Synthesis/wiki/Synthesis-vs-Mutagen
Let me know if those don't answer your questions!