Jump to content

Kaphotics

Helpful Member
  • Posts

    7023
  • Joined

  • Last visited

  • Days Won

    336

Everything posted by Kaphotics

  1. https://projectpokemon.org/home/forums/topic/63890-pokemon-home/
  2. It is perfectly fine being a plugin. I don't want to have to maintain everything; plugins allow people to write code / parsers for the exact behavior they want.
  3. >new game update >old program doesn't work with new content It's barely been a day since the DLC came out. Wait for programs to update?
  4. Kaphotics

    Oversized

    It'll be out whenever it's out.
  5. Post a screenshot of the Save File Dialog window when you export your save.
  6. What is your subfolder name? Do not tamper with the way the emulator emulates the filesystem of the save data. Only overwrite files; creating or removing files that did not originally exist is a "corruption" of the expected save data state.
  7. The game is probably sanity checking and reverting the hacked stats. Nothing you can do.
  8. Fixed on latest commit: https://github.com/kwsch/PKHeX/commit/63c027879f5c09e37613a06470d69201fea4919a Just ignore the error message, your Pokémon is fine.
  9. They use your save file version; not whoever you're connected to.
  10. Japanese saves are different formats and can't be loaded to other region games / vice versa.
  11. Thanks, fixed on latest commit: https://github.com/kwsch/PKHeX/commit/0aa4a15851479952e66fd70414fce0087bd00198
  12. Calculating seeds for nonshinies was recently improved to be quick enough for realtime legality checks, as per the release notes. Calculating shinies takes more time, so it cannot be done realtime thus is not implemented.
  13. PKHeX does not handle "crossover" behavior for these encounters; nobody has documented the A<->B location bleed permissions or described if every single species/encounter-type is possible of bleed.
  14. Open a Sword/Shield save file, or change the program options to load a Sword/Shield blank save file. PKHeX has never removed support for prior games.
  15. The region 0x3000-0x3FFF was all 0xFF; fortunately the backup save wasn't corrupted for that block, so I copied that from 0x12000-0x12FFF and it opens fine. See attached. POKEMON_SAPP_AXPE_01.sav
  16. The PID rerolling for nature in Gen3/4 requires the Version to be set properly on the Met Tab. You likely did not specify anything, so it's (None).
  17. Gen6 contest ribbons depend on both visiting ORAS (eg can't be from XY with no Handling Trainer) as well as having OT Affection. Winning a contest in ORAS grants +20 affection to the OT Affection property, not to the current handler (game bug, never fixed). You likely are missing the affection value. It works in Gen8+ because the Affection property is no longer present in formats above Generation 7. As for the Gen3 in-game trades, unable to replicate on either Gen3 or Gen4 formats; they are created and appear legal on the latest release (23.08.23). It makes it easy for me to try replicating your errors if you upload pk* files.
  18. legality, not legitimacy. just because the odds aren't 0% doesn't mean it's not an immediate red flag. a 6IV shiny wild pokemon in S/V that has a mark has absurd odds, or things like having a specific Height/Weight value for multiple pokemon in the party. just because pkhex says an individual pokemon is "legal" does not mean it will always be viewed as "legal" or truly is. see the latest release, which now flags modified raids. there are a ton of things that pkhex doesn't look at in detail, as they are not currently implemented. only way to know for sure is to know everything there ever is about the intricacies of every single game, or write a program to do it for you.
  19. Thanks, all fixed on latest commit: https://github.com/kwsch/PKHeX/commit/00bb8ec7de0a617b5d8b1dae8856fe16ccdfe212
  20. No, there is no setting to disable legality checks in PKHeX. The legality checks are always being improved, and you modifying the Pokémon results in an arrangement not possible to obtain, which is by definition "illegal". Other encounters like Gen3/4 and Gen8 BDSP roamers have a similar correlation that has been checked and has been flagged. No, there is no setting to disable checking for updates. As always, you can choose to ignore both, but hiding them will not change the fact that your modified Pokémon are illegal.
  21. Read the changelog; if you have tampered with the raid Pokémon in any way, it will detect that you tampered with it. Seems like you changed IVs from the screenshot.
  22. the ".bak" file suffix is just a file name suffix; the file is the original file data that was loaded. Don't put other files in your citra savedata folder. Ensure it only has the files that it originally has, and that your newly edited save file only overwrites the existing `main` file.
×
×
  • Create New...