Recent content by moosehunter

  1. M

    ROM Hack WIP Xenoblade Chronicles 2 Save Editor

    You know, all the item information can be found here. And there's a serializer/deserializer for the save files here.
  2. M

    ROM Hack Suggestion Pokemon Quest editor?

    Here's a skeleton/example project for reading and writing a savefile.
  3. M

    ROM Hack Suggestion Pokemon Quest editor?

    I would have said the opposite. Doing it from the JSON would be too much work compared to the other way, especially since it looks like you're already using C#. Literally all you have to do once you've read the save file into a byte array is SerializeData =...
  4. M

    ROM Hack Suggestion Pokemon Quest editor?

    You're editing the deserialized save directly and not editing the exported JSON, right?
  5. M

    ROM Hack Suggestion Pokemon Quest editor?

    Those scripts will now run, and a JSON exporter/importer was added. https://github.com/Thealexbarney/PqSave/releases/tag/2018-06-05
  6. M

    ROM Hack Suggestion Pokemon Quest editor?

    Guess that's what I get for not testing those as standalone scripts. Update incoming along with a new feature
  7. M

    ROM Hack Suggestion Pokemon Quest editor?

    DLC stuff didn't seem to stick simply by setting the unlocked pot values. The best way to confirm this is by loading a save from someone with the DLC on a Switch without the DLC
  8. M

    ROM Hack Suggestion Pokemon Quest editor?

    This script will set the slots of all your Pokemon to multi types foreach (var character in Save.characterStorage.characterDataDictionary) { var slotTypes = character.Value.data.potential.slotPropertyTypes; for (int i = 0; i < slotTypes.Count; i++) { slotTypes[i] = 2; }...
  9. M

    ROM Hack Suggestion Pokemon Quest editor?

    No, it won't t run with Wine. It'll run on Mono or .NET Core. And everything about the save is documented. The program deserializes the entire thing for you.
  10. M

    ROM Hack Suggestion Pokemon Quest editor?

    Holy crap! So many full paths. Why not use the filename?
  11. M

    ROM Hack Suggestion Pokemon Quest editor?

    First, read the usage message. Use the filenames of the scripts
  12. M

    ROM Hack Suggestion Pokemon Quest editor?

    It does if you have it installed. If you don't, it'll still build the. NET 4.6 build
  13. M

    ROM Hack Suggestion Pokemon Quest editor?

    So much detail What kind of errors? There's a pre-compiled one in my post
  14. M

    ROM Hack Suggestion Pokemon Quest editor?

    Have fun https://github.com/Thealexbarney/PqSave
General chit-chat
Help Users
    K3Nv2 @ K3Nv2: I had a brown ops log in the shitter