Jump to content

Kaphotics

Helpful Member
  • Posts

    7841
  • Joined

  • Last visited

  • Days Won

    451

Everything posted by Kaphotics

  1. Try using JKSM instead
  2. Where are you trying to run the executable from? Try running as admin?
  3. 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.
  4. 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.
  5. Closing, duplicate issue on GitHub (easier to track related there). https://github.com/kwsch/PKHeX/issues/777 Will be fixed soon.
  6. Duplicate thread.
  7. Thanks, fixed in latest commit. https://github.com/kwsch/PKHeX/commit/c2dcad4c6a450f89711857f388f4210279240937
  8. Fixed in latest commit. https://github.com/kwsch/PKHeX/commit/897fcb7a0df9efdd219ce02a46f3c2269bae30ee
  9. Old code caused crashes when entering the dye shop. Importing save files you need to delete the secure value.
  10. Red box slots are bad eggs, as mentioned above. You can't read from the slot, only write to.
  11. 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
  12. Pokemon Go
  13. 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.
  14. 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).
  15. Use the latest release (as of a minute ago), Remove All medals.
  16. Run it on "PKHeX.sln" which is in the folder above PKHeX.WinForms
  17. Why ask before trying?
  18. https://github.com/kwsch/PKHeX/commit/9506b3bbe1f02d7cbc62341bcec0e3ced7088c26 Fixed, thanks for reporting
  19. The posted download is for windows, there's a Mono build option if you're targeting Linux/Mac.
  20. No, it will only appear if the origin is gen 6 or 7. Other generations are not checked.
  21. Looks like the event zip had a file accidentally overwritten, there's a .bak file in there. Should be easy to resolve
  22. 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.
  23. 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.
  24. Appears the Event Database may have an invalid contribution? The English Greninja card has an OriginGame = 0x34, all others are 0x1F. (offset 0x6C) @theSLAYER ?
×
×
  • Create New...