Replies: 2 comments 2 replies
-
Better served as a plugin where you can add a toolstrip button to export whatever you want in such a serialized form. https://github.com/kwsch/PKHeXPluginExample Refer to other people's plugins if you'd like inspiration on how to set stuff up. |
Beta Was this translation helpful? Give feedback.
1 reply
-
C# can also be run on the web with various technologies like Blazor, so you can alternatively spin up an app and reference the NuGet library to handle objects that way too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I would like to parse my save file in my own applications (such as a website for comparing my son and my save files) so it would be great if I could transfer all the parsed data in the editor to an unencoded format (eg. Json/xml/yml/etc).
Describe the solution you'd like
I don't really care about the format so I would be happy of whatever demo can be achieved most easily based on the editors existing state.
Describe alternatives you've considered
An alternative would be to try to fork the repo and build my own exporter but this might be useful for other people.
Additional context
Not a big deal but would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions