Jump to content

Kaphotics

Helpful Member
  • Posts

    7272
  • Joined

  • Last visited

  • Days Won

    362

Everything posted by Kaphotics

  1. This is the standard behavior of the UI library, where you've typed in H and can arrow key through the filtered results. You can clear the arrow key filter by manually selecting a new item or clearing the text and typing something new. Not an issue with the program.
  2. I'm sure there's a way to tell defender to ignore the file. New executables don't have an entry in their database; can update definitions or wait until the antivirus ignores it.
  3. it's the 'secret' portion of the gen7 ID. You can ignore it
  4. should now be working as intended: https://github.com/kwsch/PKHeX/commit/7c36190661b192c30c03f259c69ebf631a006c2f
  5. Ah yes it doesn't exclude clones, may have to revisit that. The original purpose was just a pkm folder (only uniqueness is filenames) which allowed clones to be searched and deleted if requested. With the addition of loading from saves (and now the backup folder), copies upon copies. If you remove the "#define LOADALL" at the top of SAV_Database.cs and recompile the program, it will disable loading from the backup directory. I can probably revise the loading routine to automatically exclude clones from backup save files...
  6. Including the backup directory is intended. Only unique pokemon are added to the search database, and I can search for pkm with 100k in my db in milliseconds. Not sure how long it takes to open the window up on your machine.
  7. Thanks, fixed the crystal eggmove deal (wasn't allowing crystal egg moves in most cases). https://github.com/kwsch/PKHeX/commit/a75614ed775e4b4bf0c34d2a1ade11a4da27575a Will need to see specimens for any other pending issues, if any
  8. Thanks, added detection to latest commit https://github.com/kwsch/PKHeX/commit/a56194837136e78194cd0bd475262c5ccfb7de6a
  9. Gen3 & 4 have PID-IV and PID-Gender and PID-Ability relationships. Modifying these values incorrectly results in the pkm not being valid. PKHeX is working as intended; if the data does not agree with itself => flagged.
  10. All missing / bad event info should be directed at the EventsGallery instead of PKHeX; PKHeX simply uses the community aggregate data. @theSlayer @Sabresite The dragonite with that TID has both Souvenir & Classic ribbon, and the other pgfs have not been contributed by the community (thus not recognizable).
  11. Kaphotics

    event mon

    Check the built in mystery gift database (via tools). Or press ctrl-G. can search for whatever species/event with that
  12. Kaphotics

    UI Error

    Extract both the exe and dll files from the zip. They need to be in the same location.
  13. PKHeX doesn't need the save file decrypted; it can handle whatever Dolphin dumps as it does its own decryption on read & encryption on save. No need for pbrsavetool Just use PbrSaveData directly with PKHeX.
  14. https://projectpokemon.org/home/forums/topic/41705-how-to-compile-the-latest-version-of-pkhex-tutorial/
  15. I was able to load the unmodified and save it and reimport. The decrypted_current likely fails to decrypt (the first few bytes are 00, hinting it is partially decrypted). Where did you obtain the partially decrypted file from? PKHeX has weak (simple) validation beyond file sizes, to prevent loading corrupt data.
  16. False positive from the antivirus; there's only 2 files in the zip and I'm the one who uploads the official files (hence you'd be getting the same). You can try compiling the program yourself, configuring your antivirus software to ignore the file, or wait until the program is not flagged by your antivirus.
  17. post pkm, mienfoo is permitted @ route 22 with level range 50-55. possible that the level range is wrong (40-45?) i blame bulbapedia
  18. You need to extract the dll and exe files, you can't mix and match with old versions.
  19. Right, PKHeX doesn't check for ribbon mismatches until the encounter is "approved", at which point it doesn't look for any more encounter matches. Similar to gen6 diancie collision, will have to add a collision case to the wc6 finder.
  20. I played with it a little this morning and the code isn't hitting the shiny check for gen 3. I'll fix it later today. edit: fixed https://github.com/kwsch/PKHeX/commit/cd6dfceb9e899b6b97434a5d2b1459038e0be508
  21. No, it is shiny locked.
  22. Thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/a9261a1eecbd45d28a4ed47ac06bccf2ce781e19
  23. thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/18aa7fe10043a66c174bdcdf102ac2c9feb59856
  24. Assumed fixed, see following thread for supplementary info:
×
×
  • Create New...