Jump to content

Kaphotics

Helpful Member
  • Posts

    6885
  • Joined

  • Last visited

  • Days Won

    322

Everything posted by Kaphotics

  1. ty, fixed on latest https://github.com/kwsch/PKHeX/commit/7ac5da37b393e78c34da755d34f823bae8d0448f
  2. Do you have any info regarding the setup (seed) for this encounter? I don't see it in Pokefinder, or a frame where you get a Slot 11 roll for the regular result. Does Hustle/Pressure/Vital Spirit behave differently for Wild Pokemon (not forcing max level for the slot)?
  3. Thanks, fixed on latest commits: Fishing hook check (HG/SS +friendship mechanic): https://github.com/kwsch/PKHeX/commit/819f6009bfa827a64b28ec7078cc82e146d2e2de Honey Tree random level: https://github.com/kwsch/PKHeX/commit/a62e169258ed115b7767407516a85bdb4d7c6b7e
  4. Plugin issues are to be directed to the plugin author; I do not support everyone's plugins. https://github.com/Leanny/PKHeX_Raid_Plugin/issues/104 Plugin needs to be updated to work on the latest commit; otherwise, use an older release of PKHeX that the plugin supports.
  5. Be sure you're opening the file in a Scarlet/Violet save file.
  6. Wine stable 9.0 is not the latest; there are more recent updates (9.3+) with WinForms specific fixes.
  7. You need to elaborate: 1. Which version of wine did you install? The latest releases of Wine work for others; ensure you are running the latest. 2. Does the application even launch? Or does it give an error message. Since you are using a M1 mac, it is a different CPU architecture than the 64bit exe, and is likely not compatible. You can try compiling the exe for ARM on a Windows machine and see if that works, but idk. Nobody has tested that.
  8. The latest release is from January, and the Pokémon GO legality binaries are only manually updated every release. Recognition of Poipole being legal was added last week: https://github.com/projectpokemon/PoGoEncTool/commit/52434003764fe2a2dfaf137c558320979e515b4f
  9. Not a PKHeX error, please go direct plugin questions to the plugin author/repo.
  10. The latest release works fine, the development build is not ready/tested for public consumption. We hadn't yet double checked that form for correct behavior, but I've found the missing code and re-added the loading of that checkbox.
  11. Lucky you, I reverse engineered a 14 year old program to convert its functions into PKHeX for Gen4 battle video ripping See attached Uxie (assumed Platinum Acuity Cavern, since Version & Location aren't saved in battle videos), along with all 12 unfixed participating Pokémon. Other small things like Met Date, Ribbons, and Contest Stats are also not stored in battle videos, so you'll have to restore those however you see fit. 0480 - UXIE - B8F264593D2E.pk4dump.rar // ripped from offset 0x27000 (extdata block 02) var data = File.ReadAllBytes(@"D:\Kurt\Desktop\test.bv4"); var bv4 = new BattleVideo4(); bv4.Decrypt(); foreach (var pk in bv4.GetTeam(0)) File.WriteAllBytes(@$"E:\dump\0_{pk.FileName}", pk.DecryptedPartyData); foreach (var pk in bv4.GetTeam(1)) File.WriteAllBytes(@$"E:\dump\1_{pk.FileName}", pk.DecryptedPartyData); https://github.com/kwsch/PKHeX/commit/802974a42c91d209cc75c383b09402136ca8beea
  12. This thread is for reporting issues with PKHeX for legitimate pokemon, not for issues with other tools. https://projectpokemon.org/home/forums/topic/64728-pid-mismatch-shadow-gligar-colosseum/
  13. From PKHeX: // Version is not updated when hatching an Egg in Gen3. Version is a clear indicator of the game it originated on.
  14. The checkbox for Owned indicates if you own it and have registered it in your dex. If you hacked it in without registering it to your dex, that would explain the missing check.
  15. Well, if you dumped your ROM to play it on a flashcart, then you have access to homebrew and the original cartridge. Flashcart-specific dumps that are not decrypted are not usable in any program like PKHeX. You need to decrypt the file, which is unrelated to PKHeX (and this site).
  16. It means exactly that. It's not a save file format that PKHeX can recognize, therefore it rejects it. Export your save file from your console/cartridge correctly, with homebrew.
  17. That's not a valid save file. Export it correctly from your console using homebrew.
  18. You're not using the latest version of Wine.
  19. PKHeX does not support ROM Hacks. Ensure your emulator is exporting a proper save file. The program does not know what modifications an emulator / rom hack make to a binary save file.
  20. Empty/blank lines should not be included in the text box. Ensure you have only entered two lines, and that all lines you have entered are "complete" instructions.
  21. Check the randomization settings. Low-powered moves are intended to be given instead of higher-powered moves, for a more balanced early level experience.
  22. If the checksums are invalid, then all you have to do is export the file from PKHeX and it will apply the correct values. It is important to ponder why the checksums were originally invalid -- did you manually modify the save file? Is the dump actually "complete" and not a glitched dump from dirty cartridge contacts resulting in bad reads? Is it from a ROM Hack which has modified the save structure, resulting in different checksum locations or calculation methods?
  23. You didn't export your save correctly. Save states are not save files.
×
×
  • Create New...