Search results

  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
  15. M

    ROM Hack Suggestion Pokemon Quest editor?

    That's about the size that the decrypted file should be
  16. M

    ROM Hack Suggestion Pokemon Quest editor?

    This was shared in the Reswitched Discord https://gist.github.com/Thealexbarney/b3f39f546f80a6f5317478ebcf3d4a5d
  17. M

    ROM Hack REQUEST: Xenoblade Chronicles 2 Save Editor, please?

    There's already an 010 Editor template for the save file
  18. M

    Hacking How to convert BFSTM to BCTSM?

    VGAudio will do lossless conversions between B_STM types, and supports arbitrary endianness for BFSTM and BCSTM files, so it can read and write the little-endian BFSTM files the Switch uses. https://github.com/Thealexbarney/VGAudio/releases Edit: Looks like selecting the endianness when writing...
General chit-chat
Help Users
    AncientBoi @ AncientBoi: lol Syl +1