Jump to content

Kaphotics

Helpful Member
  • Posts

    7272
  • Joined

  • Last visited

  • Days Won

    362

Everything posted by Kaphotics

  1. open save file view pkm -> set back to the slot when finished editing export save file put edited save file on destination device (cart/etc). PKHeX can do the transporting for you, just fyi
  2. added in latest commit https://github.com/kwsch/PKHeX/commit/26925ad5283c992fc8eb2eb8d3bb2403ef6d246f
  3. Try using JKSM instead
  4. Where are you trying to run the executable from? Try running as admin?
  5. Would have to debug in Visual Studio/etc; set a breakpoint on the following line in Main.cs: WinFormsUtil.Error("Failed to access settings:" + Environment.NewLine + e.Message, "Please delete corrupt user.config file."); Would need to know more about "e" exception (ie, exception / stacktrace etc). Not sure if it's failing doing checkConfig or loadConfig.
  6. Are you still getting this error in the latest commit? It should just be a cosmetic error as it can't load your saved settings (language, etc). I'm not able to figure out the source of the problem, would appreciate if someone could reproduce & give a full stacktrace -> I can try to mitigate the error.
  7. Closing, duplicate issue on GitHub (easier to track related there). https://github.com/kwsch/PKHeX/issues/777 Will be fixed soon.
  8. Duplicate thread.
  9. Thanks, fixed in latest commit. https://github.com/kwsch/PKHeX/commit/c2dcad4c6a450f89711857f388f4210279240937
  10. Fixed in latest commit. https://github.com/kwsch/PKHeX/commit/897fcb7a0df9efdd219ce02a46f3c2269bae30ee
  11. Old code caused crashes when entering the dye shop. Importing save files you need to delete the secure value.
  12. Red box slots are bad eggs, as mentioned above. You can't read from the slot, only write to.
  13. enter battle -> save state catch pokemon -> save game open save file -> get PID reload save state -> search RAM for PID prune list of offsets via manual inspection/repeating above steps -> offset acquired
  14. Pokemon Go
  15. Use the Cache option within CyberGadget to get & edit your entire save file; no need to create codes when you can modify your save directly.
  16. Options->Set to SAV->Modify PKM Info ^ untick and it'll disable the FixMemories() method from fixing the georegion. Not sure how you were able to transfer 6->7 and skip the memory update. Maybe it only happens to PKM files when you PUT them into bank, and the 6->7 transfer does PUT->XFR (thus clearing GeoRegion data).
  17. Use the latest release (as of a minute ago), Remove All medals.
  18. Run it on "PKHeX.sln" which is in the folder above PKHeX.WinForms
  19. Why ask before trying?
  20. https://github.com/kwsch/PKHeX/commit/9506b3bbe1f02d7cbc62341bcec0e3ced7088c26 Fixed, thanks for reporting
  21. The posted download is for windows, there's a Mono build option if you're targeting Linux/Mac.
  22. No, it will only appear if the origin is gen 6 or 7. Other generations are not checked.
  23. Looks like the event zip had a file accidentally overwritten, there's a .bak file in there. Should be easy to resolve
  24. Loading a save hides the legality triangle until you change the Game selection. Has been fixed for a few hours, new release in <12h hopefully.
  25. Thanks, what a disgusting ShowdownSet PKHeX shows slots in all-red if their checksums are invalid. Double check ingame to see what is truly there.
×
×
  • Create New...