Jump to content

Kaphotics

Helpful Member
  • Posts

    8076
  • Joined

  • Last visited

  • Days Won

    493

Everything posted by Kaphotics

  1. There's a difference between pkm files and mystery gift files. Mystery Gift files contain template data for the games to generate PKM files with; you are more likely to find archives with previously received pkm files.
  2. 1. The database contains gen6/7 wondercards. Feel free to download the event contributions for gen4 and gen5 and add them to your mgdb folder. 2. Thrash.
  3. there's also tons of threads saying the same thing I wonder if there's a sticky for this? oh there is:
  4. Kaphotics

    HELP

    Read the sticky.
  5. You can receive an egg one day, wait 5 days, then hatch => separate met dates. You can also receive an egg, then change your console's date to hatch it on a future date / previous day. Neither are illegal.
  6. 16/12/21 - New Update: (39607) [95130] - Added: Advanced randomization for Batch Editor. Syntax: $x,y to have a random value within [x,y]. edit: nevermind, still though randomizing dates is totally useless, but I've added it in the latest commit. Just modify the properties explicitly https://github.com/kwsch/PKHeX/commit/cadd7342c00ead143e1add27a5bcfd07da5cd6e3
  7. Compile it yourself.
  8. (functionality now added to allow behavior) Can still use the batch editor to manually write to slots.
  9. paste the nickname nothing is preventing you from manually entering it.
  10. Type in the name of the species for the other language? You can always change the language selection to have it update to the other language, just copy it from there and change it back..
  11. Read the sticky. Update to .NET 4.6
  12. Yeah
  13. Residence stuff is only applied to interactions with Bank, since it reused gen6 code. Trading between games on gen 7 doesn't apply them.
  14. 1: already been fixed for 2d https://github.com/kwsch/PKHeX/commit/3eb85757324a3afe1699a72373303d894e6672b8
  15. wormadam: https://github.com/kwsch/PKHeX/commit/7b2fa3d600e6bae0f9be8b14633ea15809e8f57e evolves to another form & form check on mystery gift: https://github.com/kwsch/PKHeX/commit/1170a9ad06f0c4d0b4dc6f1cf3c1bc6fcabb8c25 thanks for reporting
  16. https://github.com/kwsch/PKHeX/commit/d9c93aa88efdb2ac539fad33ed9337077995cb6e
  17. .NET 4.6 is required.
  18. Without checking, are you sure that you didn't enter a name that is profane/filtered?
  19. Latest version requires .NET 4.6
  20. 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
  21. added in latest commit https://github.com/kwsch/PKHeX/commit/26925ad5283c992fc8eb2eb8d3bb2403ef6d246f
  22. Try using JKSM instead
  23. Where are you trying to run the executable from? Try running as admin?
  24. 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.
×
×
  • Create New...