Jump to content

Kaphotics

Helpful Member
  • Posts

    7270
  • Joined

  • Last visited

  • Days Won

    362

Everything posted by Kaphotics

  1. Hatch Counter uses the OT Friendship byte.
  2. already reported and fixed https://github.com/kwsch/PKHeX/commit/4cd91d7fc58443393586f5824b386668cc787260
  3. >PKHeX.Core.AutoMod.APILegality.TimeoutAfter Plugin errors should be directed at the plugin author, not the main PKHeX forum. I'm not responsible for fixing other people's code, or advising what they're doing wrong.
  4. PKHeX has not yet been updated for HOME transfers in to Scarlet & Violet. Wait for it to be updated. The HOME update has only been out for a day or so.
  5. Yes you can. CFW does not get you banned, but pirating games does.
  6. Depends on the game, if they store Gender separate from another value it derives from. Gen5+ you can probably just use the batch editor to set whatever gender value you want to a specific slot. No, the GUI does not allow you to that natively because there's no reason to.
  7. HOME will "tarnish" all Pokémon in a save file by changing the Height to match Scale. PKHeX has not yet updated to account for HOME's new behaviors.
  8. Per the first post in this thread, this is only for reporting legitimate data being flagged, not manual generated data being flagged. STADIUM gifts are not obtainable on virtual console save files.
  9. Just means it's a Xor0 square shiny. Nothing else. "Did not work" is too vague; you need to elaborate.
  10. Does Swampert exist in the game you are trying to import it to?
  11. When trying to troubleshoot why PKHeX flags your manual edits as illegal, it is important to think about the rules of the game in obtaining specific values. PKHeX is telling you the current ability is not what it expects (a mismatch), and you have it selected as a hidden ability. Your Pokémon was caught at level 14, which is a wild encounter. Wild Encounters on Route 7 in X/Y don't have hidden abilities, and the Ability Patch introduced in SW/SH didn't exist in the games. It is inadvisable to manually mutate one encounter into another, as seen by your attempt to check the "As Egg" checkbox. A bred/hatched egg won't have a level 14 met level, and it will have an Egg Location (you left it as none). Use the Encounter Database to source a base template, then modify it as you need.
  12. >BulkImporterPlugin Update your plugin, or use an older version of PKHeX that your plugin supports.
  13. The encounter database displays encounters, not resulting Pokemon. You're trying to filter for only encounter objects that have an IV_ATK property (there are no encounter object types that do).
  14. Use the search filters??
  15. Where do you capture a level 0 Darkrai? Use the encounter database.
  16. Kaphotics

    BDSP Slate

    The "Give All" cheat will skip adding unobtainable items. You can still manually add them in the Inventory Editor as well as individual Pokémon held items. Since the BDSP-exclusive Treasure (slate/shard) are unable to held, they were also skipped. I'll revise the logic to allow them to be added via "Give All". edit: done -- https://github.com/kwsch/PKHeX/commit/b08843fcc58cda8ad82d68aba85af1cc1a33b79e
  17. This is because PKHeX exhausts all possible encounters and retains the last one it checked, which happens to be an event encounter. Transferring 3->4 disallows transferring Pokémon with HM moves. In transferring 3->4, it deletes these HM moves and tries to fix the moves. However, since you have two HM moves first, it fails to shift things down. Behavior used to work >4 years ago, but was broken in this commit: https://github.com/kwsch/PKHeX/commit/75202c7a89a082953ed3771bcf6d32894350cdfd Now, with the latest commit (and future release), the reorder logic will now loop to account for multiple empty slots: https://github.com/kwsch/PKHeX/commit/ad739f1db71a2e508808e1b2f02cb193e138e6b4
  18. For the context of your game, the roamers are Latias and Latios. Without knowing how exactly the game uses the values from the save file, it is unknown how it behaves for non-roamer species.
  19. Already been fixed since the release; only affects SWSH formats. Kinda am waiting for HOME to update as I don't like to update multiple times in a week...
  20. PKHeX is a save file editor. Edit the ROM to change EXP yield.
  21. I have uploaded a new zip to the download page, can you try that? https://github.com/kwsch/PKHeX/commit/1ed6efd46509dc959c110fed5704be6b5d656420
  22. Added on latest: https://github.com/kwsch/PKHeX/commit/3bde807bf2e7a3337db62bf19fc9ae98d6374e13
  23. Emulator compressed save files are not valid. Change to RAW.
  24. If only plugins like ALM had a wiki with information / tutorials.
  25. I tried making some changes -- the NET 7 refactor changed the scaling mode from Font to Dpi, so I have tried reverting this with the following commit: https://github.com/kwsch/PKHeX/commit/de84ae9600133890df6257c287c7365d6a62a5f9 Can you upload a screenshot of the attached build? PKHeX-fontscale.zip
×
×
  • Create New...